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='1387137486' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {4} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {1} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {11} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.266916s] ... ok {7} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.609192s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.265251s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.778626s] ... 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 4d8a82a6-3873-4fb2-8150-273909685e78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:46,677 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.877s 2023-04-18 15:20:46,677 79578 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-1538615140"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40a18a3-94dd-42bb-aab1-ada1a9bef4d7', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40a18a3-94dd-42bb-aab1-ada1a9bef4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "803591d2-bb5a-47a1-9787-98699e8363ef", "name": "tempest-GroupSnapshotsTest-volume-type-1538615140", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:46,718 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.034s 2023-04-18 15:20:46,718 79578 DEBUG [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-1684729940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e6b3a1-3a05-4ad7-8868-d5d79963b269', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e6b3a1-3a05-4ad7-8868-d5d79963b269', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "54fc31f9-f74b-492a-976d-acbda87458b3", "name": "tempest-GroupSnapshotsTest-group-type-1684729940", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:47,115 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.393s 2023-04-18 15:20:47,116 79578 DEBUG [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": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "name": "tempest-GroupSnapshotsTest-Group-735634928"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51afd59-8ca1-464a-9d0d-c04bdaaa3f99', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51afd59-8ca1-464a-9d0d-c04bdaaa3f99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "name": "tempest-GroupSnapshotsTest-Group-735634928"}}' 2023-04-18 15:20:47,178 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.060s 2023-04-18 15:20:47,178 79578 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3814e0c1-0256-4cd9-bfbf-f7cff6855ad5', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3814e0c1-0256-4cd9-bfbf-f7cff6855ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:47.000000", "name": "tempest-GroupSnapshotsTest-Group-735634928", "description": null, "group_type": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:48,236 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.053s 2023-04-18 15:20:48,237 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d57ce236-19c0-4c72-8745-4469233cdab2', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d57ce236-19c0-4c72-8745-4469233cdab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:47.000000", "name": "tempest-GroupSnapshotsTest-Group-735634928", "description": null, "group_type": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:48,328 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.086s 2023-04-18 15:20:48,328 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd03dd6e-297c-4408-8ffc-d5cb64e8b237', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd03dd6e-297c-4408-8ffc-d5cb64e8b237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:48,424 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78/action 0.085s 2023-04-18 15:20:48,425 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete- volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-0156300d-f21d-45ef-9850-b0ce27ee9477', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78/action'} Body: b'' 2023-04-18 15:20:48,441 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.016s 2023-04-18 15:20:48,442 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-c9e7eb1e-463e-47cf-9cf2-517742cd735f', 'x-openstack-request-id': 'req-c9e7eb1e-463e-47cf-9cf2-517742cd735f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4d8a82a6-3873-4fb2-8150-273909685e78 could not be found."}}' 2023-04-18 15:20:48,468 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/54fc31f9-f74b-492a-976d-acbda87458b3 0.026s 2023-04-18 15:20:48,468 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-5c8f12a2-0b01-4a06-ae30-c4dcaf3b8dcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/54fc31f9-f74b-492a-976d-acbda87458b3'} Body: b'' 2023-04-18 15:20:48,562 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef 0.093s 2023-04-18 15:20:48,562 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1d987f-5ccd-43d6-a913-96be478556c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef'} Body: b'' 2023-04-18 15:20:48,577 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef 0.013s 2023-04-18 15:20:48,577 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98280d0-3fff-4436-9aeb-62184d9070c3', 'x-openstack-request-id': 'req-e98280d0-3fff-4436-9aeb-62184d9070c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 803591d2-bb5a-47a1-9787-98699e8363ef could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.897042s] ... 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 ae96b887-0131-4a36-8f68-e613cd85bd25 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:48,615 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.032s 2023-04-18 15:20:48,615 79578 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-909574824"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2350b412-4cd4-420e-8f7f-0006d9833041', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2350b412-4cd4-420e-8f7f-0006d9833041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd", "name": "tempest-GroupSnapshotsTest-volume-type-909574824", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:48,651 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.034s 2023-04-18 15:20:48,652 79578 DEBUG [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-601364170"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd62bf03-060b-40f4-8d66-dd2312b26430', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd62bf03-060b-40f4-8d66-dd2312b26430', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "998808c6-97e8-4d67-b49f-83b762e422da", "name": "tempest-GroupSnapshotsTest-group-type-601364170", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:48,807 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.152s 2023-04-18 15:20:48,807 79578 DEBUG [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": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "name": "tempest-GroupSnapshotsTest-Group-257695368"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78649f3-9db8-4a64-b2e0-510b1563695f', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78649f3-9db8-4a64-b2e0-510b1563695f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "name": "tempest-GroupSnapshotsTest-Group-257695368"}}' 2023-04-18 15:20:48,849 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0. 040s 2023-04-18 15:20:48,849 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf9f597-ccc7-4172-81bb-92784bfbda4b', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf9f597-ccc7-4172-81bb-92784bfbda4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:20:49.000000", "name": "tempest-GroupSnapshotsTest-Group-257695368", "description": null, "group_type": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:49,885 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0.028s 2023-04-18 15:20:49,885 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f509d05-26fd-4e15-b374-dcc9a7df1f5b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f509d05-26fd-4e15-b374-dcc9a7df1f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:49.000000", "name": "tempest-GroupSnapshotsTest-Group-257695368", "description": null, "group_type": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:49,889 79578 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-18 15:20:50,110 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.221s 2023-04-18 15:20:50,111 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548421fe-0013-46be-b740-44646e9f0365', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548421fe-0013-46be-b740-44646e9f0365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:50,343 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25/action 0.223s 2023-04-18 15:20:50,344 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-e03a744d-5328-46b8-ae1b-b92b827640d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25/action'} Body: b'' 2023-04-18 15:20:50,360 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0.016s 2023-04-18 15:20:50,361 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-97456490-cf2f-4b7f-a7b1-077252007b87', 'x-openstack-request-id': 'req-97456490-cf2f-4b7f-a7b1-077252007b87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ae96b887-0131-4a36-8f68-e613cd85bd25 could not be found."}}' 2023-04-18 15:20:50,388 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/998808c6-97e8-4d67-b49f-83b762e422da 0.027s 2023-04-18 15:20:50,389 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-1fb07972-ec91-40ee-869c-389b30377f1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/998808c6-97e8-4d67-b49f-83b762e422da'} Body: b'' 2023-04-18 15:20:50,463 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd 0.074s 2023-04-18 15:20:50,464 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-9cb4fee2-97eb-4ebc-b2a5-6d62e12129b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd'} Body: b'' 2023-04-18 15:20:50,478 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd 0 .014s 2023-04-18 15:20:50,479 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-735d42ca-41c3-420f-a4fd-5ad0519fcdfe', 'x-openstack-request-id': 'req-735d42ca-41c3-420f-a4fd-5ad0519fcdfe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.583824s] ... 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 1c8eccf4-5c94-49b0-aab0-e387aa3919e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:50,519 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.037s 2023-04-18 15:20:50,520 79578 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-171052821"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f37c833-24d2-4071-90ab-609fbdcd132e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f37c833-24d2-4071-90ab-609fbdcd132e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "50a286ec-d03e-478c-8b82-4fab18189ddc", "name": "tempest-GroupSnapshotsTest-volume-type-171052821", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:50,551 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.028s 2023-04-18 15:20:50,551 79578 DEBUG [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-234953197"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc6ba4a-494f-49c1-8286-b9b26ab379b9', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc6ba4a-494f-49c1-8286-b9b26ab379b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "name": "tempest-GroupSnapshotsTest-group-type-234953197", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:50,691 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.136s 2023-04-18 15:20:50,691 79578 DEBUG [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": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "name": "tempest-GroupSnapshotsTest-Group-909199236"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0257f3b-b510-40d3-9256-e51c2442951e', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0257f3b-b510-40d3-9256-e51c2442951e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "name": "tempest-GroupSnapshotsTest-Group-909199236"}}' 2023-04-18 15:20:50,739 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.045s 2023-04-18 15:20:50,740 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9491bb35-40dc-4ab7-a5bc-539e2e8cbbbe', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9491bb35-40dc-4ab7-a5bc-539e2e8cbbbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:20:51.000000", "name": "tempest-GroupSnapshotsTest-Group-909199236", "description": null, "group_type": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:51,772 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.027s 2023-04-18 15:20:51,773 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111a0fce-17ee-4759-9683-6f1daf27a246', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111a0fce-17ee-4759-9683-6f1daf27a246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:51.000000", "name": "tempest-GroupSnapshotsTest-Group-909199236", "description": null, "group_type": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:51,853 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.076s 2023-04-18 15:20:51,854 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ffcbb9-086c-4c6b-8310-8a3804551e5c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ffcbb9-086c-4c6b-8310-8a3804551e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:51,921 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7/action 0.057s 2023-04-18 15:20:51,922 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-bd7a5ade-b1ad-491e-86e3-6d0245e926ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7/action'} Body: b'' 2023-04-18 15:20:51,937 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.015s 2023-04-18 15:20:51,938 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-67c0eb77-67f1-4512-92dc-a0bad3f16457', 'x-openstack-request-id': 'req-67c0eb77-67f1-4512-92dc-a0bad3f16457', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1c8eccf4-5c94-49b0-aab0-e387aa3919e7 could not be found."}}' 2023-04-18 15:20:51,977 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/98b56a15-0bdf-4344-97e5-2c2ab8255e3a 0.039s 2023-04-18 15:20:51,977 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-50d6bea2-9362-44df-8735-519ce8fac533', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/98b56a15-0bdf-4344-97e5-2c2ab8255e3a'} Body: b'' 2023-04-18 15:20:52,048 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc 0.070s 2023-04-18 15:20:52,048 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-03fff886-8f79-4196-85e0-78a1b1dd0ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc'} Body: b'' 2023-04-18 15:20:52,064 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc 0.015s 2023-04-18 15:20:52,065 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 15:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-78ce7f71-6cda-4046-925f-10ba07b9e250', 'x-openstack-request-id': 'req-78ce7f71-6cda-4046-925f-10ba07b9e250', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 50a286ec-d03e-478c-8b82-4fab18189ddc could not be found."}}' {9} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.338430s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.203916s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.059563s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.927349s] ... 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 b0057dd5-5382-439d-8f1d-04db505a8114 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:53,197 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29a8f473448d44d4bedc16ecc1d2abba/os-quota-sets/c3b9f4c51ff14631a7eaf3fbe81cc928?usage=True 0.045s 2023-04-18 15:20:53,197 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb07bdb-b7dd-4a2c-be53-749cca0678be', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb07bdb-b7dd-4a2c-be53-749cca0678be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29a8f473448d44d4bedc16ecc1d2abba/os-quota-sets/c3b9f4c51ff14631a7eaf3fbe81cc928?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": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:53,724 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes 0.515s 2023-04-18 15:20:53,725 79580 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-180418646"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb54151-b018-489d-b0df-1ac12d5feddf', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb54151-b018-489d-b0df-1ac12d5feddf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:53.629568", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:20:53,798 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.062s 2023-04-18 15:20:53,798 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f178c3-7087-4f0e-b3fd-640819a759fb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f178c3-7087-4f0e-b3fd-640819a759fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:54,853 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.043s 2023-04-18 15:20:54,853 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79baaacf-a66e-466c-aa97-98af7c63fd36', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79baaacf-a66e-466c-aa97-98af7c63fd36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": "2023-04-18T15:20:54.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:54,902 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.038s 2023-04-18 15:20:54,903 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-1c1144c4-51ec-4de1-bc20-0d6c4374cc1b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1144c4-51ec-4de1-bc20-0d6c4374cc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": "2023-04-18T15:20:54.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:55,032 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.119s 2023-04-18 15:20:55,032 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b03ae8-73b8-4881-af12-a7f3c2c5dc5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'' 2023-04-18 15:20:55,077 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.044s 2023-04-18 15:20:55,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cdbe7a9-4e00-4334-9c62-3c32e6697f64', 'x-openstack-request-id': 'req-1cdbe7a9-4e00-4334-9c62-3c32e6697f64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b0057dd5-5382-439d-8f1d-04db505a8114 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.555238s] ... 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 4e11b4e5-7647-44d5-b644-e7ed42611d73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:55,326 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes 0.246s 2023-04-18 15:20:55,327 79580 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-1424627809"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c538d9-4efc-41ad-8fd4-52fb3bd93b94', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c538d9-4efc-41ad-8fd4-52fb3bd93b94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.237198", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:20:55,398 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.061s 2023-04-18 15:20:55,398 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f893c68-12e3-4e21-87db-b70b18ab5799', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f893c68-12e3-4e21-87db-b70b18ab5799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,452 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.042s 2023-04-18 15:20:56,452 79580 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156aad45-d8f6-4d73-b8c6-334a55a3eb85', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156aad45-d8f6-4d73-b8c6-334a55a3eb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": "2023-04-18T15:20:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,501 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.038s 2023-04-18 15:20:56,501 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddc2782-4f18-4386-93d4-8fb6c456cd8b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddc2782-4f18-4386-93d4-8fb6c456cd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": "2023-04-18T15:20:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,613 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.101s 2023-04-18 15:20:56,614 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27632680-fb6d-43a8-874b-2180240dde91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'' 2023-04-18 15:20:56,634 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.019s 2023-04-18 15:20:56,634 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-55851845-a64f-4d7d-bbf1-f29f021d7692', 'x-openstack-request-id': 'req-55851845-a64f-4d7d-bbf1-f29f021d7692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e11b4e5-7647-44d5-b644-e7ed42611d73 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.067519s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.326427s] ... ok {9} 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 5aeaab1f-b0db-4b36-9ef8-c83cbd61f233 failed to build and is in ERROR status {6} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.908857s] ... 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 7763e965-d3c9-427e-bb45-73dfee685ff8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:56,454 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types 0.184s 2023-04-18 15:20:56,454 79578 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-331232495"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccf34f02-6c9d-4608-b90b-79a4e81e3c80', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf34f02-6c9d-4608-b90b-79a4e81e3c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types'} Body: b'{"volume_type": {"id": "3af0bebd-4980-4546-b62f-792f0f88fde3", "name": "tempest-GroupsV314Test-volume-type-331232495", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:56,500 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types 0.043s 2023-04-18 15:20:56,500 79578 DEBUG [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-572607066"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21377fc3-3a9c-426d-8fcd-62a40f846e9f', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21377fc3-3a9c-426d-8fcd-62a40f846e9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types'} Body: b'{"group_type": {"id": "6d3f58cf-f427-4598-924b-bf5698094121", "name": "tempest-GroupsV314Test-group-type-572607066", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:56,732 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups 0.229s 2023-04-18 15:20:56,732 79578 DEBUG [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": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "name": "tempest-GroupsV314Test-Group-1000208765"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522337a1-4408-412a-8068-ad8e10560208', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522337a1-4408-412a-8068-ad8e10560208', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "name": "tempest-GroupsV314Test-Group-1000208765"}}' 2023-04-18 15:20:56,774 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.040s 2023-04-18 15:20:56,775 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668c6f00-0233-4c5e-b86a-0ac559465284', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668c6f00-0233-4c5e-b86a-0ac559465284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:57.000000", "name": "tempest-GroupsV314Test-Group-1000208765", "description": null, "group_type": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:57,820 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.041s 2023-04-18 15:20:57,820 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1885d8a8-41e9-4a61-864f-8d6087c6c61b', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1885d8a8-41e9-4a61-864f-8d6087c6c61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:57.000000", "name": "tempest-GroupsV314Test-Group-1000208765", "description": null, "group_type": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:57,922 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/volumes/detail 0.097s 2023-04-18 15:20:57,923 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7370fefb-e43e-4f41-8cf4-4dfe1302f5ab', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7370fefb-e43e-4f41-8cf4-4dfe1302f5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:58,026 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8/action 0.093s 2023-04-18 15:20:58,026 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05393441-3b7a-40c4-9453-b94d41ed18d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8/action'} Body: b'' 2023-04-18 15:20:58,043 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.016s 2023-04-18 15:20:58,043 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 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-28301e96-5a42-4715-a9b5-8301c4164d17', 'x-openstack-request-id': 'req-28301e96-5a42-4715-a9b5-8301c4164d17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7763e965-d3c9-427e-bb45-73dfee685ff8 could not be found."}}' 2023-04-18 15:20:58,096 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types/6d3f58cf-f427-4598-924b-bf5698094121 0.052s 2023-04-18 15:20:58,097 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 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-d94d9c9c-b83a-4c1d-adf2-b83722beb8bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types/6d3f58cf-f427-4598-924b-bf5698094121'} Body: b'' 2023-04-18 15:20:58,157 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3 0.060s 2023-04-18 15:20:58,157 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679b1aae-a6f4-44ef-885a-50eb436f4f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3'} Body: b'' 2023-04-18 15:20:58,177 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3 0.019s 2023-04-18 15:20:58,177 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5efbc7-a6d7-4d85-a1c7-1dbb8c21c30a', 'x-openstack-request-id': 'req-3f5efbc7-a6d7-4d85-a1c7-1dbb8c21c30a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af0bebd-4980-4546-b62f-792f0f88fde3 could not be found."}}' {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [2.170702s] ... 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 104181ac-3b08-4da1-8b83-a593a6259b0f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:00,134 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes 0.794s 2023-04-18 15:21:00,134 79584 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-705193562"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad56f23a-f2cb-46a8-8c14-038440c061d8', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad56f23a-f2cb-46a8-8c14-038440c061d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:59.828756", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:00,215 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.064s 2023-04-18 15:21:00,215 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2204b37-0409-4b3f-81d4-2b1a367efe01', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2204b37-0409-4b3f-81d4-2b1a367efe01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,295 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.069s 2023-04-18 15:21:01,296 79584 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32abf08-7208-4374-9f4d-c336da0d8892', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32abf08-7208-4374-9f4d-c336da0d8892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": "2023-04-18T15:21:00.000000", "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,351 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.044s 2023-04-18 15:21:01,351 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3761da6-6800-4479-9a08-f33526b92240', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3761da6-6800-4479-9a08-f33526b92240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": "2023-04-18T15:21:00.000000", "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,487 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.125s 2023-04-18 15:21:01,487 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827b2e49-8565-41a8-b4a6-1d99835df1d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'' 2023-04-18 15:21:01,509 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.022s 2023-04-18 15:21:01,509 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b244ac6-8236-4a61-8bdd-1b9c62a2abce', 'x-openstack-request-id': 'req-2b244ac6-8236-4a61-8bdd-1b9c62a2abce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 104181ac-3b08-4da1-8b83-a593a6259b0f could not be found."}}' {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.592260s] ... 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 1c5f471c-6ce4-47cc-b5db-8d4474249b6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:01,746 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes 0.234s 2023-04-18 15:21:01,746 79584 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-1451784444"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833343e7-c482-4375-8eb6-851da9115728', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833343e7-c482-4375-8eb6-851da9115728', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:01.677976", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:01,837 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.079s 2023-04-18 15:21:01,837 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80c0bfc-0e42-4967-85e2-2943d51baa28', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80c0bfc-0e42-4967-85e2-2943d51baa28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:02,893 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.045s 2023-04-18 15:21:02,893 79584 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2b10fb-032a-4cac-a3da-77e10a6fbd92', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2b10fb-032a-4cac-a3da-77e10a6fbd92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": "2023-04-18T15:21:02.000000", "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:02,961 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.057s 2023-04-18 15:21:02,961 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be420b5e-b3e1-4937-a9a0-b5db114c0b7f', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be420b5e-b3e1-4937-a9a0-b5db114c0b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": "2023-04-18T15:21:02.000000", "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:03,082 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.110s 2023-04-18 15:21:03,082 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-e92b733c-589b-42e9-b15c-55c1c584a8a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'' 2023-04-18 15:21:03,103 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.020s 2023-04-18 15:21:03,103 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9b6163-02ee-483c-b539-1c69d4811381', 'x-openstack-request-id': 'req-be9b6163-02ee-483c-b539-1c69d4811381', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c5f471c-6ce4-47cc-b5db-8d4474249b6d could not be found."}}' {6} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {6} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.284693s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.058220s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.013264s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.057699s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015496s] ... ok {6} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.171756s] ... ok {6} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.058839s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.610915s] ... 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 6a758a1f-58d1-4bfb-8494-95501d0078d8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:07,664 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes 0.226s 2023-04-18 15:21:07,664 79580 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-2092192078"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0a35f7-adb3-4808-93f3-bf00b6f7abe9', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0a35f7-adb3-4808-93f3-bf00b6f7abe9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:07.596641", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:07,732 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.056s 2023-04-18 15:21:07,733 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417ca79c-4911-4dbf-8450-218c4445b697', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417ca79c-4911-4dbf-8450-218c4445b697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:08,825 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d007 8d8 0.080s 2023-04-18 15:21:08,825 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5acec38-7a66-4389-8718-41e77dd05a35', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5acec38-7a66-4389-8718-41e77dd05a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": "2023-04-18T15:21:08.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:08,883 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.047s 2023-04-18 15:21:08,884 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170c66b6-ee35-4cae-b29e-81f6109bb75b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170c66b6-ee35-4cae-b29e-81f6109bb75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": "2023-04-18T15:21:08.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:09,012 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.118s 2023-04-18 15:21:09,012 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01eac837-e1ae-4f03-aaae-b460afeddf0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'' 2023-04-18 15:21:09,048 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.035s 2023-04-18 15:21:09,048 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70a6de5-0336-4b70-9151-43bf3526faa5', 'x-openstack-request-id': 'req-e70a6de5-0336-4b70-9151-43bf3526faa5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a758a1f-58d1-4bfb-8494-95501d0078d8 could not be found."}}' {7} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [2.170840s] ... 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 72ffd2d7-7325-4292-99d6-2d046dbb1c70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:11,613 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.184s 2023-04-18 15:21:11,614 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0ee87ab6-c276-42aa-aa66-7ffda8551219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:12,259 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes 0.644s 2023-04-18 15:21:12,259 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1599829432"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3418d7e8-2096-40c2-bdc7-c4d4d17c25b8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3418d7e8-2096-40c2-bdc7-c4d4d17c25b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.083419", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:12,318 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.046s 2023-04-18 15:21:12,318 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125a9ea4-2e78-45b5-8bab-7b6a4c679e86', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125a9ea4-2e78-45b5-8bab-7b6a4c679e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,383 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.050s 2023-04-18 15:21:13,384 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26ed1d2-31ea-4901-a675-4a9926a29f32', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26ed1d2-31ea-4901-a675-4a9926a29f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": "2023-04-18T15:21:12.000000", "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,459 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.064s 2023-04-18 15:21:13,460 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a218006d-27d1-443a-aa16-7c9e4d275d7a', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a218006d-27d1-443a-aa16-7c9e4d275d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": "2023-04-18T15:21:12.000000", "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,577 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.106s 2023-04-18 15:21:13,577 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af442af9-d610-4953-ac13-f0ab1383e1d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'' 2023-04-18 15:21:13,598 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.020s 2023-04-18 15:21:13,598 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d3a372-1999-4793-bd91-b02bdd821177', 'x-openstack-request-id': 'req-50d3a372-1999-4793-bd91-b02bdd821177', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72ffd2d7-7325-4292-99d6-2d046dbb1c70 could not be found."}}' {9} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.756651s] ... 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 d9e4452a-d187-43e2-a492-da4dd5e8ea07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:13,974 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes 0.372s 2023-04-18 15:21:13,974 79584 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-1111432867"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b958b29-c983-4606-9ef4-929a8f683ab7', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b958b29-c983-4606-9ef4-929a8f683ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:13.748673", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:14,049 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.065s 2023-04-18 15:21:14,049 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64951e2c-48c8-42e3-91d5-a1caa0b475da', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64951e2c-48c8-42e3-91d5-a1caa0b475da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,148 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.086s 2023-04-18 15:21:15,148 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e651a75-1540-4db3-ba79-46a28a867713', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e651a75-1540-4db3-ba79-46a28a867713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": "2023-04-18T15:21:14.000000", "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,202 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.043s 2023-04-18 15:21:15,203 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a80521-09a2-4a20-993b-af47925893f1', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a80521-09a2-4a20-993b-af47925893f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": "2023-04-18T15:21:14.000000", "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,334 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.120s 2023-04-18 15:21:15,334 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893bebd8-bdaa-460d-bbb3-641c09ab1101', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'' 2023-04-18 15:21:15,356 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.021s 2023-04-18 15:21:15,357 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67a345b-84f4-4a21-9fce-188048f149f0', 'x-openstack-request-id': 'req-a67a345b-84f4-4a21-9fce-188048f149f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d9e4452a-d187-43e2-a492-da4dd5e8ea07 could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.954794s] ... 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 2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:19,970 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes 0.562s 2023-04-18 15:21:19,971 79584 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-1432602825", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d272f06e-ae7f-4a27-8abc-1de39ec1f072', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d272f06e-ae7f-4a27-8abc-1de39ec1f072', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:19.874122", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:20,046 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.060s 2023-04-18 15:21:20,046 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1763f4-2afa-4270-a3e9-822ca876b075', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1763f4-2afa-4270-a3e9-822ca876b075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:20.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:21,130 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.070s 2023-04-18 15:21:21,130 79584 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4027414-0dda-4edd-be4d-af3e0185f0ac', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4027414-0dda-4edd-be4d-af3e0185f0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:20.000000", "updated_at": "2023-04-18T15:21:20.000000", "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:21,310 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.168s 2023-04-18 15:21:21,311 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f64639-1dc3-47b6-a793-8a212197a5e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'' 2023-04-18 15:21:21,357 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.045s 2023-04-18 15:21:21,358 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4282c8b4-49a1-43c7-a1bc-f66e3d07169e', 'x-openstack-request-id': 'req-4282c8b4-49a1-43c7-a1bc-f66e3d07169e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 could not be found."}}' {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.839720s] ... 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 880f5659-002e-4f10-af88-4e637f738d3c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:21,257 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes 0.598s 2023-04-18 15:21:21,257 79566 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-2076805342"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10dbc82f-2945-4119-9cef-745230246cbe', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10dbc82f-2945-4119-9cef-745230246cbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.153758", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:21,353 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c 0.065s 2023-04-18 15:21:21,354 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0860e0-81fb-484e-9c87-8bad1b6504bc', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0860e0-81fb-484e-9c87-8bad1b6504bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52bfe134fe064b6695a3b9979540c301"}}' 2023-04-18 15:21:22,476 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c 0.098s 2023-04-18 15:21:22,476 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5c6a47-34a6-4192-a07f-bc465c1fd8c2', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5c6a47-34a6-4192-a07f-bc465c1fd8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.000000", "updated_at": "2023-04-18T15:21:21.000000", "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52bfe134fe064b6695a3b9979540c301"}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.674976s] ... 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 0bf071d6-1f84-4e9d-b216-c54ba10335ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:21,669 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes 0.304s 2023-04-18 15:21:21,670 79584 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-1696118742"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d97125-a99e-4a38-9fc0-3b4d874b1ccd', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d97125-a99e-4a38-9fc0-3b4d874b1ccd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.549809", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:21,736 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.051s 2023-04-18 15:21:21,737 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d30206-92fc-4cff-acef-1f377d6ea7d3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d30206-92fc-4cff-acef-1f377d6ea7d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:22,795 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.047s 2023-04-18 15:21:22,795 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faec4b17-f0d2-48a7-8872-2348f4d43b1d', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faec4b17-f0d2-48a7-8872-2348f4d43b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": "2023-04-18T15:21:22.000000", "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:22,864 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.055s 2023-04-18 15:21:22,864 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fbeabd5-1ca0-4bad-a628-b4be57ecb672', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fbeabd5-1ca0-4bad-a628-b4be57ecb672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": "2023-04-18T15:21:22.000000", "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:23,007 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.129s 2023-04-18 15:21:23,008 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-88e95297-0999-4e5c-a055-442ea35e2722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'' 2023-04-18 15:21:23,038 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.030s 2023-04-18 15:21:23,038 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-c00f829b-f976-47a3-b638-20f7c719dedc', 'x-openstack-request-id': 'req-c00f829b-f976-47a3-b638-20f7c719dedc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf071d6-1f84-4e9d-b216-c54ba10335ae could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [2.310293s] ... 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 a5923c3f-130c-4b27-8dd0-14937211aeef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:23,081 79584 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/6a2ecd63-8167-41ef-b082-40bc65b91036 0.039s 2023-04-18 15:21:23,082 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1386d9a-aada-408d-8074-1820e7151480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:23,876 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes 0.794s 2023-04-18 15:21:23,877 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesGetTest-Volume-2016007241", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5109811a-8855-45d9-9861-6662ab538031', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5109811a-8855-45d9-9861-6662ab538031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:23.705207", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:23,979 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.086s 2023-04-18 15:21:23,979 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5f41fd-1b59-42e6-b088-183330c35ac1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5f41fd-1b59-42e6-b088-183330c35ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:24.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:25,052 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.061s 2023-04-18 15:21:25,053 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d8a8ee-af75-43fb-bbcb-04f331717e3f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d8a8ee-af75-43fb-bbcb-04f331717e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:24.000000", "updated_at": "2023-04-18T15:21:24.000000", "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:25,316 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.250s 2023-04-18 15:21:25,316 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f819fe-79cd-4ccf-97de-c49bfa058e31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'' 2023-04-18 15:21:25,350 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.033s 2023-04-18 15:21:25,351 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-53cd0ff0-2700-4e4a-bb5c-7fcdc4a35fb4', 'x-openstack-request-id': 'req-53cd0ff0-2700-4e4a-bb5c-7fcdc4a35fb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5923c3f-130c-4b27-8dd0-14937211aeef could not be found."}}' {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.193207s] ... 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 174af123-2ec0-45d1-92c6-2b246fd9d9e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:25,859 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes 0.987s 2023-04-18 15:21:25,860 79576 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-867573256", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e6b3fe-3462-4ab5-be98-71074e415564', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e6b3fe-3462-4ab5-be98-71074e415564', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:25.739500", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:25,957 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8 0.083s 2023-04-18 15:21:25,957 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6779eeef-e8fa-456c-ac4b-e212f6cdef68', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6779eeef-e8fa-456c-ac4b-e212f6cdef68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8842ee0156084f9ab2931a2b7c0c69b9"}}' 2023-04-18 15:21:27,035 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8 0.065s 2023-04-18 15:21:27,035 79576 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27605460-05f3-457e-86dd-f5bf90162f92', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27605460-05f3-457e-86dd-f5bf90162f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:26.000000", "updated_at": "2023-04-18T15:21:26.000000", "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8842ee0156084f9ab2931a2b7c0c69b9"}}' {9} 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 c849bc75-f6f6-48c6-9954-fc9e7a589b78 failed to build and is in ERROR status {11} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [9.287392s] ... 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 32fb8836-a0d7-467b-8fb7-4a9be7497433 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:38,046 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.344s 2023-04-18 15:21:38,046 79588 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-1114803750"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-7e7e9b3f-a0f4-40af-b453-dbb14db54984', 'date': 'Tue, 18 Apr 2023 15:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4c37ca75-76c6-4209-a2bd-421118d47cff","name":"tempest-tagged-attachments-test-net-1114803750","tenant_id":"3c106bb096af42ada880b739699fa9bb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c106bb096af42ada880b739699fa9bb","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-18T15:21:37Z","updated_at":"2023-04-18T15:21:37Z","revision_number":1}}' 2023-04-18 15:21:41,704 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.657s 2023-04-18 15:21:41,704 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "4c37ca75-76c6-4209-a2bd-421118d47cff", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-19798380-3bc1-44ab-9dec-448d439851bf', 'date': 'Tue, 18 Apr 2023 15:21:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3361b2df-cf2b-4c96-9d89-0286b9b3a7af","name":"","tenant_id":"3c106bb096af42ada880b739699fa9bb","network_id":"4c37ca75-76c6-4209-a2bd-421118d47cff","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-18T15:21:38Z","updated_at":"2023-04-18T15:21:38Z","revision_number":0,"project_id":"3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:42,038 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes 0.333s 2023-04-18 15:21:42,038 79588 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-1713620700"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8807129-cd23-4a1b-a8cc-8d8437dc8167', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8807129-cd23-4a1b-a8cc-8d8437dc8167', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:41.973603", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:42,103 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433 0.051s 2023-04-18 15:21:42,104 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e420313-aa1b-46c9-8bbe-94969b5cc423', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e420313-aa1b-46c9-8bbe-94969b5cc423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:42.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:43,192 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433 0.075s 2023-04-18 15:21:43,192 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e059aaa-b106-49ea-83b8-ad734da1883c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e059aaa-b106-49ea-83b8-ad734da1883c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:42.000000", "updated_at": "2023-04-18T15:21:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7- 467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:43,564 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3361b2df-cf2b-4c96-9d89-0286b9b3a7af 0.358s 2023-04-18 15:21:43,565 79588 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-e51cf698-edcf-4a07-bdf5-fcabbf972b60', 'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3361b2df-cf2b-4c96-9d89-0286b9b3a7af'} Body: b'' 2023-04-18 15:21:45,987 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/4c37ca75-76c6-4209-a2bd-421118d47cff 2.421s 2023-04-18 15:21:45,987 79588 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-9351d109-fcc4-48d8-bc8d-1a756b388c67', 'date': 'Tue, 18 Apr 2023 15:21:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/4c37ca75-76c6-4209-a2bd-421118d47cff'} Body: b'' {5} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.941598s] ... 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 3ba4eba3-7126-4729-ad34-d9761b0a7671 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:50,618 79576 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.687s 2023-04-18 15:21:50,619 79576 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-107712501"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64fbc6df-95a5-423b-9133-6dc00e265e60', 'x-compute-request-id': 'req-64fbc6df-95a5-423b-9133-6dc00e265e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:21:50.419881", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 15:21:50,745 79576 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/3ba4eba3-7126-4729-ad34-d9761b0a7671 0.122s 2023-04-18 15:21:50,746 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b24b6f2f-c048-4313-ad0b-474474b39604', 'x-compute-request-id': 'req-b24b6f2f-c048-4313-ad0b-474474b39604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:21:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 15:21:51,861 79576 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/3ba4eba3-7126-4729-ad34-d9761b0a7671 0.110s 2023-04-18 15:21:51,862 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ab9ea1-55fb-4b3f-8ed4-dbe9b3bca6b7', 'x-compute-request-id': 'req-b1ab9ea1-55fb-4b3f-8ed4-dbe9b3bca6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T15:21:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.276068s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.026268s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.024122s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.057283s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.026401s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013392s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.059923s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.066587s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.032159s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.036558s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.036960s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.044828s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.043156s] ... ok {9} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.925117s] ... 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 aab6d122-b32e-41e8-a763-bfe90f7577fd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:02,710 79584 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.248s 2023-04-18 15:22:02,711 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2064987615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfvcHY6dvednbodLfZAl3hEeLNB8zafvThiJBftd8erpZEx5hB9va8VCKxLSK+t1V4L3LXMvM1r3i8iYYktH9cENI1ZPt3OPoGqqXNJg2n1FSHHi/lruWthWgllArvs9A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb6558a-a0b7-47da-bc27-a58e864ad70c', 'x-compute-request-id': 'req-bbb6558a-a0b7-47da-bc27-a58e864ad70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2064987615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfvcHY6dvednbodLfZAl3hEeLNB8zafvThiJBftd8erpZEx5hB9va8VCKxLSK+t1V4L3LXMvM1r3i8iYYktH9cENI1ZPt3OPoGqqXNJg2n1FSHHi/lruWthWgllArvs9A==", "fingerprint": "98:3b:a1:26:07:27:4e:5e:71:34:4e:87:08:2d:f8:d2", "user_id": "c31e12c24fc44100b4895d7df9aa1c9b"}}' 2023-04-18 15:22:02,936 79584 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.222s 2023-04-18 15:22:02,936 79584 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-825159129", "description": "tempest-secgroup-smoke-825159129 description", "project_id": "99716c96d0494f7fb00bf63b54ff4540"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-315e6d26-7e82-439a-b296-6bd49a34f94b', 'date': 'Tue, 18 Apr 2023 15:22:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "name": "tempest-secgroup-smoke-825159129", "stateful": true, "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "description": "tempest-secgroup-smoke-825159129 description", "shared": false, "security_group_rules": [{"id": "0df89743-4d4f-4032-b8e5-e5b98935fb0b", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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": 461, "description": null, "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:02Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}, {"id": "82968c82-9fd8-4a1c-a45f-b34a2db989d2", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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": 460, "description": null, "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:02Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}], "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:0 2Z", "revision_number": 1, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,317 79584 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.380s 2023-04-18 15:22:03,317 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "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-8cd7ba46-c818-47ba-99a7-f34dc7ce75c8', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ff355ae-91cf-4e9a-aea3-573a92af4b8b", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,519 79584 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.201s 2023-04-18 15:22:03,520 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "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-b5f8d2c3-7eb0-44b2-9731-42c9a7e535c8', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ffab218-fb32-40c0-8f0e-b4b721fb07d3", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,793 79584 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.272s 2023-04-18 15:22:03,793 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-80335eef-8421-4f2f-81b4-1673f23d2890', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "ba00cf59-c229-4859-b337-2107e1f1d96c", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,324 79584 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.530s 2023-04-18 15:22:04,325 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c5a7bb2a-7da7-4249-84bb-ee1b1cd4dd9a', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1e806ac-9a7c-4e08-b0aa-a9d5c0803abc", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,596 79584 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.270s 2023-04-18 15:22:04,596 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-72b6eb8e-ad4b-428f-bf2b-673b3cafbca2', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d7136f4-4f8e-4e8e-a5ca-396581f0a12f", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:04Z", "updated_at": "2023-04-18T15:22:04Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,780 79584 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.183s 2023-04-18 15:22:04,780 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-95c060bb-3592-4245-ac80-1576ba0516c8', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c72a261b-8086-40db-b11f-17bd6e10c2c6", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:04Z", "updated_at": "2023-04-18T15:22:04Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,893 79584 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.106s 2023-04-18 15:22:04,894 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:04 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-82944dde-2b52-4bf7-b579-8c98ee10ca33', '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": "c31e12c24fc44100b4895d7df9aa1c9b", "name": "tempest-TestShelveInstance-1710448391-project-member", "password_expires_at": null}, "audit_ids": ["1djE5POhRnCbCxHkpa1DTw"], "expires_at": "2023-04-18T16:22:04.000000Z", "issued_at": "2023-04-18T15:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99716c96d0494f7fb00bf63b54ff4540", "name": "tempest-TestShelveInstance-1710448391"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:04,894 79584 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'b7a62e2f-4cad-43a2-be0e-d216223660d4', 'name': 'tempest-TestShelveInstance-745885665-network', 'tenant_id': '99716c96d0494f7fb00bf63b54ff4540', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99716c96d0494f7fb00bf63b54ff4540', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2539, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:05,332 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes 0.437s 2023-04-18 15:22:05,333 79584 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-99207027", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f81d42-2884-4aa6-ae03-57a3421bb72b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f81d42-2884-4aa6-ae03-57a3421bb72b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.257707", "updated_at": null, "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:05,388 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.046s 2023-04-18 15:22:05,389 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2400eb-9a80-4ac4-8c2f-0554010e4378', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-ac2400eb-9a80-4ac4-8c2f-0554010e4378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:06,443 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.044s 2023-04-18 15:22:06,443 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e693fe19-746f-4e5f-96e6-db3791fc6761', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e693fe19-746f-4e5f-96e6-db3791fc6761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.000000", "updated_at": "2023-04-18T15:22:05.000000", "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:06,634 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.180s 2023-04-18 15:22:06,635 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22: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-e0c072a8-833e-449a-88ae-54ce811a4a68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'' 2023-04-18 15:22:06,667 79584 INFO [tempest.lib.common.rest_client] Reques t (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.031s 2023-04-18 15:22:06,667 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f0dd30-848f-4667-a2b7-a2d838633d5c', 'x-openstack-request-id': 'req-a5f0dd30-848f-4667-a2b7-a2d838633d5c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aab6d122-b32e-41e8-a763-bfe90f7577fd could not be found."}}' 2023-04-18 15:22:07,342 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f6e71719-5d3c-4732-846a-5501173cfbe5 0.673s 2023-04-18 15:22:07,342 79584 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-7a44da63-e739-4eb0-9967-c2f84e274c80', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f6e71719-5d3c-4732-846a-5501173cfbe5'} Body: b'' 2023-04-18 15:22:07,380 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2064987615 0.037s 2023-04-18 15:22:07,381 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 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-ea848e98-00a0-451b-9bd3-9202ab868f0b', 'x-compute-request-id': 'req-ea848e98-00a0-451b-9bd3-9202ab868f0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2064987615'} Body: b'' {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.326602s] ... 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 9cf5acef-ec8b-4068-b18b-cb12b04769ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:05,857 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types 0.232s 2023-04-18 15:22:05,858 79576 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-1576614115", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbcb1c1-25ea-4b1b-8fab-3558c16bb4a0', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbcb1c1-25ea-4b1b-8fab-3558c16bb4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types'} Body: b'{"volume_type": {"id": "aee2b709-0b06-44a3-92db-ecf1ab39162e", "name": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 15:22:06,020 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes 0.158s 2023-04-18 15:22:06,020 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "aee2b709-0b06-44a3-92db-ecf1ab39162e", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 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-1a49f416-d058-48b0-bced-865ca4221691', 'x-openstack-request-id': 'req-1a49f416-d058-48b0-bced-865ca4221691', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aee2b709-0b06-44a3-92db-ecf1ab39162e could not be found."}}' 2023-04-18 15:22:06,021 79576 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 15:22:06,052 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action 0.031s 2023-04-18 15:22:06,053 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "57664d0c2bcd4c678fc6153af7df34cb"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22: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-86fa2356-aa3e-4b84-aea2-c40ba99dff8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action'} Body: b'' 2023-04-18 15:22:06,287 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes 0.233s 2023-04-18 15:22:06,288 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "aee2b709-0b06-44a3-92db-ecf1ab39 162e", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba27518-890d-40c9-83d8-89cb99ce7c6b', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba27518-890d-40c9-83d8-89cb99ce7c6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.220580", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:06,425 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.128s 2023-04-18 15:22:06,426 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bddfe07-475e-490b-bb41-13540046b705', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bddfe07-475e-490b-bb41-13540046b705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,480 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.042s 2023-04-18 15:22:07,480 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc768d5-9b60-4528-a8ef-a90ec63cd165', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc768d5-9b60-4528-a8ef-a90ec63cd165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": "2023-04-18T15:22:06.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,550 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.057s 2023-04-18 15:22:07,551 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f49e62-153a-42be-97cb-e769638d786d', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f49e62-153a-42be-97cb-e769638d786d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": "2023-04-18T15:22:06.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,735 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.173s 2023-04-18 15:22:07,736 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d49dd2a-0ff9-4677-83b5-ca89febaf7b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2b cd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'' 2023-04-18 15:22:07,760 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.024s 2023-04-18 15:22:07,761 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3d8386-b593-4111-931d-2f1606ab006d', 'x-openstack-request-id': 'req-5d3d8386-b593-4111-931d-2f1606ab006d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9cf5acef-ec8b-4068-b18b-cb12b04769ac could not be found."}}' 2023-04-18 15:22:07,806 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action 0.045s 2023-04-18 15:22:07,807 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "57664d0c2bcd4c678fc6153af7df34cb"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3153ddb-5a80-42ff-8fa2-61d5fefcff7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action'} Body: b'' 2023-04-18 15:22:07,926 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e 0.118s 2023-04-18 15:22:07,926 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-176c8566-1827-4c99-882a-4dfecc37471b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e'} Body: b'' 2023-04-18 15:22:07,950 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e 0.023s 2023-04-18 15:22:07,950 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 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-65b184a2-f939-4355-8343-a3edd906429e', 'x-openstack-request-id': 'req-65b184a2-f939-4355-8343-a3edd906429e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba9684 4c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aee2b709-0b06-44a3-92db-ecf1ab39162e could not be found."}}' {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.365249s] ... ok {5} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.019282s] ... ok {5} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.228488s] ... ok {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.807134s] ... 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 34cff354-1445-4ea6-8653-762b6dc1684b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:18,158 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes 0.649s 2023-04-18 15:22:18,159 79588 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-924376908", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6110b17-15d8-4e92-8b8b-d8d7477311c7', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6110b17-15d8-4e92-8b8b-d8d7477311c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.064767", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:18,242 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b 0.071s 2023-04-18 15:22:18,243 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4964425c-05e9-458b-8499-6b7f2245b2f7', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4964425c-05e9-458b-8499-6b7f2245b2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1e5cee775d3241f99de5aacea9ca4376"}}' 2023-04-18 15:22:19,304 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b 0.046s 2023-04-18 15 :22:19,305 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acacadb-a0ac-48bd-92b5-5907c130d3b5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acacadb-a0ac-48bd-92b5-5907c130d3b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.000000", "updated_at": "2023-04-18T15:22:18.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1e5cee775d3241f99de5aacea9ca4376"}}' {5} 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 b0ca86f6-9a62-48d3-8607-9ac1295b502b failed to build and is in ERROR status {5} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {5} 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 9d0cbdd7-f256-42f3-a613-09e6d5750e63 failed to build and is in ERROR status {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [115.485262s] ... 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 51f18027-09ca-48ea-b0e3-8cc8a9255741 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:59,151 79572 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.075s 2023-04-18 15:20:59,151 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 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-a8899ac0-a7e2-4055-b628-ca2fa4abda91', '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": "35c59aa3ad6e42f2989f045fbe926d9d", "name": "tempest-DeleteServersTestJSON-1810458559-project-member", "password_expires_at": null}, "audit_ids": ["8X3bJekZThGyW8x799pX5g"], "expires_at": "2023-04-18T16:20:59.000000Z", "issued_at": "2023-04-18T15:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c48b75a2d654c548352e0e9d5552742", "name": "tempest-DeleteServersTestJSON-1810458559"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:20:59,152 79572 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'f1c4865b-6b7b-420d-b656-97f0fcf2284e', 'name': 'tempest-DeleteServersTestJSON-1933094149-network', 'tenant_id': '5c48b75a2d654c548352e0e9d5552742', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5c48b75a2d654c548352e0e9d5552742', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:44Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:01,739 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.586s 2023-04-18 15:21:01,739 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-988458871", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "f1c4865b-6b7b-420d-b656-97f0fcf2284e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-934f282a-8491-4e98-a88d-616a228ff835', 'x-compute-request-id': 'req-934f282a-8491-4e98-a88d-616a228ff835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "myibLSiYSC5P"}}' 2023-04-18 15:21:02,527 79572 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/cf6ff210-bb47-40c3-8139-7f2a821abc28 0.782s 2023-04-18 15:21:02,527 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 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-c1d5292f-3e13-435d-911a-fe2af460a6af', 'x-compute-request-id': 'req-c1d5292f-3e13-435d-911a-fe2af460a6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "name": "tempest-DeleteServersTestJSON-server-988458871", "status": "BUILD", "tenant_id": "5c48b75a2d654c548352e0e9d5552742", "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:02Z", "updated": "2023-04-18T15:21:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "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-18 15:21:53,178 79572 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/cf6ff210-bb47-40c3-8139-7f2a821abc28 0.587s 2023-04-18 15:21:53,179 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efc76584-63d2-4bce-9558-d7d294a32ed1', 'x-compute-request-id': 'req-efc76584-63d2-4bce-9558-d7d294a32ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "name": "tempest-DeleteServersTestJSON-server-988458871", "status": "ACTIVE", "tenant_id": "5c48b75a2d654c548352e0e9d5552742", "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "metadata": {}, "hostId": "4f882d02bb3e615eb35b7a0d91ecc9ed93b76243fd2db47c820021b1", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:01Z", "updated": "2023-04-18T15:21:16Z", "addresses": {"tempest-DeleteServersTestJSON-1933094149-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:8b:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:53,192 79572 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:22:53,444 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes 0.215s 2023-04-18 15:22:53,444 79572 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-483476034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3364ec4-1b78-48fc-ad93-2b9a0d59b521', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3364ec4-1b78-48fc-ad93-2b9a0d59b521', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.386 796", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:53,494 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741 0.040s 2023-04-18 15:22:53,494 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e83dd9-b04a-46f6-9826-4f42668d1c2f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e83dd9-b04a-46f6-9826-4f42668d1c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c48b75a2d654c548352e0e9d5552742"}}' 2023-04-18 15:22:54,543 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741 0.037s 2023-04-18 15:22:54,544 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c942c524-8417-45e2-8631-a729863761c8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c942c524-8417-45e2-8631-a729863761c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.000000", "updated_at": "2023-04-18T15:22:54.000000", "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/5 1f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c48b75a2d654c548352e0e9d5552742"}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [121.061787s] ... 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 9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:35,993 79582 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:36,343 79582 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.347s 2023-04-18 15:21:36,343 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-137830134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:35 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-2d6f0326-6b8e-4b97-8304-aefbd6e1062b', 'x-compute-request-id': 'req-2d6f0326-6b8e-4b97-8304-aefbd6e1062b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-137830134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g==", "fingerprint": "36:16:50:55:ee:0f:4e:b5:26:45:1d:81:02:c5:86:e1", "user_id": "fb1187e621234a18a337d8bae5c59ec3"}}' 2023-04-18 15:21:36,349 79582 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-137830134 created 2023-04-18 15:21:37,342 79582 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.993s 2023-04-18 15:21:37,343 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--395091987", "description": "tempest-description--875804117"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f40367e4-63c3-4d05-9a56-79092280c1c9', 'date': 'Tue, 18 Apr 2023 15:21:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "name": "tempest-securitygroup--395091987", "stateful": true, "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "description": "tempest-description--875804117", "shared": false, "security_group_rules": [{"id": "03d04ddb-8a96-4a34-9452-1c9c486f1528", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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": 380, "description": null, "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}, {"id": "a652be44-49d8-432e-8e65-30b4b05bf186", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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": 379, "de scription": null, "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}], "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 1, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:38,965 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.622s 2023-04-18 15:21:38,966 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-9bc1acd0-85b4-4eb7-bb54-a140d89ea38f', 'date': 'Tue, 18 Apr 2023 15:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4fa2aab-d2ed-4206-aa66-1873c9f15f6d", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-18T15:21:37Z", "updated_at": "2023-04-18T15:21:37Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:40,880 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.914s 2023-04-18 15:21:40,881 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-537d091f-eb34-4097-9b31-12075567a0a8', 'date': 'Tue, 18 Apr 2023 15:21: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": "156f8f9c-4925-435b-a0b0-c2676a7d6546", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-18T15:21:39Z", "updated_at": "2023-04-18T15:21:39Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:40,881 79582 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--395091987 created 2023-04-18 15:21:43,139 79582 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.257s 2023-04-18 15:21:43,139 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} R esponse - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dd6d8c93-b64a-4439-bbff-98f035ab1c2c', 'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d66b8f8-4965-458a-b4c4-b03518eef460", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "floating_ip_address": "172.24.4.194", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8c34ff3309c74223b4c2e3e7f6698860", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:42Z", "updated_at": "2023-04-18T15:21:42Z", "revision_number": 0}}' 2023-04-18 15:21:43,139 79582 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d66b8f8-4965-458a-b4c4-b03518eef460', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'floating_ip_address': '172.24.4.194', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:42Z', 'updated_at': '2023-04-18T15:21:42Z', 'revision_number': 0, 'ip': '172.24.4.194'} created 2023-04-18 15:21:43,230 79582 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.086s 2023-04-18 15:21:43,231 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 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-dca55661-6bbf-4be8-9af6-2eb6d01ca306', '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": "fb1187e621234a18a337d8bae5c59ec3", "name": "tempest-VolumesAdminNegativeTest-577927350-project-member", "password_expires_at": null}, "audit_ids": ["7CJUE58fStKz-a9CSNZp-w"], "expires_at": "2023-04-18T16:21:43.000000Z", "issued_at": "2023-04-18T15:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c34ff3309c74223b4c2e3e7f6698860", "name": "tempest-VolumesAdminNegativeTest-577927350"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d 5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:43,232 79582 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '70f00798-af6a-4eb7-b15c-89b7a38f573e', 'name': 'tempest-VolumesAdminNegativeTest-1079929368-network', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:43,233 79582 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-137830134', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g==', 'fingerprint': '36:16:50:55:ee:0f:4e:b5:26:45:1d:81:02:c5:86:e1', 'user_id': 'fb1187e621234a18a337d8bae5c59ec3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAg9vyQuZTPEDBFPGCZ35aKvG30FWbOD66JQuH+7jates9RB2vhKsun\nEDgKnb17/4CgBwYFK4EEACKhZANiAATmWU62fmCiZ34FA841vW1/HIJS8QgaGPcf\nxOq7xpkskg4SHWWcReFWmsx/rTnNyJsEcCOWxKDnlUlfNhPmpyAF9cGe+wqf7qxS\n1QGy/AWXcrN+Go1bIFeSugmfLywDeuI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', 'name': 'tempest-securitygroup--395091987', 'stateful': True, 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': 'tempest-description--875804117', 'shared': False, 'security_group_rules': [{'id': '03d04ddb-8a96-4a34-9452-1c9c486f1528', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'security_group_id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', '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': 380, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 0, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}, {'id': 'a652be44-49d8-432e-8e65-30b4b05bf186', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'security_group_id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-04-18T1 5:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 0, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}], 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 1, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}, 'floating_ip': {'id': '9d66b8f8-4965-458a-b4c4-b03518eef460', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'floating_ip_address': '172.24.4.194', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:42Z', 'updated_at': '2023-04-18T15:21:42Z', 'revision_number': 0, 'ip': '172.24.4.194'}} 2023-04-18 15:21:44,277 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 1.043s 2023-04-18 15:21:44,278 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2075437977", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "70f00798-af6a-4eb7-b15c-89b7a38f573e"}], "security_groups": [{"name": "tempest-securitygroup--395091987"}], "key_name": "tempest-keypair-137830134", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c80100ac-c2eb-40d1-9a79-ff263ca6f30b', 'x-compute-request-id': 'req-c80100ac-c2eb-40d1-9a79-ff263ca6f30b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--395091987"}], "adminPass": "F2PJo5T27auW"}}' 2023-04-18 15:21:44,360 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd 0.076s 2023-04-18 15:21:44,361 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:44 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-3a07858c-f145-4012-bd26-452f5e18853f', 'x-compute-request-id': 'req-3a07858c-f145-4012-bd26-452f5e18853f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "name": "tempest-VolumesAdminNegativeTest-server-2075437977", "status": "BUILD", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hos tId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:44Z", "updated": "2023-04-18T15:21:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-137830134", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:34,656 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd 0.224s 2023-04-18 15:22:34,656 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:34 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-c9429246-60f6-4119-a9c0-4e95f120ea57', 'x-compute-request-id': 'req-c9429246-60f6-4119-a9c0-4e95f120ea57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "name": "tempest-VolumesAdminNegativeTest-server-2075437977", "status": "ACTIVE", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "8b4448bafa8cad62f9e4d2aea1f12ba03ea3aea5ad09e2cd3a1a02f5", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:44Z", "updated": "2023-04-18T15:21:55Z", "addresses": {"tempest-VolumesAdminNegativeTest-1079929368-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:73:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-137830134", "OS-SRV-USG:launched_at": "2023-04-18T15:21:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--395091987"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:34,671 79582 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:34,907 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd/os-interface 0.175s 2023-04-18 15:23:34,907 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:34 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-28af497e-7bbc-48c5-9580-53767b99b461', 'x-compute-request-id': 'req-28af497e-7bbc-48c5-9580-53767b99b461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "70f00798-af6a-4eb7-b15c-89b7a38f573e", "port_id": "8bc44429-4246-41f6-ad97-13ae72c79074", "mac_addr": "fa:16:3e:fc:73:7c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1904941d-db4a-479a-b182-0956c7d5bff7", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 15:23:35,624 79582 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/9d66b8f8-4965-458a-b4c4-b03518eef460 0.713s 2023-04-18 15:23:35,624 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8bc44429-4246-41f6-ad97-13ae72c79074"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-96f30397-cf11-439c-903f-276d47c5abf7', 'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d66b8f8-4965-458a-b4c4-b03518eef460'} Body: b'{"floatingip": {"id": "9d66b8f8-4965-458a-b4c4-b03518eef460", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "floating_ip_address": "172.24.4.194", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "9bdf51b1-fc94-4a37-9953-4d3d022d8e15", "port_id": "8bc44429-4246-41f6-ad97-13ae72c79074", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "70f00798-af6a-4eb7-b15c-89b7a38f573e", "mac_address": "fa:16:3e:fc:73:7c", "admin_state_up": true, "status": "ACTIVE", "device_id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:42Z", "updated_at": "2023-04-18T15:23:35Z", "revision_number": 1, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:23:35,626 79582 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.194:22' as 'cirros' with public key authentication 2023-04-18 15:23:35,663 79582 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:35,685 79582 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:35,685 79582 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.194 successfully created 2023-04-18 15:23:35,937 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes 0.251s 2023-04-18 15:23:35,937 79582 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-368323691"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4732ca-5b19-41ce-a25a-5bf8923c1e39', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reques t-id': 'req-7c4732ca-5b19-41ce-a25a-5bf8923c1e39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:35.870010", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:35,988 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b 0.040s 2023-04-18 15:23:35,988 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e279328c-d364-456b-b4be-53db67c4c5f7', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e279328c-d364-456b-b4be-53db67c4c5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:23:37,042 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b 0.041s 2023-04-18 15:23:37,042 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6575d8-12b6-43d4-a3bd-6a76a6a7d61d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6575d8-12b6-43d4-a3bd-6a76a6a7d61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:36.000000", "updated_at": "2023-04-18T15:23:36.000000", "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [172.983241s] ... 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 938c5c7c-db0b-4116-847c-e4bd16b44a64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:00,636 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:00,637 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:00,908 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.269s 2023-04-18 15:21:00,908 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1496363600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc1983e-6e58-4bd1-a0a8-389468a2b64a', 'x-compute-request-id': 'req-dcc1983e-6e58-4bd1-a0a8-389468a2b64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1496363600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ==", "fingerprint": "4d:01:18:ca:c8:37:c5:29:a3:cf:07:60:8b:1b:81:a6", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:21:00,913 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1496363600 created 2023-04-18 15:21:01,790 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.876s 2023-04-18 15:21:01,791 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1363688396", "description": "tempest-description--1973447555"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-347bd130-4632-439f-b684-cfe15b42d1ba', 'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e55601c7-54b3-48a3-bb7a-f870070db351", "name": "tempest-securitygroup--1363688396", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--1973447555", "shared": false, "security_group_rules": [{"id": "69c78744-e4b1-4bfe-8c1b-806dba362d55", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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": 192, "description": null, "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "a929537d-68c2-4d97-a399-8650848275a4", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 190, "description": null, "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:02,735 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.944s 2023-04-18 15:21:02,736 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-c8a91b55-e394-43e1-ad4f-815c6b075681', 'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0bf00cf8-6737-4473-8982-6a5220a85304", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-18T15:21:02Z", "updated_at": "2023-04-18T15:21:02Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:03,194 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.458s 2023-04-18 15:21:03,194 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-924bcbe8-66f6-4055-96ef-028d991e46f9', 'date': 'Tue, 18 Apr 2023 15:21:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bd3982ef-488c-402d-9026-2a3a2ca970dc", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-18T15:21:02Z", "updated_at": "2023-04-18T15:21:02Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:03,194 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1363688396 created 2023-04-18 15:21:05,396 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.201s 2023-04-18 15:21:05,396 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-fcc208ca-ad91-4ed6-9138-9facefbead00', 'date': 'Tue, 18 Apr 2023 15:21:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7d50410b-1ed3-42e5-bf03-7f56ada64ea6", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.47", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:04Z", "updated_at": "2023-04-18T15:21:04Z", "revision_number": 0}}' 2023-04-18 15:21:05,396 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7d50410b-1ed3-42e5-bf03-7f56ada64ea6', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:04Z', 'updated_at': '2023-04-18T15:21:04Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-04-18 15:21:05,499 79574 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.096s 2023-04-18 15:21:05,500 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:05 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-055e179e-015c-4656-bd19-0795f08ccc3e', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["4usphvvDSUS6FiDuHO3tLg"], "expires_at": "2023-04-18T16:21:05.000000Z", "issued_at": "2023-04-18T15:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http:// 10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:05,501 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:05,501 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1496363600', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ==', 'fingerprint': '4d:01:18:ca:c8:37:c5:29:a3:cf:07:60:8b:1b:81:a6', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCDhYnDHSOwgD4zqJMb+uiH0O+yime6FNltQ8QThjiwoDgnjviBxbL1\nezpNGfKnAZqgBwYFK4EEACKhZANiAASF3btmgVDEuk5Kff0DyU+46nPCFZkBjBBb\nmhOyZbpcshdBXs5vf/aiBZBR4FlGknFJvLq6dFL8HdF+X8nJll7csCGUJDDbJUqU\nMY2UnrxrzNm8W24mD5V63t4cTIjceck=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e55601c7-54b3-48a3-bb7a-f870070db351', 'name': 'tempest-securitygroup--1363688396', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--1973447555', 'shared': False, 'security_group_rules': [{'id': '69c78744-e4b1-4bfe-8c1b-806dba362d55', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'e55601c7-54b3-48a3-bb7a-f870070db351', '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': 192, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'a929537d-68c2-4d97-a399-8650848275a4', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'e55601c7-54b3-48a3-bb7a-f870070db351', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 190, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a 6f7780012e87354'}], 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '7d50410b-1ed3-42e5-bf03-7f56ada64ea6', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:04Z', 'updated_at': '2023-04-18T15:21:04Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-04-18 15:21:07,714 79574 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 2.212s 2023-04-18 15:21:07,715 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1557769050", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "key_name": "tempest-keypair-1496363600", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89be1886-64c2-4eae-b0f9-0c525b3ed78e', 'x-compute-request-id': 'req-89be1886-64c2-4eae-b0f9-0c525b3ed78e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "adminPass": "password"}}' 2023-04-18 15:21:07,887 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.169s 2023-04-18 15:21:07,887 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 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-8d07fb7e-1624-42c1-8177-257bc16e5ef3', 'x-compute-request-id': 'req-8d07fb7e-1624-42c1-8177-257bc16e5ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:08Z", "updated": "2023-04-18T15:21:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:58,645 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.697s 2023-04-18 15:21:58,645 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:57 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-9e4eaf4e-afff-4587-ae53-756e46087a05', 'x-compute-request-id': 'req-9e4eaf4e-afff-4587-ae53-756e46087a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:07Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:58,658 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:22:59,097 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1/os-interface 0.393s 2023-04-18 15:22:59,097 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:58 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-33840606-afe2-4517-b3ff-2f13b669cb44', 'x-compute-request-id': 'req-33840606-afe2-4517-b3ff-2f13b669cb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa", "mac_addr": "fa:16:3e:87:84:d6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 15:23:00,251 79574 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/7d50410b-1ed3-42e5-bf03-7f56ada64ea6 1.148s 2023-04-18 15:23:00,251 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9589ce78-b9f1-4315-8623-3bb1fc5246ea', 'date': 'Tue, 18 Apr 2023 15:23:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6'} Body: b'{"floatingip": {"id": "7d50410b-1ed3-42e5-bf03-7f56ada64ea6", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.47", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:87:84:d6", "admin_state_up": true, "status": "ACTIVE", "device_id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:04Z", "updated_at": "2023-04-18T15:22:59Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:00,253 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.47:22' as 'cirros' with public key authentication 2023-04-18 15:23:00,297 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:00,326 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:00,327 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.47 successfully created 2023-04-18 15:23:00,753 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1/ips 0.425s 2023-04-18 15:23:00,753 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:00 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-c911696f-6f25-4049-b859-af00d53d5bb8', 'x-compute-request-id': 'req-c911696f-6f25-4049-b859-af00d53d5bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4 d0c-aeab-56d2c08882a1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-18 15:23:01,154 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.397s 2023-04-18 15:23:01,154 79574 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-334115925"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4abde9a-784e-41ad-a673-386e0ed40b7f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4abde9a-784e-41ad-a673-386e0ed40b7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.092346", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:01,212 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64 0.049s 2023-04-18 15:23:01,213 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbde23ec-a706-49d8-ae92-67812f144c35', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbde23ec-a706-49d8-ae92-67812f144c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:02,264 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volum e_to_different_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64 0.039s 2023-04-18 15:23:02,264 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8782bcec-7ca8-4208-aac7-c4d93bb4ded0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8782bcec-7ca8-4208-aac7-c4d93bb4ded0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.000000", "updated_at": "2023-04-18T15:23:01.000000", "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:02,440 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.165s 2023-04-18 15:23:02,441 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-293b4e8b-8a52-4b4d-8237-a67ffb5c2df2', 'x-compute-request-id': 'req-293b4e8b-8a52-4b4d-8237-a67ffb5c2df2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'' 2023-04-18 15:23:02,806 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.364s 2023-04-18 15:23:02,806 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99617a55-47dd-4f53-808b-5c1e3fb2eb74', 'x-compute-request-id': 'req-99617a55-47dd-4f53-808b-5c1e3fb2eb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:07Z", "updated": "2023-04-18T15:23:02Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:52,937 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.069s 2023-04-18 15:23:52,937 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-781a4435-d2f7-4e1f-9487-1acb07fc793f', 'x-compute-request-id': 'req-781a4435-d2f7-4e1f-9487-1acb07fc793f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fcc0516f-559a-4d0c-aeab-56d2c08882a1 could not be found."}}' 2023-04-18 15:23:52,969 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1496363600 0.030s 2023-04-18 15:23:52,969 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-2091d6d4-15a5-4b65-84dc-947fb9c6ff6c', 'x-compute-request-id': 'req-2091d6d4-15a5-4b65-84dc-947fb9c6ff6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1496363600'} Body: b'' 2023-04-18 15:23:53,123 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351 0.153s 2023-04-18 15:23:53,124 79574 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-606c6820-307b-45bc-a050-9917a5d4343b', 'co ntent-length': '0', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351'} Body: b'' 2023-04-18 15:23:53,145 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351 0.021s 2023-04-18 15:23:53,146 79574 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-8a0812f8-fa07-4237-97e0-23c83514ee96', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e55601c7-54b3-48a3-bb7a-f870070db351 does not exist", "detail": ""}}' 2023-04-18 15:23:53,618 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6 0.471s 2023-04-18 15:23:53,618 79574 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-b873ba5f-2400-4c04-b72a-d8740b90c9f5', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [172.755360s] ... 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 c8ba654e-df75-4f17-8fb7-d1521579f3ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:08,424 79586 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:08,424 79586 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:08,807 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.380s 2023-04-18 15:21:08,808 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2117243910", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 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-6ed23f67-4f00-4448-b716-935e5f3865ca', 'x-compute-request-id': 'req-6ed23f67-4f00-4448-b716-935e5f3865ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2117243910", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g==", "fingerprint": "bb:21:88:62:43:07:28:89:ea:81:82:b3:f8:a0:91:57", "user_id": "c133acd96c98486fac2085187824d10b"}}' 2023-04-18 15:21:08,812 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2117243910 created 2023-04-18 15:21:09,330 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.517s 2023-04-18 15:21:09,330 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--967404536", "description": "tempest-description--814608055"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-b27feab2-7c6b-4ac7-843c-a2925fe2c512', 'date': 'Tue, 18 Apr 2023 15:21:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "name": "tempest-securitygroup--967404536", "stateful": true, "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "description": "tempest-description--814608055", "shared": false, "security_group_rules": [{"id": "dae4a984-2f32-4b5e-a7f4-b7f36f26da82", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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": 258, "description": null, "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}, {"id": "fed7759d-b959-4e0f-a12f-53c64b69a51f", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 259, "description": null, "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}], "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,049 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.718s 2023-04-18 15:21:10,050 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-84252f56-5c81-41d1-a842-1212f8b77ad7', 'date': 'Tue, 18 Apr 2023 15:21:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99a4e7e3-9f30-4f15-84eb-bed8a96d168d", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-18T15:21:09Z", "updated_at": "2023-04-18T15:21:09Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,924 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.874s 2023-04-18 15:21:10,925 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e5c2afaa-8fc5-41d5-91df-ad927150842e', 'date': 'Tue, 18 Apr 2023 15:21:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cd103a3-c54a-4da1-999a-bce9ab2124e5", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-18T15:21:10Z", "updated_at": "2023-04-18T15:21:10Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,925 79586 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--967404536 created 2023-04-18 15:21:13,065 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.139s 2023-04-18 15:21:13,065 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-b5519217-0cee-4516-bc86-3edb547d97bf', 'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d45b3fd-0c9f-4989-9999-6394ab3fe7ea", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.19", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7269241b8f244a86b51580dd6319d5c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:11Z", "updated_at": "2023-04-18T15:21:11Z", "revision_number": 0}}' 2023-04-18 15:21:13,065 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d45b3fd-0c9f-4989-9999-6394ab3fe7ea', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:11Z', 'updated_at': '2023-04-18T15:21:11Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-04-18 15:21:13,156 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-04-18 15:21:13,156 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f31dacd4-1d0b-44d4-8da0-5692919164e2', '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": "c133acd96c98486fac2085187824d10b", "name": "tempest-AttachVolumeTestJSON-1284069294-project-member", "password_expires_at": null}, "audit_ids": ["xQT7uBR-QSuHK-0nmlrxmw"], "expires_at": "2023-04-18T16:21:13.000000Z", "issued_at": "2023-04-18T15:21:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7269241b8f244a86b51580dd6319d5c6", "name": "tempest-AttachVolumeTestJSON-1284069294"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Re gionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:13,157 79586 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '5fec6c8b-49b1-4298-a7ee-886f04baa0e2', 'name': 'tempest-AttachVolumeTestJSON-1622188140-network', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59816, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:13,158 79586 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2117243910', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g==', 'fingerprint': 'bb:21:88:62:43:07:28:89:ea:81:82:b3:f8:a0:91:57', 'user_id': 'c133acd96c98486fac2085187824d10b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAtflGnC/ZvpH8K5llV34KifUwrrMiuvTz0KR2Igknbg/0etIA+zKXT\nda8w9beIgF+gBwYFK4EEACKhZANiAAQcoVeEHQFFgALmuc8xA09l7c3h/nulF1mQ\ndbTrA22CsTbh0+F2Ly3soG92+A8GjejrKnm1Tgh3aWRcQfry1Bt7MNhmBeIatCQ4\nYzTmM+1QZM/r1223eWp5htw3zzXeY+I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', 'name': 'tempest-securitygroup--967404536', 'stateful': True, 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'description': 'tempest-description--814608055', 'shared': False, 'security_group_rules': [{'id': 'dae4a984-2f32-4b5e-a7f4-b7f36f26da82', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', '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': 258, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, {'id': 'fed7759d-b959-4e0f-a12f-53c64b69a51f', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 259, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}], 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 1, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, 'floating_ip': {'id': '9d45b3fd-0c9f-4989-9999-6394ab3fe7ea', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:11Z', 'updated_at': '2023-04-18T15:21:11Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-04-18 15:21:15,118 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.959s 2023-04-18 15:21:15,118 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1266013552", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2"}], "security_groups": [{"name": "tempest-securitygroup--967404536"}], "key_name": "tempest-keypair-2117243910", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f33d21-da70-4cd0-8e94-8111aa560124', 'x-compute-request-id': 'req-87f33d21-da70-4cd0-8e94-8111aa560124', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--967404536"}], "adminPass": "password"}}' 2023-04-18 15:21:15,354 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.233s 2023-04-18 15:21:15,354 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c8a648-0a4c-4921-95ea-c33c36de3a35', 'x-compute-request-id': 'req-99c8a648-0a4c-4921-95ea-c33c36de3a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "BUILD", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:21:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:05,856 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.441s 2023-04-18 15:22:05,857 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 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-c2caff63-6442-4511-990a-b936d15ccc24', 'x-compute-request-id': 'req-c2caff63-6442-4511-990a-b936d15ccc24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:21:27Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": "2023-04-18T15:21:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--967404536"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:05,869 79586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:06,112 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/os-interface 0.241s 2023-04-18 15:23:06,112 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-o penstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94848192-5249-46ac-8fab-77849999a6b8', 'x-compute-request-id': 'req-94848192-5249-46ac-8fab-77849999a6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51", "mac_addr": "fa:16:3e:96:bf:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e788df66-789b-44cb-979c-7af9ee4d5919", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 15:23:07,598 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea 1.482s 2023-04-18 15:23:07,599 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ba05db2a-a80d-4a05-8c3d-3cbd879ce710', 'date': 'Tue, 18 Apr 2023 15:23:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea'} Body: b'{"floatingip": {"id": "9d45b3fd-0c9f-4989-9999-6394ab3fe7ea", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.19", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "bae004a4-2ed1-423d-84b6-dff2a8babfe6", "port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "mac_address": "fa:16:3e:96:bf:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "f420f72a-75b8-4492-936b-652048e06902", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:11Z", "updated_at": "2023-04-18T15:23:06Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:07,601 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,640 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,664 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,664 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:07,908 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/ips 0.243s 2023-04-18 15:23:07,908 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:07 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-399dbf7a-6c69-446d-ab35-90a2dc76f2e4', 'x-compute-request-id': 'req-399dbf7a-6c69-446d-ab35-90a2dc76f2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 15:23:07,912 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,916 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,935 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,936 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:07,936 79586 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 15:23:07,937 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,942 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,960 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,961 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:08,234 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes 0.238s 2023-04-18 15:23:08,235 79586 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-544699034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef7839f-c602-4db8-b937-a78edce108d5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef7839f-c602-4db8-b937-a78edce108d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.171692", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:08,305 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab 0.060s 2023-04-18 15:23:08,306 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d015d8f0-b882-42c0-a7f2-8f3e87537ead', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d015d8f0-b882-42c0-a7f2-8f3e87537ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.000000", "updated_at": null, "name": "tempe st-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:09,381 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab 0.063s 2023-04-18 15:23:09,382 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb1baf7-7d7b-4538-a6e3-03fb710a9640', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb1baf7-7d7b-4538-a6e3-03fb710a9640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.000000", "updated_at": "2023-04-18T15:23:08.000000", "name": "tempest-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:09,548 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.152s 2023-04-18 15:23:09,548 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3a4d59-a30f-45de-aa51-b37ab96f9099', 'x-compute-request-id': 'req-2a3a4d59-a30f-45de-aa51-b37ab96f9099', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'' 2023-04-18 15:23:09,879 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.330s 2023-04-18 15:23:09,880 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e9ee789-1469-4480-ab17-aec2f387c7c7', 'x-compute-request-id': 'req-3e9ee789-1469-4480-ab17-aec2f387c7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:23:09Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": "2023-04-18T15:21:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--967404536"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:59,994 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.050s 2023-04-18 15:23:59,994 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b4a1e698-8b21-4729-8ac0-9a39d98a2d64', 'x-compute-request-id': 'req-b4a1e698-8b21-4729-8ac0-9a39d98a2d64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f420f72a-75b8-4492-936b-652048e06902 could not be found."}}' 2023-04-18 15:24:00,029 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117243910 0.034s 2023-04-18 15:24:00,030 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-239750ce-dbc0-4280-8b6a-857 5764063d5', 'x-compute-request-id': 'req-239750ce-dbc0-4280-8b6a-8575764063d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117243910'} Body: b'' 2023-04-18 15:24:00,208 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21 0.177s 2023-04-18 15:24:00,208 79586 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-bd078bfc-a4e1-48dc-9b31-50333021149d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21'} Body: b'' 2023-04-18 15:24:00,231 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21 0.021s 2023-04-18 15:24:00,231 79586 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-cad64e78-1a93-47ca-89fb-b627efa6a52b', 'date': 'Tue, 18 Apr 2023 15:24:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fe296901-a74c-41f3-b9fe-c5a36589cb21 does not exist", "detail": ""}}' 2023-04-18 15:24:01,177 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea 0.946s 2023-04-18 15:24:01,178 79586 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-dee2ae37-3af2-49b3-a7b3-865fd43802d8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea'} Body: b'' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [165.503666s] ... 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 26588f93-d694-4bbd-a4ce-d8d0bf4931d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:26,316 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-04-18 15:21:26,317 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 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-e6d819c7-f3e9-4343-a711-a93321495699', '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": "205cbab58b18431da5cded85339cdf51", "name": "tempest-VolumesActionsTest-748322637-project-member", "password_expires_at": null}, "audit_ids": ["GVYO6MiDRW6G_KkGweokiQ"], "expires_at": "2023-04-18T16:21:26.000000Z", "issued_at": "2023-04-18T15:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c46068c4f77148359db56e2a79acb5d6", "name": "tempest-VolumesActionsTest-748322637"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:26,318 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '037139ae-764a-4244-95a2-b72008920c25', 'name': 'tempest-VolumesActionsTest-1743301613-network', 'tenant_id': 'c46068c4f77148359db56e2a79acb5d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c46068c4f77148359db56e2a79acb5d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6540, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:16Z', 'updated_at': '2023-04-18T15:21:16Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:29,000 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.680s 2023-04-18 15:21:29,001 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1183139627", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "037139ae-764a-4244-95a2-b72008920c25"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4edafdbb-9b89-4b40-82ac-e0e29db1f4dd', 'x-compute-request-id': 'req-4edafdbb-9b89-4b40-82ac-e0e29db1f4dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4V2NCjxRpoum"}}' 2023-04-18 15:21:29,206 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.199s 2023-04-18 15:21:29,206 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:29 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-f3432535-1526-4120-b9a2-5e3840bfa781', 'x-compute-request-id': 'req-f3432535-1526-4120-b9a2-5e3840bfa781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "BUILD", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:29Z", "updated": "2023-04-18T15:21:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "sched uling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:19,607 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.335s 2023-04-18 15:22:19,607 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f10043ec-2ad8-4b75-a4e2-b3b6f9ecfeb5', 'x-compute-request-id': 'req-f10043ec-2ad8-4b75-a4e2-b3b6f9ecfeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "ACTIVE", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "07e0e1c50a7d1bf8ed263bf99eab38dc294237e662bc9314b28aa9df", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:28Z", "updated": "2023-04-18T15:21:43Z", "addresses": {"tempest-VolumesActionsTest-1743301613-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:24:c0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:19,619 79578 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:19,882 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes 0.202s 2023-04-18 15:23:19,883 79578 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-1113405180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc7e559-79ba-4d59-9ab7-fbe6067e2c44', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc7e559-79ba-4d59-9ab7-fbe6067e2c44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:19.825376", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:19,929 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.037s 2023-04-18 15:23:19,930 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b24e29d-fae9-406b-8a6b-810e4beca9e7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b24e29d-fae9-406b-8a6b-810e4beca9e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:20,999 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.058s 2023-04-18 15:23:21,000 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b138d0f9-704c-48a0-b75c-58efbd9b95c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b138d0f9-704c-48a0-b75c-58efbd9b95c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": "2023-04-18T15:23:20.000000", "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cd ed85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:21,050 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.039s 2023-04-18 15:23:21,051 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f57006-9ed9-4979-9816-b127b1491e27', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f57006-9ed9-4979-9816-b127b1491e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": "2023-04-18T15:23:20.000000", "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:21,165 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.104s 2023-04-18 15:23:21,166 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8480f244-1392-45c3-a438-4652b18bf8f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'' 2023-04-18 15:23:21,188 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.021s 2023-04-18 15:23:21,188 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc656884-c258-4c00-9bed-d27b644935b8', 'x-openstack-request-id': 'req-dc656884-c258-4c00-9bed-d27b644935b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume 26588f93-d694-4bbd-a4ce-d8d0bf4931d7 could not be found."}}' 2023-04-18 15:23:21,325 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.136s 2023-04-18 15:23:21,326 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-8de0ee62-d496-4fcf-880d-7b662274f6f3', 'x-compute-request-id': 'req-8de0ee62-d496-4fcf-880d-7b662274f6f3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'' 2023-04-18 15:23:21,608 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.282s 2023-04-18 15:23:21,609 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23455384-826f-4d72-ad31-21de593309cc', 'x-compute-request-id': 'req-23455384-826f-4d72-ad31-21de593309cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "ACTIVE", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "07e0e1c50a7d1bf8ed263bf99eab38dc294237e662bc9314b28aa9df", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:28Z", "updated": "2023-04-18T15:23:21Z", "addresses": {"tempest-VolumesActionsTest-1743301613-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:24:c0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:11,702 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.034s 2023-04-18 15:24:11,702 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1c5792f8-5f48-48d8-9467-cb73061df604', 'x-compute-request-id': 'req-1c5792f8-5f48-48d8-9467-cb73061df604', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e2d13c96-a763-46c1-b214-80f34151543f could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.537553s] ... 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 1ea620ad-f9d8-4518-a39d-7d2451e3e999 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:11,929 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.223s 2023-04-18 15:24:11,930 79578 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-1508438715"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98671f97-af7e-4bf4-9725-dedc8df7bb26', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98671f97-af7e-4bf4-9725-dedc8df7bb26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:11.852106", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:11,999 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.051s 2023-04-18 15:24:11,999 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278e3230-c0ad-46c3-921a-deb05a053126', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278e3230-c0ad-46c3-921a-deb05a053126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,062 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.051s 2023-04-18 15:24:13,062 79578 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da92653f-0219-4445-a8fb-02e5f378f9bd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da92653f-0219-4445-a8fb-02e5f378f9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": "2023-04-18T15:24:12.000000", "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,111 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.038s 2023-04-18 15:24:13,112 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2616ca7-7b5f-4578-95c5-0a3a1a9cc65e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2616ca7-7b5f-4578-95c5-0a3a1a9cc65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": "2023-04-18T15:24:12.000000", "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,218 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.096s 2023-04-18 15:24:13,218 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42da1fa-de42-4b09-bc7c-17ca115cda1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'' 2023-04-18 15:24:13,242 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.023s 2023-04-18 15:24:13,243 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8aef83d-d999-4585-923f-8e44dde9453a', 'x-openstack-request-id': 'req-b8aef83d-d999-4585-923f-8e44dde9453a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1ea620ad-f9d8-4518-a39d-7d2451e3e999 could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.498144s] ... 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 9f4156fc-2fac-4c41-8f4a-124ddabdb60e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:13,430 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.185s 2023-04-18 15:24:13,431 79578 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-1172243037"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c26c3448-41e0-4e00-b772-fe475b8c6f77', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c26c3448-41e0-4e00-b772-fe475b8c6f77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.369345", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:13,483 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.043s 2023-04-18 15:24:13,483 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88328062-16d2-462f-a782-013aa79afda7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88328062-16d2-462f-a782-013aa79afda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,560 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.065s 2023-04-18 15:24:14,560 79578 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43105d8a-ff63-4bab-a06c-a67877103b77', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43105d8a-ff63-4bab-a06c-a67877103b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": "2023-04-18T15:24:14.000000", "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,611 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.038s 2023-04-18 15:24:14,612 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1bb215-2949-47ad-bb6f-eecec3c7f0df', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1bb215-2949-47ad-bb6f-eecec3c7f0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": "2023-04-18T15:24:14.000000", "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,720 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.097s 2023-04-18 15:24:14,720 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-003f1c22-c0f2-46bb-97af-14e1e4ac22af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'' 2023-04-18 15:24:14,742 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.021s 2023-04-18 15:24:14,742 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-44fd16e6-6039-46fe-a74a-4e30999b774d', 'x-openstack-request-id': 'req-44fd16e6-6039-46fe-a74a-4e30999b774d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9f4156fc-2fac-4c41-8f4a-124ddabdb60e could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.591743s] ... 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 80631a55-ee32-4e4e-b132-a23bed2aa3aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:14,987 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.237s 2023-04-18 15:24:14,988 79578 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-1769147312"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b7d2f7-8c14-491a-a49b-78a457be1841', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b7d2f7-8c14-491a-a49b-78a457be1841', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:14.888014", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:15,039 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.041s 2023-04-18 15:24:15,039 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7b0ea3-0956-4599-aeb0-50a7a3119dfd', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7b0ea3-0956-4599-aeb0-50a7a3119dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,093 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.039s 2023-04-18 15:24:16,093 79578 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c18d995-6ecd-46bf-945b-0c233c1e044c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c18d995-6ecd-46bf-945b-0c233c1e044c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": "2023-04-18T15:24:15.000000", "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,167 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.062s 2023-04-18 15:24:16,167 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4349741-8350-4bc8-b36f-c70f9bbd796c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4349741-8350-4bc8-b36f-c70f9bbd796c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": "2023-04-18T15:24:15.000000", "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,318 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.139s 2023-04-18 15:24:16,318 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ed6c10-ad39-444e-bea1-c26e21640716', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'' 2023-04-18 15:24:16,340 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.021s 2023-04-18 15:24:16,341 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8320779c-8d55-496a-b30b-6c032c1c0db6', 'x-openstack-request-id': 'req-8320779c-8d55-496a-b30b-6c032c1c0db6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80631a55-ee32-4e4e-b132-a23bed2aa3aa could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.559739s] ... 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 5ccdcfd4-34fe-4d78-8888-495ffd8419f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:16,592 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.248s 2023-04-18 15:24:16,593 79578 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-426628737"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a679a4-abe5-4f7b-9df7-a9456dcbe83b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a679a4-abe5-4f7b-9df7-a9456dcbe83b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:16.508329", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:16,653 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.050s 2023-04-18 15:24:16,654 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-104030d2-774e-40b9-bb33-1ba36d8ab3f5', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-104030d2-774e-40b9-bb33-1ba36d8ab3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,709 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.043s 2023-04-18 15:24:17,709 79578 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6918d447-65f0-40cc-94cd-8e4cc87ec323', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6918d447-65f0-40cc-94cd-8e4cc87ec323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": "2023-04-18T15:24:17.000000", "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,762 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.041s 2023-04-18 15:24:17,763 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76c861f-5394-4a24-8cc1-3f16d40c977a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76c861f-5394-4a24-8cc1-3f16d40c977a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": "2023-04-18T15:24:17.000000", "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,881 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.107s 2023-04-18 15:24:17,882 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 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-23523c1d-a589-4fc7-a9ee-4664b7fa2bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'' 2023-04-18 15:24:17,903 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.020s 2023-04-18 15:24:17,903 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a093690e-7abf-4cdf-b4f8-738d76aead0b', 'x-openstack-request-id': 'req-a093690e-7abf-4cdf-b4f8-738d76aead0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ccdcfd4-34fe-4d78-8888-495ffd8419f1 could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.522173s] ... 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 0722192e-2ac9-4fec-a74a-bfa34881573f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:18,101 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes 0.195s 2023-04-18 15:24:18,102 79578 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-1114700574"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c4172f-2f64-4a22-9624-0f300c177cf8', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c4172f-2f64-4a22-9624-0f300c177cf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.036174", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:18,155 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.044s 2023-04-18 15:24:18,156 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e077447a-4f58-49d1-9a08-70d7fe305595', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e077447a-4f58-49d1-9a08-70d7fe305595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,208 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.040s 2023-04-18 15:24:19,208 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5f80c6-5852-40cc-97fd-45eff83c1f1e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5f80c6-5852-40cc-97fd-45eff83c1f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": "2023-04-18T15:24:18.000000", "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,262 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.043s 2023-04-18 15:24:19,262 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26195e7-2c5a-4385-89b3-1daaf682969f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26195e7-2c5a-4385-89b3-1daaf682969f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": "2023-04-18T15:24:18.000000", "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,403 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.130s 2023-04-18 15:24:19,403 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8328beb1-9a4b-4e7f-a5a9-af816e92f1df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'' 2023-04-18 15:24:19,426 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.023s 2023-04-18 15:24:19,427 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe7a32-e36d-4775-87b7-2a7e8b6d82cd', 'x-openstack-request-id': 'req-82fe7a32-e36d-4775-87b7-2a7e8b6d82cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0722192e-2ac9-4fec-a74a-bfa34881573f could not be found."}}' {2} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [174.452894s] ... 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 1573f51c-6b60-4c68-a397-0d11288baeff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:26,963 79570 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/6a2ecd63-8167-41ef-b082-40bc65b91036 0.163s 2023-04-18 15:21:26,963 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0c74aa66-829e-4104-926a-672c526c8f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:27,935 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.938s 2023-04-18 15:21:27,935 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-eaa0ea9d-0903-4a29-a718-0dcf8a1289e9', '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": "47b08d1372a04ee4bcfb739191b2189d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "created_at": "2023-04-18T15:21:28Z", "updated_at": "2023-04-18T15:21:28Z", "tags": [], "self": "/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8", "file": "/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:30,203 79570 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 15:21:30,204 79570 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/05813231-e0c2-46d1-aef2-7c931ca0bee8/file 2.268s 2023-04-18 15:21:30,204 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-07bafb42-0f3d-43ac-9012-ef063cd8b398', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8/file'} Body: b'' 2023-04-18 15:21:30,205 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:30,205 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:30,563 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.355s 2023-04-18 15:21:30,564 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-66129059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:30 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-f3b76a3f-cb81-4a0c-9e0b-63e1757212d4', 'x-compute-request-id': 'req-f3b76a3f-cb81-4a0c-9e0b-63e1757212d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-66129059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g==", "fingerprint": "5a:91:d7:1d:4d:5d:18:6b:c4:50:9b:22:77:13:9b:01", "user_id": "ce463e5c38a846fd82b0829eaa51831a"}}' 2023-04-18 15:21:30,569 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-66129059 created 2023-04-18 15:21:31,131 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.561s 2023-04-18 15:21:31,131 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--843479447", "description": "tempest-description--1223862015"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-87b6a266-e00e-4146-a637-db1a99da4cec', 'date': 'Tue, 18 Apr 2023 15:21:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6064180e-c762-4714-8b00-9cabc94faad0", "name": "tempest-securitygroup--843479447", "stateful": true, "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "description": "tempest-description--1223862015", "shared": false, "security_group_rules": [{"id": "b3cb5945-3a51-4950-958f-84aa2e778d6b", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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": 358, "description": null, "tags": [], "created_at": " 2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}, {"id": "eb1976f3-6631-4239-b3d8-b1d31385c787", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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": 359, "description": null, "tags": [], "created_at": "2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}], "tags": [], "created_at": "2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 1, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:31,796 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.664s 2023-04-18 15:21:31,796 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-ab826ba2-e6a4-44ca-b963-699155e32f08', 'date': 'Tue, 18 Apr 2023 15:21:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a38ff10-6b3d-454c-b804-14942a2c4727", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-18T15:21:31Z", "updated_at": "2023-04-18T15:21:31Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:32,280 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.483s 2023-04-18 15:21:32,280 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de085892-b468-404b-be01-720eacbb9c0c', 'date': 'Tue, 18 Apr 2023 15:21:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ec38e96-8a79-47af-a203-6224c50f0360", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-18T15:21:31Z", "updated_at": "2023-04-18T15:21:31Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:32,280 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--843479447 created 2023-04-18 15:21:34,574 79570 INFO [tempest.lib.common.rest_client] Request (Valida tionResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.293s 2023-04-18 15:21:34,574 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f6d43b3a-0036-4af2-a946-68aa62ce7575', 'date': 'Tue, 18 Apr 2023 15:21:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d2f49cd4-7a80-4691-b653-216c788fd53c", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "floating_ip_address": "172.24.4.216", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6dd5f52f6ac845babf10dec78710ad3c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:33Z", "updated_at": "2023-04-18T15:21:33Z", "revision_number": 0}}' 2023-04-18 15:21:34,575 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd2f49cd4-7a80-4691-b653-216c788fd53c', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'floating_ip_address': '172.24.4.216', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:33Z', 'updated_at': '2023-04-18T15:21:33Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2023-04-18 15:21:34,695 79570 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.115s 2023-04-18 15:21:34,695 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:34 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-362583d5-78a9-47f2-989c-2fc24b6b107c', '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": "ce463e5c38a846fd82b0829eaa51831a", "name": "tempest-AttachSCSIVolumeTestJSON-648475788-project-member", "password_expires_at": null}, "audit_ids": ["KxbhIEMuR2epR5b0mVtlVw"], "expires_at": "2023-04-18T16:21:34.000000Z", "issued_at": "2023-04-18T15:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6dd5f52f6ac845babf10dec78710ad3c", "name": "tempest-AttachSCSIVolumeTestJSON-648475788"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "i d": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:34,696 79570 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3fc895e6-d8e6-44a8-879d-328e9164d8d5', 'name': 'tempest-AttachSCSIVolumeTestJSON-1143907494-network', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62389, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:34,697 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-66129059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g==', 'fingerprint': '5a:91:d7:1d:4d:5d:18:6b:c4:50:9b:22:77:13:9b:01', 'user_id': 'ce463e5c38a846fd82b0829eaa51831a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD0DiHzrcSdWKu/znH1p2MkbJbe4EzxVgDUZG9zHPj8LXJVnVogOQm1\nTWKoH8d68gqgBwYFK4EEACKhZANiAAT8vU6SWzecl0vLf1MgH5Tb4iyuLJII9T9s\n1gixsjhuB6YTQ8v5wy6dwSr5/v1jFWM02OIPR1krZXnryazMSar72RAme14w1wei\nONWer8ppCJjCI7zT50EdYgDkNEg0Od4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6064180e-c762-4714-8b00-9cabc94faad0', 'name': 'tempest-securitygroup--843479447', 'stateful': True, 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': 'tempest-description--1223862015', 'shared': False, 'security_group_rules': [{'id': 'b3cb5945-3a51-4950-958f-84aa2e778d6b', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'security_group_id': '6064180e-c762-4714-8b00-9cabc94faad0', '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': 358, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 0, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}, {'id': 'eb1976f3-6631-4239-b3d8-b1d31385c787', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'security_group_id': '6 064180e-c762-4714-8b00-9cabc94faad0', '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': 359, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 0, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}], 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 1, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}, 'floating_ip': {'id': 'd2f49cd4-7a80-4691-b653-216c788fd53c', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'floating_ip_address': '172.24.4.216', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:33Z', 'updated_at': '2023-04-18T15:21:33Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2023-04-18 15:21:36,599 79570 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.902s 2023-04-18 15:21:36,600 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "imageRef": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "3fc895e6-d8e6-44a8-879d-328e9164d8d5"}], "security_groups": [{"name": "tempest-securitygroup--843479447"}], "key_name": "tempest-keypair-66129059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e4ccf0a-bf7e-4709-b58a-86a6ea0f169f', 'x-compute-request-id': 'req-8e4ccf0a-bf7e-4709-b58a-86a6ea0f169f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--843479447"}], "adminPass": "t6xJT8gftGLo"}}' 2023-04-18 15:21:36,751 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.148s 2023-04-18 15:21:36,752 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d92fff13-435d-4a7b-92fa-12ba0f25aeb2', 'x-compute-request-id': 'req-d92fff13-435d-4a7b-92fa-12ba0f25aeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "BUILD", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:37Z", "updated": "2023-04-18T15:21:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:27,115 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.303s 2023-04-18 15:22:27,115 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a87063-ef39-44c3-b833-2cf6f6266ede', 'x-compute-request-id': 'req-b3a87063-ef39-44c3-b833-2cf6f6266ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "ACTIVE", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "1a098847897381fa14a853b8825910457cf79bc7aae224fe4ee2db06", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:36Z", "updated": "2023-04-18T15:21:46Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1143907494-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": "2023-04-18T15:21:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--843479447"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:27,127 79570 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:23:27,335 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4/os-interface 0.164s 2023-04-18 15:23:27,336 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a867aff5-3f5f-488e-9030-f8fb4e01f974', 'x-compute-request-id': 'req-a867aff5-3f5f-488e-9030-f8fb4e01f974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3fc895e6-d8e6-44a8-879d-328e9164d8d5", "port_id": "90967987-e536-45f4-8e45-7e0808853516", "mac_addr": "fa:16:3e:de:24:1a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "49b361ca-00af-4f19-8c8e-a908b495aa9b", "ip_address": "10.0.0.11"}]}]}' 2023-04-18 15:23:28,129 79570 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/d2f49cd4-7a80-4691-b653-216c788fd53c 0.789s 2023-04-18 15:23:28,129 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "90967987-e536-45f4-8e45-7e0808853516"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-b680a33f-bd93-42a5-bfa6-1376644b0ec3', 'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c'} Body: b'{"floatingip": {"id": "d2f49cd4-7a80-4691-b653-216c788fd53c", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "floating_ip_address": "172.24.4.216", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "dafec04b-b2e4-46b4-82f6-5ceb72f8e5f3", "port_id": "90967987-e536-45f4-8e45-7e0808853516", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3fc895e6-d8e6-44a8-879d-328e9164d8d5", "mac_address": "fa:16:3e:de:24:1a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:33Z", "updated_at": "2023-04-18T15:23:27Z", "revision_number": 1, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:28,131 79570 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2023-04-18 15:23:28,170 79570 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:28,191 79570 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:28,192 79570 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2023-04-18 15:23:28,413 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes 0.220s 2023-04-18 15:23:28,413 79570 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-1714258692"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6518d8a-04f1-47a3-958e-8f7410fe7db2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6518d8a-04f1-47a3-958e-8f7410fe7db2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.358272", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:28,465 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff 0.039s 2023-04-18 15:23:28,465 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579df364-415a-4b96-8807-3e63f3897b67', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579df364-415a-4b96-8807-3e63f3897b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:29,516 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff 0.038s 2023-04-18 15:23:29,516 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c437f7-3c55-4e9c-9d06-fcbfaa19f6a6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c437f7-3c55-4e9c-9d06-fcbfaa19f6a6', 'connection': 'close', 'status': '200', 'content-loca tion': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.000000", "updated_at": "2023-04-18T15:23:28.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:29,646 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.119s 2023-04-18 15:23:29,647 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 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-2393f70f-d09d-429a-866d-20af92cdc8bf', 'x-compute-request-id': 'req-2393f70f-d09d-429a-866d-20af92cdc8bf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'' 2023-04-18 15:23:29,847 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.200s 2023-04-18 15:23:29,848 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 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-0ca6386e-899d-42b9-9b92-e0f0e2b7d241', 'x-compute-request-id': 'req-0ca6386e-899d-42b9-9b92-e0f0e2b7d241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "ACTIVE", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "1a098847897381fa14a853b8825910457cf79bc7aae224fe4ee2db06", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:36Z", "updated": "2023-04-18T15:23:30Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1143907494-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": "2023-04-18T15:21:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--843479447"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:19,944 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.034s 2023-04-18 15:24:19,945 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 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-589e1bd2-2a48-4069-bfd2-a5cb483d9f5e', 'x-compute-request-id': 'req-589e1bd2-2a48-4069-bfd2-a5cb483d9f5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8a60c305-73e0-4a37-8e43-c1cb54eed2d4 could not be found."}}' 2023-04-18 15:24:19,975 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-66129059 0.030s 2023-04-18 15:24:19,975 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 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-30cef366-4464-4826-a1d0-c3d5b1eb061a', 'x-compute-request-id': 'req-30cef366-4464-4826-a1d0-c3d5b1eb061a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-66129059'} Body: b'' 2023-04-18 15:24:20,145 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0 0.169s 2023-04-18 15:24:20,145 79570 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-23a96c8a-d828-4084-b411-0f18d772faaf', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0'} Body: b'' 2023-04-18 15:24:20,186 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0 0.040s 2023-04-18 15:24:20,186 79570 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-i d': 'req-33522868-f79b-47b6-9fd6-11f4a15bbaf1', 'date': 'Tue, 18 Apr 2023 15:24:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6064180e-c762-4714-8b00-9cabc94faad0 does not exist", "detail": ""}}' 2023-04-18 15:24:21,057 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c 0.870s 2023-04-18 15:24:21,057 79570 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-9ea23f45-5277-4a8c-9155-bada6de4c913', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c'} Body: b'' 2023-04-18 15:24:21,234 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8 0.176s 2023-04-18 15:24:21,235 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-928dd568-f276-4aac-bdd3-5d4efd53ab6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8'} Body: b'' 2023-04-18 15:24:21,251 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8 0.016s 2023-04-18 15:24:21,251 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1eb77a05-a36d-4d1e-8d3c-f9bf587cef95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8'} Body: b'{"message": "No image found with ID 05813231-e0c2-46d1-aef2-7c931ca0bee8

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {6} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.999224s] ... 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 c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:24,179 79578 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/ce2c521d8a1341f88c9e6a6ca4a4cd10/types 0.186s 2023-04-18 15:24:24,179 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b87861d-78e7-4d0a-a5e1-27e100db0059', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b87861d-78e7-4d0a-a5e1-27e100db0059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce2c521d8a1341f88c9e6a6ca4a4cd10/types'} Body: b'{"volume_type": {"id": "1c69b4b9-b075-47a8-a03f-64b56715061d", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-18 15:24:25,136 79578 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.954s 2023-04-18 15:24:25,137 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1a96c324-2410-4f64-ab30-c5264025c706', '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": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:25Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,450 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730/file 1.311s 2023-04-18 15:24:26,450 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ca70f5bb-7320-421e-9211-af7bf231f938', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file'} Body: b'' 2023-04-18 15:24:26,469 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.018s 2023-04-18 15:24:26,470 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c67dfce-59eb-43c3-a6a5-db62aeecf068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,491 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.021s 2023-04-18 15:24:26,492 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e2b2d64e-9375-408d-b87b-9ea620af5a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,514 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.021s 2023-04-18 15:24:26,515 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-00ca2af9-1754-4127-aee0-bfc92222550d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,866 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes 0.351s 2023-04-18 15:24:26,867 79578 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": "9380c4e6-d56b-441f-98f1-6c14d07df730", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a6382c-38ac-4432-9f25-22b76aea5faf', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a6382c-38ac-4432-9f25-22b76aea5faf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:26.802289", "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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:26,924 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 0.047s 2023-04-18 15:24:26,924 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637ae050-9c81-4f98-88b4-2acb85e4ec61', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637ae050-9c81-4f98-88b4-2acb85e4ec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:27.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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd368be78dd44101a0e6e0a89f6cac13"}}' 2023-04-18 15:24:27,979 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 0.043s 2023-04-18 15:24:27,980 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc18f91-ab07-47d8-bf96-0bc6ac11dc7c', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc18f91-ab07-47d8-bf96-0bc6ac11dc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:27.000000", "updated_at": "2023-04-18T15:24:27.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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd368be78dd44101a0e6e0a89f6cac13"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.655255s] ... 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 9ee0be57-47eb-44f7-a458-ec48b5a7a44c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:31,812 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes 0.534s 2023-04-18 15:24:31,812 79578 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-508798326"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a470bcf8-6e04-4fc3-a611-8f68369df4f7', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a470bcf8-6e04-4fc3-a611-8f68369df4f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:31.737635", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 15:24:31,862 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c 0.039s 2023-04-18 15:24:31,862 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191ef16c-c113-4948-9c4d-0866a7318308', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191ef16c-c113-4948-9c4d-0866a7318308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:32.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 2023-04-18 15:24:32,920 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c 0.046s 2023-04-18 15:24:32,920 79578 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd4b152-b4e4-4d0f-b31d-d008bb063971', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd4b152-b4e4-4d0f-b31d-d008bb063971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:32.000000", "updated_at": "2023-04-18T15:24:32.000000", "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' {2} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.778684s] ... 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 a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:31,990 79570 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.634s 2023-04-18 15:24:31,990 79570 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-882857501", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abf3c9ae-882a-4df8-802d-c48668a5fbdf', 'x-compute-request-id': 'req-abf3c9ae-882a-4df8-802d-c48668a5fbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:31.848810", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 15:24:32,059 79570 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/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e 0.059s 2023-04-18 15:24:32,060 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6831a512-1a7c-40c6-9435-3a2fd2dbe49f', 'x-compute-request-id': 'req-6831a512-1a7c-40c6-9435-3a2fd2dbe49f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 15:24:33,128 79570 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/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e 0.062s 2023-04-18 15:24:33,128 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea440d1c-193d-41ba-a1ec-0096bf34413f', 'x-compute-request-id': 'req-ea440d1c-193d-41ba-a1ec-0096bf34413f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:32.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.340396s] ... 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 dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:33,154 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes 0.219s 2023-04-18 15:24:33,155 79578 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-924007098"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648982fd-0ffe-4565-8bf4-0c6b879ab500', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648982fd-0ffe-4565-8bf4-0c6b879ab500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.083163", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 15:24:33,210 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 0.037s 2023-04-18 15:24:33,210 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d81dc9-250e-492f-8486-9ea38d2533d7', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d81dc9-250e-492f-8486-9ea38d2533d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 2023-04-18 15:24:34,263 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 0.040s 2023-04-18 15:24:34,263 79578 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db15503-f56b-4075-9fdf-25bd387553e6', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db15503-f56b-4075-9fdf-25bd387553e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.000000", "updated_at": "2023-04-18T15:24:33.000000", "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {2} 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 36947290-cea0-4b3a-ae5b-8e7d64d1fb64 failed to build and is in ERROR status {2} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [168.672131s] ... 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 1e34fd41-9f3a-44ca-8640-06a49e588323 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:51,189 79580 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 15:21:52,099 79580 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.906s 2023-04-18 15:21:52,099 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--572487215", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0df7d8ec-3482-4af7-8972-6ddda9f682ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--572487215", "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": "ea063b1ab78f47d7aaa62a98e71cc89d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "created_at": "2023-04-18T15:21:52Z", "updated_at": "2023-04-18T15:21:52Z", "tags": [], "self": "/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "file": "/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:55,019 79580 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/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file 2.919s 2023-04-18 15:21:55,020 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8ba93e6d-6c74-41b2-baa9-04c2f45af2c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file'} Body: b'' 2023-04-18 15:21:55,020 79580 DEBUG [tempest.scenario.manager] image:1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e 2023-04-18 15:21:55,114 79580 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.087s 2023-04-18 15:21:55,115 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-781805728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBIWcmpG36CIKUc+ZjGZJsKflEOszlvud5uPJJPjoC+qj8F+PgG4dP6IYY9bOXZOTQYESZ3FxoGoGgC0jU5LjCm64UsL2JAb6ZMTPtJ2TlONnr7zv7COv88VpeBBoocEww=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-f5178019-e1db-413a-8e9e-64ebef12722a', 'x-compute-request-id': 'req-f5178019-e1db-413a-8e9e-64ebef12722a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-781805728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBIWcmpG36CIKUc+ZjGZJsKflEOszlvud5uPJJPjoC+qj8F+PgG4dP6IYY9bOXZOTQYESZ3FxoGoGgC0jU5LjCm64UsL2JAb6ZMTPtJ2TlONnr7zv7COv88VpeBBoocEww==", "fingerprint": "da:c2:3c:37:03:38:22:cf:2b:b4:8a:de:4b:a7:dd:15", "user_id": "ff9093e866924885b8b5cf1893f69b49"}}' 2023-04-18 15:21:55,276 79580 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.142s 2023-04-18 15:21:55,276 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-bfa4cafe-bfcc-47d2-8e47-5a595dd94f85', '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": "ff9093e866924885b8b5cf1893f69b49", "name": "tempest-TestMinimumBasicScenario-529089331-project-member", "password_expires_at": null}, "audit_ids": ["13mlMAD6S7umj58HTsdGkA"], "expires_at": "2023-04-18T16:21:55.000000Z", "issued_at": "2023-04-18T15:21:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea063b1ab78f47d7aaa62a98e71cc89d", "name": "tempest-TestMinimumBasicScenario-529089331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2 023-04-18 15:21:55,277 79580 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '5eb6340b-662b-4b7c-9cf0-bb581a99996c', 'name': 'tempest-TestMinimumBasicScenario-1800384420-network', 'tenant_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62096, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:13Z', 'updated_at': '2023-04-18T15:21:13Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:56,464 79580 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 1.186s 2023-04-18 15:21:56,465 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1733164282", "imageRef": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-781805728", "networks": [{"uuid": "5eb6340b-662b-4b7c-9cf0-bb581a99996c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a196dab-80f7-4fb5-a646-f7d4471a2e84', 'x-compute-request-id': 'req-2a196dab-80f7-4fb5-a646-f7d4471a2e84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rY4oSPPhUrcn"}}' 2023-04-18 15:21:56,603 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.135s 2023-04-18 15:21:56,604 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-c6bd5ddc-408c-4718-961c-ef06cd937f41', 'x-compute-request-id': 'req-c6bd5ddc-408c-4718-961c-ef06cd937f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "BUILD", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:21:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:46,973 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.317s 2023-04-18 15:22:46,973 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:46 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-1c8ffa26-ab32-4ad8-9aab-f31673229ed7', 'x-compute-request-id': 'req-1c8ffa26-ab32-4ad8-9aab-f31673229ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:46,985 79580 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:47,355 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.312s 2023-04-18 15:23:47,356 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cd59afc-c397-48ae-8fb8-12d64036800d', 'x-compute-request-id': 'req-0cd59afc-c397-48ae-8fb8-12d64036800d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:47,581 79580 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.210s 2023-04-18 15:23:47,582 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-3a71cb9a-e14f-4482-be73-b3a305fb777e', 'x-compute-request-id': 'req-3a71cb9a-e14f-4482-be73-b3a305fb777e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}]}]}' 2023-04-18 15:23:47,818 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.232s 2023-04-18 15:23:47,819 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', ' openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f256130-1439-4086-855f-a960087ee28a', 'x-compute-request-id': 'req-8f256130-1439-4086-855f-a960087ee28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:48,056 79580 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/ea063b1ab78f47d7aaa62a98e71cc89d/volumes 0.224s 2023-04-18 15:23:48,056 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-581321181", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c401e65-9d83-4e5b-b691-8f5de5145ea0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c401e65-9d83-4e5b-b691-8f5de5145ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:47.992586", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:48,131 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GE T http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.064s 2023-04-18 15:23:48,132 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27bf07f-ff78-4266-8697-6e122495c832', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27bf07f-ff78-4266-8697-6e122495c832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:23:49,184 79580 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/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.041s 2023-04-18 15:23:49,185 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227a204a-b58c-41e3-85ad-3688f8ff2028', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227a204a-b58c-41e3-85ad-3688f8ff2028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:48.000000", "updated_at": "2023-04-18T15:23:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:23:49,313 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.116s 2023-04-18 15:23:49,314 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-f5cb9604-912b-4c46-8930-ef385e7ff8d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'' 2023-04-18 15:23:49,344 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.029s 2023-04-18 15:23:49,344 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-218f7661-d5f0-46a9-92ea-a97f276d7321', 'x-openstack-request-id': 'req-218f7661-d5f0-46a9-92ea-a97f276d7321', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e34fd41-9f3a-44ca-8640-06a49e588323 could not be found."}}' 2023-04-18 15:23:49,485 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.140s 2023-04-18 15:23:49,485 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-a25b18c1-d0f2-43c8-a787-d8edffb6dfff', 'x-compute-request-id': 'req-a25b18c1-d0f2-43c8-a787-d8edffb6dfff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'' 2023-04-18 15:23:49,659 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.173s 2023-04-18 15:23:49,660 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60bee252-4dd3-4deb-a94a-fdbc1637825c', 'x-compute-request-id': 'req-60bee252-4dd3-4deb-a94a-fdbc1637825c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7e b0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:23:49Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:39,726 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.047s 2023-04-18 15:24:39,727 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-06ec888f-a81a-40fc-9657-83761ac58fda', 'x-compute-request-id': 'req-06ec888f-a81a-40fc-9657-83761ac58fda', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 03c7e520-78d4-489c-81aa-c9a6d27b2b62 could not be found."}}' 2023-04-18 15:24:39,756 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-781805728 0.028s 2023-04-18 15:24:39,756 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-96729505-4550-4300-bc2a-a13655b66475', 'x-compute-request-id': 'req-96729505-4550-4300-bc2a-a13655b66475', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-781805728'} Body: b'' 2023-04-18 15:24:39,855 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e 0.098s 2023-04-18 15:24:39,856 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-828202a1-1d0e-4344-ba49-cde222a3dc61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1bb8574d-66fe -409e-a6e6-9d4b57f7eb0e'} Body: b'' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.718015s] ... 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 03affe93-d14e-456f-8a70-488aed9f815c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:39,322 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes 0.427s 2023-04-18 15:24:39,322 79570 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-140381014"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee4553e-49cd-43e6-8499-8efe7df9bdcc', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee4553e-49cd-43e6-8499-8efe7df9bdcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.264383", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:24:39,371 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.038s 2023-04-18 15:24:39,371 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa6ab47-f6b5-4955-9df2-5b902cd86163', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa6ab47-f6b5-4955-9df2-5b902cd86163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,420 79570 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/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.037s 2023-04-18 15:24:40,421 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424e833f-b4bd-4340-9611-86dd79ec8e83', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424e833f-b4bd-4340-9611-86dd79ec8e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": "2023-04-18T15:24:39.000000", "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,476 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.044s 2023-04-18 15:24:40,477 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb3c823-5fab-4d68-8aa2-f417599a8482', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb3c823-5fab-4d68-8aa2-f417599a8482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": "2023-04-18T15:24:39.000000", "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,588 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.100s 2023-04-18 15:24:40,588 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 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-aa648ddf-989d-42a9-b9ce-3fe079bbe3f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'' 2023-04-18 15:24:40,609 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.020s 2023-04-18 15:24:40,610 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 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-9d459f8e-db27-4779-b248-11af7540f888', 'x-openstack-request-id': 'req-9d459f8e-db27-4779-b248-11af7540f888', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03affe93-d14e-456f-8a70-488aed9f815c could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.490507s] ... 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 1bed1f3b-52bd-4cd7-aa58-bd570d558319 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:40,807 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes 0.194s 2023-04-18 15:24:40,808 79570 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-240090337"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cc4021-e8ab-484d-ad21-79bbd2cce361', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cc4021-e8ab-484d-ad21-79bbd2cce361', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:40.736432", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:24:40,858 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.040s 2023-04-18 15:24:40,858 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571c3b9e-5bef-4b9f-a121-8bd555f8c818', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571c3b9e-5bef-4b9f-a121-8bd555f8c818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:41,912 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.041s 2023-04-18 15:24:41,912 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c219a1b-2358-46bb-812a-9742a2cf4372', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c219a1b-2358-46bb-812a-9742a2cf4372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": "2023-04-18T15:24:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:41,962 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.038s 2023-04-18 15:24:41,962 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa31d01-06cb-4781-b4b4-402a85dcfc57', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa31d01-06cb-4781-b4b4-402a85dcfc57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": "2023-04-18T15:24:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:42,080 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.104s 2023-04-18 15:24:42,081 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 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-36233796-6b57-4311-8d9c-c6920fd34dd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'' 2023-04-18 15:24:42,102 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.020s 2023-04-18 15:24:42,102 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:42 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-1e5a951b-35c3-42c9-b1fd-e07560e8bbc7', 'x-openstack-request-id': 'req-1e5a951b-35c3-42c9-b1fd-e07560e8bbc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bed1f3b-52bd-4cd7-aa58-bd570d558319 could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.918119s] ... 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 cb6c0bf9-8366-42e5-b29b-a4625461d4b3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:45,795 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.160s 2023-04-18 15:24:45,796 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce602db9-e369-4675-a322-c28806ca17f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:46,149 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes 0.352s 2023-04-18 15:24:46,149 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1262872391"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad1ce71-6037-4120-b7ba-9d5a60e1a240', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad1ce71-6037-4120-b7ba-9d5a60e1a240', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.085495", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:46,211 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.052s 2023-04-18 15:24:46,211 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f02ec7-d687-4b65-83c2-6049706a0c96', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f02ec7-d687-4b65-83c2-6049706a0c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,260 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.037s 2023-04-18 15:24:47,261 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e11457-382c-417a-b3a9-6fd65817aab5', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e11457-382c-417a-b3a9-6fd65817aab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": "2023-04-18T15:24:46.000000", "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,342 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.070s 2023-04-18 15:24:47,343 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e93588-9949-411f-9eb8-300d447536c0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-47e93588-9949-411f-9eb8-300d447536c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": "2023-04-18T15:24:46.000000", "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,531 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.178s 2023-04-18 15:24:47,531 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e27ddf7-c74a-40da-8965-0947cb58253c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'' 2023-04-18 15:24:47,552 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.020s 2023-04-18 15:24:47,552 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c82619-3f34-4875-82d5-8d114a1408e6', 'x-openstack-request-id': 'req-d3c82619-3f34-4875-82d5-8d114a1408e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb6c0bf9-8366-42e5-b29b-a4625461d4b3 could not be found."}}' {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.575057s] ... 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 21b1dd6d-ddfa-4c7b-891d-ef6166f679ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:47,808 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes 0.253s 2023-04-18 15:24:47,809 79570 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-1886077540"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783bf89b-3fbc-4c5e-ad6e-1897d9de49d7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783bf89b-3fbc-4c5e-ad6e-1897d9de49d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:47.729601", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:47,874 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.056s 2023-04-18 15:24:47,875 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5286ff88-2d2d-48f5-8650-7aff434099e1', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5286ff88-2d2d-48f5-8650-7aff434099e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:48,924 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.037s 2023-04-18 15:24:48,924 79570 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e3a4d8d-311c-484f-9e69-58cd9595b795', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e3a4d8d-311c-484f-9e69-58cd9595b795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": "2023-04-18T15:24:48.000000", "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:48,985 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.050s 2023-04-18 15:24:48,985 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493d7a7c-7c38-453c-8012-622194c89898', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493d7a7c-7c38-453c-8012-622194c89898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": "2023-04-18T15:24:48.000000", "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:49,105 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.109s 2023-04-18 15:24:49,106 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fcac3c-12d4-4bbf-a574-7c8edbcaf601', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'' 2023-04-18 15:24:49,128 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.022s 2023-04-18 15:24:49,129 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-a67291dd-a460-488d-88aa-48aa14e8583e', 'x-openstack-request-id': 'req-a67291dd-a460-488d-88aa-48aa14e8583e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21b1dd6d-ddfa-4c7b-891d-ef6166f679ba could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d162b741-e9a8-4e07-a2d0-5c11d23afc72 failed to build and is in ERROR status {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.476554s] ... 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 30e6e0d6-f67c-4c29-8f9f-5efadc09395d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:54,394 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes 0.362s 2023-04-18 15:24:54,395 79570 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-274375933"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17852e45-5db3-4ff8-a937-9c890096ae6d', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17852e45-5db3-4ff8-a937-9c890096ae6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.330717", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:54,446 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d 0.040s 2023-04-18 15:24:54,446 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990c8f74-6452-4a87-9e34-4df3a5a3a70a', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990c8f74-6452-4a87-9e34-4df3a5a3a70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9498bd80449e4b7d98a8a29756d62f3f"}}' 2023-04-18 15:24:55,495 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6- f67c-4c29-8f9f-5efadc09395d 0.037s 2023-04-18 15:24:55,496 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6557e516-4a6f-4daf-8d29-0b9fce73810a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6557e516-4a6f-4daf-8d29-0b9fce73810a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.000000", "updated_at": "2023-04-18T15:24:54.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9498bd80449e4b7d98a8a29756d62f3f"}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.894219s] ... 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 75b0592b-d0ef-4187-9b22-5d17562bb108 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:23:37,182 79582 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.112s 2023-04-18 15:23:37,183 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 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-811971e6-1810-4efe-aca4-886d9fc89862', '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": "fb1187e621234a18a337d8bae5c59ec3", "name": "tempest-VolumesAdminNegativeTest-577927350-project-member", "password_expires_at": null}, "audit_ids": ["RWFADDOuRkOGQdcQkik7fA"], "expires_at": "2023-04-18T16:23:37.000000Z", "issued_at": "2023-04-18T15:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c34ff3309c74223b4c2e3e7f6698860", "name": "tempest-VolumesAdminNegativeTest-577927350"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:23:37,183 79582 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '70f00798-af6a-4eb7-b15c-89b7a38f573e', 'name': 'tempest-VolumesAdminNegativeTest-1079929368-network', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8c34ff3309c74223b4c2 e3e7f6698860', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:23:37,813 79582 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.629s 2023-04-18 15:23:37,814 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1689780935", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "70f00798-af6a-4eb7-b15c-89b7a38f573e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4622308-19f9-49e7-b7d5-498e9b446494', 'x-compute-request-id': 'req-e4622308-19f9-49e7-b7d5-498e9b446494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "uX7Rnn3c3U3E"}}' 2023-04-18 15:23:37,881 79582 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/f4b765cc-7b99-49dc-b879-abbec0414f0f 0.064s 2023-04-18 15:23:37,882 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 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-aa267a72-558f-45ae-8bb8-ff32b23bf47e', 'x-compute-request-id': 'req-aa267a72-558f-45ae-8bb8-ff32b23bf47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "name": "tempest-VolumesAdminNegativeTest-server-1689780935", "status": "BUILD", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:38Z", "updated": "2023-04-18T15:23:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL" , "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:28,620 79582 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/f4b765cc-7b99-49dc-b879-abbec0414f0f 0.680s 2023-04-18 15:24:28,621 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 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-7aabe337-3085-4d7a-a169-0e21496da556', 'x-compute-request-id': 'req-7aabe337-3085-4d7a-a169-0e21496da556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "name": "tempest-VolumesAdminNegativeTest-server-1689780935", "status": "ACTIVE", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "8b4448bafa8cad62f9e4d2aea1f12ba03ea3aea5ad09e2cd3a1a02f5", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:37Z", "updated": "2023-04-18T15:23:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-1079929368-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:0e:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:23:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:28,633 79582 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:25:28,837 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes 0.199s 2023-04-18 15:25:28,838 79582 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-1523951222"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3a06f2-4199-41a8-b266-79f11af3ef42', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3a06f2-4199-41a8-b266-79f11af3ef42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes'} Body: b'{"volume": {"id": "75b05 92b-d0ef-4187-9b22-5d17562bb108", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:28.768964", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:28,889 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108 0.041s 2023-04-18 15:25:28,889 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77133c7-4e15-43d9-b268-e29413d539fd', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77133c7-4e15-43d9-b268-e29413d539fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108'} Body: b'{"volume": {"id": "75b0592b-d0ef-4187-9b22-5d17562bb108", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:25:29,941 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108 0.039s 2023-04-18 15:25:29,942 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6ee9a5-a2ac-4e8f-b850-296c4ca1f840', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6ee9a5-a2ac-4e8f-b850-296c4ca1f840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108'} Body: b'{"volume": {"id": "75b0592b-d0ef-4187-9b22-5d17562bb108", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:29.000000", "updated_at": "2023-04-18T15:25:29.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [228.213584s] ... 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 0c7bf763-6c78-4c42-86cb-93ebbe75e997 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:33,143 79588 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:22:33,606 79588 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.458s 2023-04-18 15:22:33,606 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-419444609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:33 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-ca9c439f-7814-426e-98c1-2ef4d1e1691d', 'x-compute-request-id': 'req-ca9c439f-7814-426e-98c1-2ef4d1e1691d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-419444609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w==", "fingerprint": "a5:82:02:5d:26:22:ce:30:40:3d:d7:62:83:86:75:7f", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}}' 2023-04-18 15:22:33,609 79588 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-419444609 created 2023-04-18 15:22:33,762 79588 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.153s 2023-04-18 15:22:33,763 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--319437347", "description": "tempest-description--753928597"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a2f85f74-2786-4c42-be88-895dec8fe0ec', 'date': 'Tue, 18 Apr 2023 15:22:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "78677b63-8430-452a-882d-54d6d6568bfe", "name": "tempest-securitygroup--319437347", "stateful": true, "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "description": "tempest-description--753928597", "shared": false, "security_group_rules": [{"id": "dcd7f266-ba2f-419b-bf12-acb8d4f18d20", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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": 553, "description": null, "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}, {"id": "fef96df9-7fd9-42c1-898a-a0ba53b973d1", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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": 55 2, "description": null, "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}], "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 1, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:33,946 79588 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.182s 2023-04-18 15:22:33,946 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-7a2a14c5-d9c2-4c93-9678-2f7f5f420f43', 'date': 'Tue, 18 Apr 2023 15:22:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73441465-639b-405c-8727-692d50455e2e", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:34,110 79588 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.163s 2023-04-18 15:22:34,110 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-00ced9bb-49d8-4e80-819e-f394c8dcfde0', 'date': 'Tue, 18 Apr 2023 15:22:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c31450b-25e1-4848-acab-47422ce1d129", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-18T15:22:34Z", "updated_at": "2023-04-18T15:22:34Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:34,110 79588 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--319437347 created 2023-04-18 15:22:35,152 79588 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 1.040s 2023-04-18 15:22:35,152 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b4 97c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-6e9bc98a-3bc7-4e6d-87d4-331b9b4b9a97', 'date': 'Tue, 18 Apr 2023 15:22:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "725c555c-483f-4beb-8f34-c42329fd7fd4", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "floating_ip_address": "172.24.4.124", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7fbe55073a1046539025c5b8f35c456a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:22:34Z", "updated_at": "2023-04-18T15:22:34Z", "revision_number": 0}}' 2023-04-18 15:22:35,152 79588 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '725c555c-483f-4beb-8f34-c42329fd7fd4', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'floating_ip_address': '172.24.4.124', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:22:34Z', 'updated_at': '2023-04-18T15:22:34Z', 'revision_number': 0, 'ip': '172.24.4.124'} created 2023-04-18 15:22:35,194 79588 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.036s 2023-04-18 15:22:35,195 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 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-afc349dc-ebed-43ee-94ef-be082b6db0f5', '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": "0641255c4ab044a69d49dea48cb09f9d", "name": "tempest-ServerStableDeviceRescueTest-1566916014-project-member", "password_expires_at": null}, "audit_ids": ["FsiHfCRTQN-3DqUrv9UWpw"], "expires_at": "2023-04-18T16:22:35.000000Z", "issued_at": "2023-04-18T15:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fbe55073a1046539025c5b8f35c456a", "name": "tempest-ServerStableDeviceRescueTest-1566916014"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, { "endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:35,195 79588 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c4629e52-8315-423c-8091-4375ff05586e', 'name': 'tempest-ServerStableDeviceRescueTest-1138861501-network', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57735, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:22:27Z', 'updated_at': '2023-04-18T15:22:27Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:35,196 79588 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-419444609', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w==', 'fingerprint': 'a5:82:02:5d:26:22:ce:30:40:3d:d7:62:83:86:75:7f', 'user_id': '0641255c4ab044a69d49dea48cb09f9d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBzDoTra2JNazc/0Qa9+9krQgcaPjfinWAV60DPw4WQmQwoY6AxPcLT\nwVxgSleiVh+gBwYFK4EEACKhZANiAAS6yMBHyR07dAL5qIQGQcUyy9ZUmSLdnvw9\nvunWROiWJAV2w/NbhP2/8V8ZQ/NuycwWSqyzpBentdBGxIzpIK1y3oDZP4+kM4Zx\n9wkqsDvR9Vul1A+yFjZ6T+453wnA4vs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '78677b63-8430-452a-882d-54d6d6568bfe', 'name': 'tempest-securitygroup--319437347', 'stateful': True, 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'description': 'tempest-description--753928597', 'shared': False, 'security_group_rules': [{'id': 'dcd7f266-ba2f-419b-bf12-acb8d4f18d20', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'security_group_id': '78677b63-8430-452a-882d-54d6d6568bfe', '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': 553, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 0, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}, {'id': 'fef96df9-7fd9-42c1-898a-a0ba53b973d1', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'security_group_id': '78677b63-8430-452a-882d-54d6d6568bfe', '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': 552, 'description': None, 'tag s': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 0, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}], 'tags': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 1, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}, 'floating_ip': {'id': '725c555c-483f-4beb-8f34-c42329fd7fd4', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'floating_ip_address': '172.24.4.124', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:22:34Z', 'updated_at': '2023-04-18T15:22:34Z', 'revision_number': 0, 'ip': '172.24.4.124'}} 2023-04-18 15:22:35,830 79588 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2023-04-18 15:22:35,830 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "c4629e52-8315-423c-8091-4375ff05586e"}], "security_groups": [{"name": "tempest-securitygroup--319437347"}], "key_name": "tempest-keypair-419444609", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2302ade5-036d-49d1-aa87-b899ea3850b2', 'x-compute-request-id': 'req-2302ade5-036d-49d1-aa87-b899ea3850b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--319437347"}], "adminPass": "9sffDYtxoB87"}}' 2023-04-18 15:22:35,902 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.068s 2023-04-18 15:22:35,902 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 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-7afd49e4-a987-41f9-8698-da096e959378', 'x-compute-request-id': 'req-7afd49e4-a987-41f9-8698-da096e959378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "BUILD", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "064125 5c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:36Z", "updated": "2023-04-18T15:22:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:26,235 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.246s 2023-04-18 15:23:26,238 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:25 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-2ab686a2-7ce5-499f-b155-71f3b88c2557', 'x-compute-request-id': 'req-2ab686a2-7ce5-499f-b155-71f3b88c2557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:22:42Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:26,257 79588 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:24:26,733 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083/os-interface 0.414s 2023-04-18 15:24:26,733 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 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-6e209af8-096b-4a41-b4d1-60168c0a526e', 'x-compute-request-id': 'req-6e209af8-096b-4a41-b4d1-60168c0a526e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c4629e52-8315-423c-8091-4375ff05586e", "port_id": "2e74270d-de09-492c-8304-f0ba941477a3", "mac_addr": "fa:16:3e:3e:fc:c6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "54ffbf5a-b57e-4a29-a5fe-3f9f6a905c72", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:24:27,592 79588 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/725c555c-483f-4beb-8f34-c42329fd7fd4 0.854s 2023-04-18 15:24:27,592 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2e74270d-de09-492c-8304-f0ba941477a3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-b1124dad-2d77-44cd-899a-4d6b9aedd4a4', 'date': 'Tue, 18 Apr 2023 15:24:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/725c555c-483f-4beb-8f34-c42329fd7fd4'} Body: b'{"floatingip": {"id": "725c555c-483f-4beb-8f34-c42329fd7fd4", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "floating_ip_address": "172.24.4.124", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cad8e194-4313-46a9-8db2-b94f8b34995b", "port_id": "2e74270d-de09-492c-8304-f0ba941477a3", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c4629e52-8315-423c-8091-4375ff05586e", "mac_address": "fa:16:3e:3e:fc:c6", "admin_state_up": true, "status": "ACTIVE", "device_id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:22:34Z", "updated_at": "2023-04-18T15:24:27Z", "revision_number": 1, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:24:27,596 79588 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.124:22' as 'cirros' with public key authentication 2023-04-18 15:24:27,668 79588 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:24:27,703 79588 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:24:27,704 79588 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.124 successfully created 2023-04-18 15:24:28,723 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083/action 1.018s 2023-04-18 15:24:28,723 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2063576296"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 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/47e15426-9f74-439c-877a-aaec636ab30 a', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002c3d6e-0c4a-4506-92f8-4c5ba5f34f9e', 'x-compute-request-id': 'req-002c3d6e-0c4a-4506-92f8-4c5ba5f34f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083/action'} Body: b'' 2023-04-18 15:24:28,792 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.063s 2023-04-18 15:24:28,793 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-080ff9be-be86-46ae-9ccd-f1e2c6943ca5', 'x-compute-request-id': 'req-080ff9be-be86-46ae-9ccd-f1e2c6943ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:29Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:18,918 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.066s 2023-04-18 15:25:18,918 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce8ad5d-7170-4ed5-9398-ba6efc2ee41e', 'x-compute-request-id': 'req-cce8ad5d-7170-4ed5-9398-ba6efc2ee41e', 'connection': 'close', 'status': '200', 'content-location': 'h ttp://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:34Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:18,995 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.071s 2023-04-18 15:25:18,996 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7a12b2-84a2-4aa2-8276-4f8e4f7d1c28', 'x-compute-request-id': 'req-6f7a12b2-84a2-4aa2-8276-4f8e4f7d1c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:34Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "boo kmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:19,233 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.229s 2023-04-18 15:25:19,234 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:19 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-a25b594f-33d8-472d-8212-548c3a06bb9a', 'x-compute-request-id': 'req-a25b594f-33d8-472d-8212-548c3a06bb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:24:34Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:19,501 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.200s 2023-04-18 15:26:19,502 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56bb893e-c8c4-493c-ad09-aed8a4ca3f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/47e15426 -9f74-439c-877a-aaec636ab30a'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b1f1f9e078448f899d29b3956c4b1e3c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7fbe55073a1046539025c5b8f35c456a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "55f628ef65b070bb852a40bc12596ebe3ad004daad01e73685bd7861b886a293f6bfe4eda1e38661109f42a33bfea804655702c34110c63ebc64a077e1976b1f", "id": "47e15426-9f74-439c-877a-aaec636ab30a", "created_at": "2023-04-18T15:24:29Z", "updated_at": "2023-04-18T15:26:19Z", "tags": [], "self": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a", "file": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:26:19,623 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.121s 2023-04-18 15:26:19,624 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5231afef-595c-4324-83c3-8cc99376579e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b1f1f9e078448f899d29b3956c4b1e3c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7fbe55073a1046539025c5b8f35c456a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "55f628ef65b070bb852a40bc12596ebe3ad004daad01e73685bd7861b886a293f6bfe4eda1e38661109f42a33bfea804655702c34110c63ebc64a077e1976b1f", "id": "47e15426-9f74-439c-877a-aaec636ab30a", "created_at": "2023-04-18T15:24:29Z", "updated_at": "2023-04-18T15:26:20Z", "tags" : [], "self": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a", "file": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:26:19,988 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.363s 2023-04-18 15:26:19,988 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 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-b43de293-208a-43e9-a4e7-b37fb002f818', 'x-compute-request-id': 'req-b43de293-208a-43e9-a4e7-b37fb002f818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:24:34Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:20,233 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes 0.230s 2023-04-18 15:26:20,233 79588 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-1042677854"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24989dab-d4bd-41aa-9285-1b824cd82ef8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24989dab-d4bd-41aa-9285-1b824cd82ef8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.171504", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:20,283 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997 0.040s 2023-04-18 15:26:20,284 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d196ab0d-d5b2-44be-8798-8dcef49fc31b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d196ab0d-d5b2-44be-8798-8dcef49fc31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:26:21,340 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997 0.045s 2023-04-18 15:26:21,341 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775aa582-103b-4886-aa2e-08607c88c8fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775aa582-103b-4886-aa2e-08607c88c8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.000000", "updated_at": "2023-04-18T15:26:20.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {} , "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7fbe55073a1046539025c5b8f35c456a"}}' {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [280.581989s] ... 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 c8b9ee73-17c5-470e-96f9-1f8dc1998e84 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T15:25:58Z', 'message': 'Build of instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 aborted: Volume da8087bc-b035-4a52-a385-f4e5b4c96c88 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-bb147e6b-7bd1-41be-a6f5-d26533ad13df. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:00,029 79566 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.047s 2023-04-18 15:22:00,030 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-940fcd3d-ada0-4661-97e6-740182be316b', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["7Q0V-xE4ReSFJzgzXRumUw"], "expires_at": "2023-04-18T16:22:00.000000Z", "issued_at": "2023-04-18T15:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:00,031 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:01,557 79566 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.524s 2023-04-18 15:22:01,557 79566 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-1976479625", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37', '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-f4cacc8b-ad0b-4736-866f-8df43ea7abe4', 'x-compute-request-id': 'req-f4cacc8b-ad0b-4736-866f-8df43ea7abe4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ohdGX7cSPcQY"}}' 2023-04-18 15:22:01,728 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.167s 2023-04-18 15:22:01,728 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:01 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-94b7c2c6-4397-4846-9bee-5799da7ca9cf', 'x-compute-request-id': 'req-94b7c2c6-4397-4846-9bee-5799da7ca9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:22:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc 33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:22:52,141 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.351s 2023-04-18 15:22:52,141 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268afea1-3f45-4e71-a657-13a08dba51c5', 'x-compute-request-id': 'req-268afea1-3f45-4e71-a657-13a08dba51c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:22:11Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:22:52,156 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:23:53,081 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37/action 0.865s 2023-04-18 15:23:53,081 79566 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-ServerBootFromVolumeSt ableRescueTest-image-701990222"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-3c835870-afd2-4648-94c4-998e0ba66238', 'x-compute-request-id': 'req-3c835870-afd2-4648-94c4-998e0ba66238', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37/action'} Body: b'{"image_id": "51cb4e46-2276-4967-8e66-809620358e39"}' 2023-04-18 15:23:53,105 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.021s 2023-04-18 15:23:53,106 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3d604fc3-a221-496a-9ae1-cbc17ee8c316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:54,129 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.021s 2023-04-18 15:23:54,129 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a3736d41-b208-48f0-a371-743f8118877f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerB ootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:55,155 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.024s 2023-04-18 15:23:55,155 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89eb9458-3d86-408b-882f-031cd8350426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:56,182 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.025s 2023-04-18 15:23:56,182 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c23d2b51-3469-4620-9a5d-0b83dd95fcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", " 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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:56Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:57,206 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.023s 2023-04-18 15:23:57,207 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d459a4d-4400-43dd-bfb7-fdef2166e681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:57Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,233 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.024s 2023-04-18 15:23:58,233 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a292b9b4-d375-4e4a-ae2c-e999e68e1372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cb65dd604ff914161405feda30ac890e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f436d90a5c2d28aa56a46a6259f0d49e1449a3db44c045d9cd1b67c886bd4fc3b574390a6784523460cf44ab32fc71186488830510c0b08f6403bce4f698443", "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:58Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,256 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.023s 2023-04-18 15:23:58,257 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-012bc4b8-0bae-4d92-896d-0b01db8763da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cb65dd604ff914161405feda30ac890e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef6 4bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f436d90a5c2d28aa56a46a6259f0d49e1449a3db44c045d9cd1b67c886bd4fc3b574390a6784523460cf44ab32fc71186488830510c0b08f6403bce4f698443", "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:58Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,605 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.348s 2023-04-18 15:23:58,605 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1704', '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-7221b92f-dd2b-46f4-9d84-b341b66751c2', 'x-compute-request-id': 'req-7221b92f-dd2b-46f4-9d84-b341b66751c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:23:56Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:24:48,919 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.264s 2023-04-18 15:24:48,920 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API- Version', 'x-openstack-request-id': 'req-44e2da8b-2a73-4fa7-8ec3-e0f55cf4835e', 'x-compute-request-id': 'req-44e2da8b-2a73-4fa7-8ec3-e0f55cf4835e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:23:58Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:24:48,935 79566 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:49,098 79566 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.094s 2023-04-18 15:25:49,098 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-62872602-386a-46f9-9904-37c7d093ff2d', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["7ZWHPSNpTv6exef_pvTO3w"], "expires_at": "2023-04-18T16:25:49.000000Z", "issued_at": "2023-04-18T15:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.21 0/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:25:49,099 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:25:49,709 79566 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.608s 2023-04-18 15:25:49,710 79566 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-622121921", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84', '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-bb147e6b-7bd1-41be-a6f5-d26533ad13df', 'x-compute-request-id': 'req-bb147e6b-7bd1-41be-a6f5-d26533ad13df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sztgpt9zH535"}}' 2023-04-18 15:25:49,804 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.089s 2023-04-18 15:25:49,804 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 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-94ced1d1-1116-468b-8a32-e8e99a2c2e98', 'x-compute-request-id': 'req-94ced1d1-1116-468b-8a32-e8e99a2c2e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-622121921", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:25:50Z", "updated": "2023-04-18T15:25:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:26:39,979 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.111s 2023-04-18 15:26:39,979 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 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-76ede50d-b2a3-4f12-b647-b2317c27fb30', 'x-compute-request-id': 'req-76ede50d-b2a3-4f12-b647-b2317c27fb30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-622121921", "status": "ERROR", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:25:49Z", "updated": "2023-04-18T15:25:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T15:25:58Z", "message": "Build of instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 aborted: Volume da8087bc-b035-4a52-a385-f4e5b4c96c88 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:26:39,994 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 15:26:40,523 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.529s 2023-04-18 15:26:40,524 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 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-0e3b58e8-84a0-4316-908f-b64fdac5b041', 'x-compute-request-id': 'req-0e3b58e8-84a0-4316-908f-b64fdac5b041', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'' 2023-04-18 15:26:40,556 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.031s 2023-04-18 15:26:40,556 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 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-75f01163-02c7-4085-80eb-6aafb305d1ef', 'x-compute-request-id': 'req-75f01163-02c7-4085-80eb-6aafb305d1ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 could not be found."}}' {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.741727s] ... 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 382d25ca-95f6-4dc2-8be5-cb13b2b57782 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:23:53,622 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:23:53,622 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:23:53,680 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-18 15:23:53,680 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1759299414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:53 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-d1e2611a-4634-4cec-bc43-a300cab46686', 'x-compute-request-id': 'req-d1e2611a-4634-4cec-bc43-a300cab46686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1759299414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ==", "fingerprint": "c6:b5:23:98:64:91:5e:d3:e3:ab:38:85:88:e8:cb:00", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:23:53,682 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1759299414 created 2023-04-18 15:23:54,087 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.404s 2023-04-18 15:23:54,088 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1325301424", "description": "tempest-description--645582616"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-0e02e5ad-8c1f-4c97-8422-5a3f581b08b2', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "name": "tempest-securitygroup--1325301424", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--645582616", "shared": false, "security_group_rules": [{"id": "298280ca-026c-4894-a930-787f32c3c183", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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": 573, "description": null, "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "d43fd497-1d6e-4f87-9976-c616ca36eb9d", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "ethertype": "IPv6", "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": 574, "description": null, "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,271 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.183s 2023-04-18 15:23:54,271 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-59fc5fcf-6160-4c21-bfea-246b1794d502', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee844fea-09df-480b-9668-0a6e8e941427", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-18T15:23:54Z", "updated_at": "2023-04-18T15:23:54Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,463 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-18 15:23:54,463 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7d177a84-4bff-46ad-9e75-14ec261cffaa', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10aac390-468b-4ada-945e-11924cd1286f", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-18T15:23:54Z", "updated_at": "2023-04-18T15:23:54Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,464 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1325301424 created 2023-04-18 15:23:55,423 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.958s 2023-04-18 15:23:55,423 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-fa8e4da8-0e68-466d-9457-dc46bb98381d', 'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "31c33fce-7f81-4c2c-883c-f95fe863cfee", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.123", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:23:55Z", "updated_at": "2023-04-18T15:23:55Z", "revision_number": 0}}' 2023-04-18 15:23:55,423 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '31c33fce-7f81-4c2c-883c-f95fe863cfee', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:55Z', 'updated_at': '2023-04-18T15:23:55Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-04-18 15:23:55,534 79574 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.105s 2023-04-18 15:23:55,534 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-69d410d3-fb68-454c-b94b-cd0b48c669df', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["w-WQFCfDRh2h2KsDn8P4ag"], "expires_at": "2023-04-18T16:23:55.000000Z", "issued_at": "2023-04-18T15:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0 .0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:23:55,535 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:23:55,535 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1759299414', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ==', 'fingerprint': 'c6:b5:23:98:64:91:5e:d3:e3:ab:38:85:88:e8:cb:00', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAeSUG7OevA7Epykk5rOskN8AirZReGsfeHI+xO25+EGUbE+D6fHCQN\nnG1Z8jYDcZWgBwYFK4EEACKhZANiAAQZBEITb/1E/zn4hlOf+TiGAuLe0R3qHVFs\n1ObrctaWa3+GViLG1Zq+aDBBihdPfaLQHeGjuHYcAzfXb2w7r2Qez6fx7AywBShW\nd+BdMk6tY8SZtPWCUdWAo1ohBdhAXUE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', 'name': 'tempest-securitygroup--1325301424', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--645582616', 'shared': False, 'security_group_rules': [{'id': '298280ca-026c-4894-a930-787f32c3c183', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', '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': 573, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'd43fd497-1d6e-4f87-9976-c616ca36eb9d', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', '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': 574, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e 87354'}], 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '31c33fce-7f81-4c2c-883c-f95fe863cfee', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:55Z', 'updated_at': '2023-04-18T15:23:55Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-04-18 15:23:56,925 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.389s 2023-04-18 15:23:56,926 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-442829303", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "key_name": "tempest-keypair-1759299414", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd10dfb9-d803-462f-9fab-6ef0bb4628e0', 'x-compute-request-id': 'req-dd10dfb9-d803-462f-9fab-6ef0bb4628e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "adminPass": "password"}}' 2023-04-18 15:23:57,013 79574 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/0af338c6-31de-4068-b172-40d4a94552a1 0.084s 2023-04-18 15:23:57,013 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:56 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-884e9483-756c-43a6-9305-5efd077bc46a', 'x-compute-request-id': 'req-884e9483-756c-43a6-9305-5efd077bc46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:57Z", "updated": "2023-04-18T15:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:47,266 79574 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/0af338c6-31de-4068-b172-40d4a94552a1 0.214s 2023-04-18 15:24:47,267 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 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-b35fd275-7147-470a-abcd-ce6f3773098d', 'x-compute-request-id': 'req-b35fd275-7147-470a-abcd-ce6f3773098d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:56Z", "updated": "2023-04-18T15:24:05Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": "2023-04-18T15:24:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:47,278 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:47,510 79574 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/0af338c6-31de-4068-b172-40d4a94552a1/os-interface 0.174s 2023-04-18 15:25:47,510 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:47 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-9d610a48-f12b-4110-bff3-c45ff29c606b', 'x-compute-request-id': 'req-9d610a48-f12b-4110-bff3-c45ff29c606b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c", "mac_addr": "fa:16:3e:b0:10:9b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:25:48,336 79574 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/31c33fce-7f81-4c2c-883c-f95fe863cfee 0.822s 2023-04-18 15:25:48,337 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ea8d022c-93c9-481e-8a6d-baeb70f88e67', 'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee'} Body: b'{"floatingip": {"id": "31c33fce-7f81-4c2c-883c-f95fe863cfee", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.123", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:b0:10:9b", "admin_state_up": true, "status": "ACTIVE", "device_id": "0af338c6-31de-4068-b172-40d4a94552a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:23:55Z", "updated_at": "2023-04-18T15:25:47Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:48,338 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2023-04-18 15:25:48,371 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:25:48,394 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:25:48,394 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2023-04-18 15:25:48,443 79574 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/0af338c6-31de-4068-b172-40d4a94552a1/ips 0.048s 2023-04-18 15:25:48,444 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 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-6ce54772-818e-4508-a0d8-49a708b51710', 'x-compute-request-id': 'req-6ce54772-818e-4508-a0d8-49a708b51710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:25:48,651 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.204s 2023-04-18 15:25:48,651 79574 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-1287874431"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af74e4c2-95db-4460-b6de-0c8aba81f090', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af74e4c2-95db-4460-b6de-0c8aba81f090', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:48.584926", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:48,700 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782 0.038s 2023-04-18 15:25:48,700 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00072873-8cc7-497e-bfb6-1bdc831f18b5', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00072873-8cc7-497e-bfb6-1bdc831f18b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:49.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:49,752 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0. 210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782 0.041s 2023-04-18 15:25:49,752 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58547d8f-8dce-459b-bcf0-96e46a486d96', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58547d8f-8dce-459b-bcf0-96e46a486d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:49.000000", "updated_at": "2023-04-18T15:25:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:50,079 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.316s 2023-04-18 15:25:50,079 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25: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-6c911add-4fb4-4005-ba70-310e446a3196', 'x-compute-request-id': 'req-6c911add-4fb4-4005-ba70-310e446a3196', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'' 2023-04-18 15:25:50,380 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.300s 2023-04-18 15:25:50,380 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:50 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-ae5bf1bf-1651-440b-8e80-a7a133192eae', 'x-compute-request-id': 'req-ae5bf1bf-1651-440b-8e80-a7a133192eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea 41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:56Z", "updated": "2023-04-18T15:25:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": "2023-04-18T15:24:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:40,578 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.179s 2023-04-18 15:26:40,579 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f5ac00b5-b6ef-4836-959b-90ec67332e38', 'x-compute-request-id': 'req-f5ac00b5-b6ef-4836-959b-90ec67332e38', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0af338c6-31de-4068-b172-40d4a94552a1 could not be found."}}' 2023-04-18 15:26:40,606 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1759299414 0.026s 2023-04-18 15:26:40,606 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb7ce2e3-935f-4eaf-8de7-d73ebcbf68d2', 'x-compute-request-id': 'req-cb7ce2e3-935f-4eaf-8de7-d73ebcbf68d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1759299414'} Body: b'' 2023-04-18 15:26:40,845 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06 0.238s 2023-04-18 15:26:40,845 79574 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-8f3e3e40-2c6b-486e-bbec-9701407b25a4', 'content-length': '0', 'date': 'Tue, 18 Apr 202 3 15:26:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06'} Body: b'' 2023-04-18 15:26:40,865 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06 0.019s 2023-04-18 15:26:40,865 79574 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-807f5e95-6430-4f4d-b8a5-16ef127f9ff1', 'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce633a5d-f7af-4847-8f45-4b9526fcbe06 does not exist", "detail": ""}}' 2023-04-18 15:26:41,362 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee 0.496s 2023-04-18 15:26:41,363 79574 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-e49d1659-1520-4d51-bbc2-2e730ce93c10', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.291021s] ... 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 f927e09c-14a8-4440-9a3d-59773783e4e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:01,181 79586 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:24:01,181 79586 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:24:01,236 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-04-18 15:24:01,236 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1071032263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:01 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-b38a298f-4bf6-4c55-83c4-a5135f6667c8', 'x-compute-request-id': 'req-b38a298f-4bf6-4c55-83c4-a5135f6667c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1071032263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA==", "fingerprint": "3f:e0:7f:47:64:bb:52:48:f1:81:ca:6e:06:f2:da:7f", "user_id": "c133acd96c98486fac2085187824d10b"}}' 2023-04-18 15:24:01,239 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1071032263 created 2023-04-18 15:24:01,422 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2023-04-18 15:24:01,423 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--453764631", "description": "tempest-description--1661944942"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-88418b9a-d565-4c88-995d-7cf53040e94d', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "name": "tempest-securitygroup--453764631", "stateful": true, "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "description": "tempest-description--1661944942", "shared": false, "security_group_rules": [{"id": "cead3325-5ce4-490e-b4de-af02ba92be22", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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": 591, "description": null, "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}, {"id": "fba28661-a4ac-46cd-a1a6-57d9bfb234c7", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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": 590, "description": null, "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}], "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,608 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-18 15:24:01,608 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-f0e8a7a2-d0a8-4e76-9694-7831dc31f77a', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffd42598-9062-4cda-bc2d-b4e07a9c67d7", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,776 79586 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-18 15:24:01,776 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7523ce7-e0f3-4b24-8b97-a40f780386c8', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "899cf060-03e9-46b2-8625-2bb1a3c1675e", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,776 79586 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--453764631 created 2023-04-18 15:24:03,242 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.465s 2023-04-18 15:24:03,242 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-8321ab28-6ff1-4257-875c-152781fe380c', 'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4932dc49-537e-4054-b9d6-05c76d387355", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.136", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7269241b8f244a86b51580dd6319d5c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:24:02Z", "updated_at": "2023-04-18T15:24:02Z", "revision_number": 0}}' 2023-04-18 15:24:03,242 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4932dc49-537e-4054-b9d6-05c76d387355', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.136', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:24:02Z', 'updated_at': '2023-04-18T15:24:02Z', 'revision_number': 0, 'ip': '172.24.4.136'} created 2023-04-18 15:24:03,332 79586 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.084s 2023-04-18 15:24:03,332 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 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-b8d7446a-d76d-49d9-bd08-4ecfd5bee6a4', '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": "c133acd96c98486fac2085187824d10b", "name": "tempest-AttachVolumeTestJSON-1284069294-project-member", "password_expires_at": null}, "audit_ids": ["vGpShiqnQiK8IZgShHD9RA"], "expires_at": "2023-04-18T16:24:03.000000Z", "issued_at": "2023-04-18T15:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7269241b8f244a86b51580dd6319d5c6", "name": "tempest-AttachVolumeTestJSON-1284069294"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", " region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:24:03,333 79586 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '5fec6c8b-49b1-4298-a7ee-886f04baa0e2', 'name': 'tempest-AttachVolumeTestJSON-1622188140-network', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59816, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:24:03,333 79586 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1071032263', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA==', 'fingerprint': '3f:e0:7f:47:64:bb:52:48:f1:81:ca:6e:06:f2:da:7f', 'user_id': 'c133acd96c98486fac2085187824d10b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDByne1miTEnv8BarJIo0cc2Yg5Fy/bqSKRjXyX6BNKElHwJ/1uvi6fV\nD5KthTUmmHygBwYFK4EEACKhZANiAASdPs9U/CRgKjsBHeO8LZPqIrr3vKBEeqT4\nYM+Rl5Xar7RMs2jVIvmIRwqN6w3/MzRhqQdCxbd3KMagDM/K2hwnJgbJSg2NfRjH\nYAyCilMQvBLIepz7z8Wy0VrG6SKFxpQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', 'name': 'tempest-securitygroup--453764631', 'stateful': True, 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'description': 'tempest-description--1661944942', 'shared': False, 'security_group_rules': [{'id': 'cead3325-5ce4-490e-b4de-af02ba92be22', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', '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': 591, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, {'id': 'fba28661-a4ac-46cd-a1a6-57d9bfb234c7', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', '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': 590, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}], 'tags': [], 'created_at': '202 3-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 1, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, 'floating_ip': {'id': '4932dc49-537e-4054-b9d6-05c76d387355', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.136', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:24:02Z', 'updated_at': '2023-04-18T15:24:02Z', 'revision_number': 0, 'ip': '172.24.4.136'}} 2023-04-18 15:24:03,972 79586 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.638s 2023-04-18 15:24:03,972 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-69839217", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2"}], "security_groups": [{"name": "tempest-securitygroup--453764631"}], "key_name": "tempest-keypair-1071032263", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94d4a8c-b075-441e-85c7-d4611f13cb04', 'x-compute-request-id': 'req-e94d4a8c-b075-441e-85c7-d4611f13cb04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--453764631"}], "adminPass": "password"}}' 2023-04-18 15:24:04,095 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.119s 2023-04-18 15:24:04,095 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-600c487f-2527-4abd-aea1-7bd4005eaffa', 'x-compute-request-id': 'req-600c487f-2527-4abd-aea1-7bd4005eaffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "BUILD", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "l inks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:04Z", "updated": "2023-04-18T15:24:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:54,382 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.226s 2023-04-18 15:24:54,382 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 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-8396c498-6752-467f-bd50-7f51fc933269', 'x-compute-request-id': 'req-8396c498-6752-467f-bd50-7f51fc933269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:03Z", "updated": "2023-04-18T15:24:14Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": "2023-04-18T15:24:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--453764631"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:54,393 79586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:54,702 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/os-interface 0.248s 2023-04-18 15:25:54,703 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:54 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-d0bb2c5c-4f75-41b5-9207-b5d6e3c5f40f', 'x-compute-request-id': 'req-d0bb2c5c-4f75-41b5-9207-b5d6e3c5f40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed", "mac_addr": "fa:16:3e:32:0e:29", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e788df66-789b-44cb-979c-7af9ee4d5919", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 15:25:55,731 79586 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/4932dc49-537e-4054-b9d6-05c76d387355 1.024s 2023-04-18 15:25:55,731 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5a874751-c8e0-4fec-9bec-cbfb52681d47', 'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355'} Body: b'{"floatingip": {"id": "4932dc49-537e-4054-b9d6-05c76d387355", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.136", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "bae004a4-2ed1-423d-84b6-dff2a8babfe6", "port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "mac_address": "fa:16:3e:32:0e:29", "admin_state_up": true, "status": "ACTIVE", "device_id": "45163f1f-e814-4801-95cc-4a1d5d232138", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:24:02Z", "updated_at": "2023-04-18T15:25:55Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:55,733 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.136:22' as 'cirros' with public key authentication 2023-04-18 15:25:55,766 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:25:55,787 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:25:55,787 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.136 successfully created 2023-04-18 15:25:55,826 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/ips 0.038s 2023-04-18 15:25:55,826 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f108f1fa-f95a-4686-b8f2-ae8aed6cf6b5', 'x-compute-request-id': 'req-f108f1fa-f95a-4686-b8f2-ae8aed6cf6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 15:25:56,020 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes 0.190s 2023-04-18 15:25:56,020 79586 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-791148587"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb28693f-6f76-492b-9f67-3897eacc37b5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb28693f-6f76-492b-9f67-3897eacc37b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:55.950516", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:56,096 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6 0.065s 2023-04-18 15:25:56,096 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdcd3df-c601-40e5-af9f-5894d6d6650e', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdcd3df-c601-40e5-af9f-5894d6d6650e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:56.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:57,145 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6 0.037s 2023-04-18 15:25:57,145 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8717c94-338e-47ef-be61-16823c40d44f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8717c94-338e-47ef-be61-16823c40d44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:56.000000", "updated_at": "2023-04-18T15:25:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:57,272 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.115s 2023-04-18 15:25:57,273 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9b4e35e-9305-4921-8b1b-945b48f20d45', 'x-compute-request-id': 'req-d9b4e35e-9305-4921-8b1b-945b48f20d45', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'' 2023-04-18 15:25:57,539 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.266s 2023-04-18 15:25:57,540 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb49469a-aed4-46cf-ae87-2d6bb1b65264', 'x-compute-request-id': 'req-fb49469a-aed4-46cf-ae87-2d6bb1b65264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:03Z", "updated": "2023-04-18T15:25:57Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}, {"version": 4, "addr": "172.24.4.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": "2023-04-18T15:24:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--453764631"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:47,758 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.159s 2023-04-18 15:26:47,758 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f8b03629-8fa8-4710-a2d1-6734e168917a', 'x-compute-request-id': 'req-f8b03629-8fa8-4710-a2d1-6734e168917a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 45163f1f-e814-4801-95cc-4a1d5d232138 could not be found."}}' 2023-04-18 15:26:47,796 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1071032263 0.036s 2023-04-18 15:26:47,796 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7cb022e-dca3-4c58-8357-8de785c68e22', 'x-compute-request-id': 'req-f7cb022e-dca3-4c58-8357-8de785c68e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1071032263'} Body: b'' 2023-04-18 15:26:47,964 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef 0.167s 2023-04-18 15:26:47,964 79586 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-6b7aea89-2bfd-458f-9883-7c05e020663c', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef'} Body: b'' 2023-04-18 15:26:47,992 79586 INFO [tempest.l ib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef 0.027s 2023-04-18 15:26:47,992 79586 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-3c5432cf-403c-4620-b07b-fddd2fc1f4d9', 'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f25fd7bf-c16b-4ea4-8363-f8667d05f3ef does not exist", "detail": ""}}' 2023-04-18 15:26:48,470 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355 0.478s 2023-04-18 15:26:48,471 79586 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-3878b2e7-833d-4b6b-887c-1b4ec8347c3e', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355'} Body: b'' {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.791064s] ... 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 92f30d14-4ee3-4bea-a7b5-492b679e20b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:54,481 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types 0.181s 2023-04-18 15:26:54,482 79586 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-46709940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e5fb14-69de-44ee-9589-be0e4281d12d', 'content-length': '226', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e5fb14-69de-44ee-9589-be0e4281d12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types'} Body: b'{"volume_type": {"id": "036dadbf-a02c-4a1d-9aba-8c33ce89cb4f", "name": "tempest-GroupSnapshotsV319Test-volume-type-46709940", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:26:54,525 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types 0.039s 2023-04-18 15:26:54,526 79586 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-256312529"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-750ccbd1-272c-4120-b835-39957f0c2956', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-750ccbd1-272c-4120-b835-39957f0c2956', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types'} Body: b'{"group_type": {"id": "0d75716d-e943-49a0-a159-1cbfe9c73471", "name": "tempest-GroupSnapshotsV319Test-group-type-256312529", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:26:54,752 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups 0.219s 2023-04-18 15:26:54,752 79586 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": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "name": "tempest-GroupSnapshotsV319Test-Group-509864850"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee90abce-cdde-4971-9f1c-105ac0a7c129', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee90abce-cdde-4971-9f1c-105ac0a7c129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "name": "tempest-GroupSnapshotsV319Test-Group-509864850"}}' 2023-04-18 15:26:54,791 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.037s 2023-04-18 15:26:54,792 79586 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c59143-a144-4153-bbb0-d768dd52a03f', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c59143-a144-4153-bbb0-d768dd52a03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:26:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-509864850", "description": null, "group_type": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:26:55,826 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.029s 2023-04-18 15:26:55,827 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cd24ad-14d1-4a3e-a99a-89cbf92f47b2', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cd24ad-14d1-4a3e-a99a-89cbf92f47b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:26:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-509864850", "description": null, "group_type": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:26:55,897 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/volumes/detail 0.065s 2023-04-18 15:26:55,897 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6868c46-c4a0-4a6d-ae1f-39788b6f10ea', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6868c46-c4a0-4a6d-ae1f-39788b6f10ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:26:55,980 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0/action 0.072s 2023-04-18 15:26:55,980 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 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-10476eab-0945-483f-a530-e5487633b5fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0/action'} Body: b'' 2023-04-18 15:26:55,998 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.017s 2023-04-18 15:26:55,999 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 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-2d79d496-1b49-49d9-af4b-ec58953341eb', 'x-openstack-request-id': 'req-2d79d496-1b49-49d9-af4b-ec58953341eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 92f30d14-4ee3-4bea-a7b5-492b679e20b0 could not be found."}}' 2023-04-18 15:26:56,025 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types/0d75716d-e943-49a0-a159-1cbfe9c73471 0.026s 2023-04-18 15:26:56,026 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 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-f83a1127-6de5-4286-b902-9d6104849e60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types/0d75716d-e943-49a0-a159-1cbfe9c73471'} Body: b'' 2023-04-18 15:26:56,074 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f 0.048s 2023-04-18 15:26:56,074 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e29ed4-fdb3-4686-9ae7-3106be7f91cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f'} Body: b'' 2023-04-18 15:26:56,089 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f 0.014s 2023-04-18 15:26:56,089 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e23279-e339-4c0a-b8f3-310c90401636', 'x-openstack-request-id': 'req-70e23279-e339-4c0a-b8f3-310c90401636', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 036dadbf-a02c-4a1d-9aba-8c33ce89cb4f could not be found."}}' {10} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {10} 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 91b07994-ad4a-4d93-b486-97dc4b851c65 failed to build and is in ERROR status {10} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.743692s] ... 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 96906222-e3c2-4bc7-9bc7-c46db17718ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:02,062 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes 0.418s 2023-04-18 15:27:02,062 79586 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-276809134"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e7e5ea-4a3d-43b8-96f2-7e8b0ae07ed4', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e7e5ea-4a3d-43b8-96f2-7e8b0ae07ed4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:01.940188", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:02,110 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.039s 2023-04-18 15:27:02,111 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be4b757-9cda-48c9-b791-3726371c8c45', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be4b757-9cda-48c9-b791-3726371c8c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,164 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.041s 2023-04-18 15:27:03,164 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c686d938-03e3-4abf-9941-fc9724430768', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c686d938-03e3-4abf-9941-fc9724430768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": "2023-04-18T15:27:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,238 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.057s 2023-04-18 15:27:03,238 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65b6346-05e9-4e39-a2eb-7fd11857ef85', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65b6346-05e9-4e39-a2eb-7fd11857ef85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": "2023-04-18T15:27:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,361 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.112s 2023-04-18 15:27:03,361 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca21531e-aa17-4925-a601-6cc52bb0c937', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'' 2023-04-18 15:27:03,385 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.023s 2023-04-18 15:27:03,386 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0b87f7-6a43-4a78-b32e-72548da3bdbb', 'x-openstack-request-id': 'req-8b0b87f7-6a43-4a78-b32e-72548da3bdbb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 96906222-e3c2-4bc7-9bc7-c46db17718ec could not be found."}}' {10} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.545362s] ... 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 8a3eb429-aa2f-455d-8ed8-c43285c63580 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:03,600 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes 0.212s 2023-04-18 15:27:03,601 79586 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-1188075266"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63241df7-d689-401c-bf51-ff880622df51', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63241df7-d689-401c-bf51-ff880622df51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:03.535960", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:03,662 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.051s 2023-04-18 15:27:03,663 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af1e1fd8-df2c-41e2-90ec-f005b6661c70', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af1e1fd8-df2c-41e2-90ec-f005b6661c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,736 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.057s 2023-04-18 15:27:04,737 79586 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49bf4e6f-c6ca-4113-a04a-80182918f880', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49bf4e6f-c6ca-4113-a04a-80182918f880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": "2023-04-18T15:27:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,788 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.040s 2023-04-18 15:27:04,788 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0f5f5f-4cf5-43d2-b4ab-bf5a49ecce28', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0f5f5f-4cf5-43d2-b4ab-bf5a49ecce28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": "2023-04-18T15:27:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,903 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.105s 2023-04-18 15:27:04,903 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1597542a-98f7-401a-a6f7-4a2da66f60ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'' 2023-04-18 15:27:04,932 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.028s 2023-04-18 15:27:04,933 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c2c55ea-3e48-4958-937c-9cc9aa7f9c90', 'x-openstack-request-id': 'req-0c2c55ea-3e48-4958-937c-9cc9aa7f9c90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8a3eb429-aa2f-455d-8ed8-c43285c63580 could not be found."}}' {10} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b0f5f99-cf53-45fe-8d28-01d7a89b2569 failed to build and is in ERROR status {10} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.129011s] ... ok {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.061358s] ... ok {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000790s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.852093s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.691898s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.156421s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.156911s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.149198s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.020514s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.026384s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.144933s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.773316s] ... 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 5564b545-963c-457b-a475-33542605207d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:39,862 79580 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 15:24:40,490 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.628s 2023-04-18 15:24:40,491 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--837779449", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c5813ded-a5c0-4a3e-bbb7-d51140d0b2eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--837779449", "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": "ea063b1ab78f47d7aaa62a98e71cc89d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "created_at": "2023-04-18T15:24:40Z", "updated_at": "2023-04-18T15:24:40Z", "tags": [], "self": "/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "file": "/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:41,827 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file 1.335s 2023-04-18 15:24:41,827 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c3cfb289-4736-463f-be80-5a4c0b189e61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file'} Body: b'' 2023-04-18 15:24:41,828 79580 DEBUG [tempest.scenario.manager] image:7c3280dc-0bf5-4ab4-b4b2-7e16899c431d 2023-04-18 15:24:41,886 79580 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.055s 2023-04-18 15:24:41,886 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-960140690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAEjsfnZ9+34omnAOMkdJLBMb2zuPlMfMEKPbKExxOe9VpUyhWg3S3OK31VdJIQkODsgxYtKCPwo3gwhPboKkwRWQeeEfdyq5eRDlWqsMHqzdJYaczL2NAR3jLJEXWd7w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-08fff594-1b18-424d-923a-5b1e1a16c73b', 'x-compute-request-id': 'req-08fff594-1b18-424d-923a-5b1e1a16c73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-960140 690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAEjsfnZ9+34omnAOMkdJLBMb2zuPlMfMEKPbKExxOe9VpUyhWg3S3OK31VdJIQkODsgxYtKCPwo3gwhPboKkwRWQeeEfdyq5eRDlWqsMHqzdJYaczL2NAR3jLJEXWd7w==", "fingerprint": "98:e0:dc:3b:e3:32:f7:c1:1e:a0:1b:cb:7a:ac:d4:cd", "user_id": "ff9093e866924885b8b5cf1893f69b49"}}' 2023-04-18 15:24:41,986 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2023-04-18 15:24:41,986 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-1d3eeed1-6d43-46eb-85f5-8662e8bb350e', '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": "ff9093e866924885b8b5cf1893f69b49", "name": "tempest-TestMinimumBasicScenario-529089331-project-member", "password_expires_at": null}, "audit_ids": ["bkdmd7rqRBe2AgPrYJxMsw"], "expires_at": "2023-04-18T16:24:41.000000Z", "issued_at": "2023-04-18T15:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea063b1ab78f47d7aaa62a98e71cc89d", "name": "tempest-TestMinimumBasicScenario-529089331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:24:41,987 79580 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': '5eb6340b-662b-4b7c-9cf0-bb581a99996c', 'name': 'tempest-TestMinimumBasicScenario-1800384420-network', 'tenant_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62096, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:13Z', 'updated_at': '2023-04-18T15:21:13Z', 'revision_number': 1} available for tenant 2023-04-18 15:24:42,881 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.893s 2023-04-18 15:24:42,881 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-979661342", "imageRef": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-960140690", "networks": [{"uuid": "5eb6340b-662b-4b7c-9cf0-bb581a99996c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb703b45-1da3-42a9-8eeb-2e95696f51dc', 'x-compute-request-id': 'req-fb703b45-1da3-42a9-8eeb-2e95696f51dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3cGL2unB46kW"}}' 2023-04-18 15:24:43,076 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.192s 2023-04-18 15:24:43,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dbbd87a-7a38-4de8-964f-aeec491013ff', 'x-compute-request-id': 'req-0dbbd87a-7a38-4de8-964f-aeec491013ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "BUILD", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:43Z", "updated": "2023-04-18T15:24:42Z", "addresses": {}, "accessI Pv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:25:33,347 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.211s 2023-04-18 15:25:33,347 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:33 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-0a1dfede-8cd1-4b12-816a-32652beb42f0', 'x-compute-request-id': 'req-0a1dfede-8cd1-4b12-816a-32652beb42f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:25:33,360 79580 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:26:33,673 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.261s 2023-04-18 15:26:33,673 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 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 -11a127b6-dc8a-4f74-ac84-5f3f1889808a', 'x-compute-request-id': 'req-11a127b6-dc8a-4f74-ac84-5f3f1889808a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:26:33,885 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.199s 2023-04-18 15:26:33,885 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532af275-9924-469a-a694-21297d7dd8e6', 'x-compute-request-id': 'req-532af275-9924-469a-a694-21297d7dd8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}]}]}' 2023-04-18 15:26:34,120 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.231s 2023-04-18 15:26:34,121 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 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-eca0c1ce-e303-4594-81b9-080bedd57637', 'x-compute-request-id': 'req-eca0c1ce-e303-4594-81b9-080bedd57637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e 9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:26:34,450 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes 0.317s 2023-04-18 15:26:34,450 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2057133486", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632bb3c4-2c46-4d3e-8b72-466e4e9b454f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632bb3c4-2c46-4d3e-8b72-466e4e9b454f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.380411", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:34,508 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.047s 2023-04-18 15:26:34,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute -request-id': 'req-fe688f1e-1856-4d9b-b056-2103c349af71', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe688f1e-1856-4d9b-b056-2103c349af71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:26:35,561 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.040s 2023-04-18 15:26:35,561 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a172f6eb-c8b0-463f-8571-2bca0c9f4478', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a172f6eb-c8b0-463f-8571-2bca0c9f4478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.000000", "updated_at": "2023-04-18T15:26:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:26:35,691 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.118s 2023-04-18 15:26:35,691 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-e4570a02-a192-4162-a37e-cae47ebfeaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1a b78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'' 2023-04-18 15:26:35,712 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.020s 2023-04-18 15:26:35,713 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-adea47e1-1373-4683-82e1-df31c4b0e905', 'x-openstack-request-id': 'req-adea47e1-1373-4683-82e1-df31c4b0e905', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5564b545-963c-457b-a475-33542605207d could not be found."}}' 2023-04-18 15:26:36,077 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.363s 2023-04-18 15:26:36,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-d6ede79b-9117-44f9-b11b-31e5af1c1b14', 'x-compute-request-id': 'req-d6ede79b-9117-44f9-b11b-31e5af1c1b14', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'' 2023-04-18 15:26:36,251 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.173s 2023-04-18 15:26:36,251 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e9a077-74b8-43ee-adec-7b99da8da563', 'x-compute-request-id': 'req-25e9a077-74b8-43ee-adec-7b99da8da563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:26:36Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "access IPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:27:26,509 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.197s 2023-04-18 15:27:26,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-f12a7675-22cd-4f61-b43a-6c1dd7e771b3', 'x-compute-request-id': 'req-f12a7675-22cd-4f61-b43a-6c1dd7e771b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 could not be found."}}' 2023-04-18 15:27:26,535 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-960140690 0.025s 2023-04-18 15:27:26,535 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-a1d23be8-78c4-47c9-8acb-ae8a3c38ec53', 'x-compute-request-id': 'req-a1d23be8-78c4-47c9-8acb-ae8a3c38ec53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-960140690'} Body: b'' 2023-04-18 15:27:26,634 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d 0.097s 2023-04-18 15:27:26,634 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24a2a6c7-44d8-4286-ae34-2a0797a57283', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d'} Body: b'' {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 cc09c612-4376-487f-8a85-93305abbb0a8 failed to build and is in ERROR status {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.115433s] ... 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 b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:29,866 79582 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/4d6b8f8c5655446aa1baaa2209ffe006/types 0.270s 2023-04-18 15:27:29,867 79582 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-1067331176", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78fe5cb-51dd-453a-81ff-88bbe3d6f558', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78fe5cb-51dd-453a-81ff-88bbe3d6f558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types'} Body: b'{"volume_type": {"id": "a3f8b6ff-f7b5-4cf4-bf37-8e9087641476", "name": "tempest-VolumeTypesTest-volume-type-1067331176", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:27:29,910 79582 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/4d6b8f8c5655446aa1baaa2209ffe006/types 0.040s 2023-04-18 15:27:29,910 79582 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-1925230144", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d295d75-3186-42da-a8d5-fc169de43091', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d295d75-3186-42da-a8d5-fc169de43091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types'} Body: b'{"volume_type": {"id": "f21c1e6b-1ae0-4d89-8260-76c88e84cad1", "name": "tempest-VolumeTypesTest-volume-type-1925230144", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:27:30,266 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes 0.353s 2023-04-18 15:27:30,267 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-245241738", "volume_type": "a3f8b6ff-f7b5-4cf4-bf37-8e9087641476", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a07b8b-c13b-44ff-bd1a-fee133db68d8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a07b8b-c13b-44ff-bd1a-fee133db68d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.201078", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:30,322 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.045s 2023-04-18 15:27:30,323 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61d035f-b4c4-4068-9e9d-4937d8026d6f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61d035f-b4c4-4068-9e9d-4937d8026d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,378 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.045s 2023-04-18 15:27:31,379 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3a0ec0-c947-4156-b3df-da3e2efd5668', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d3a0ec0-c947-4156-b3df-da3e2efd5668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": "2023-04-18T15:27:30.000000", "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a3 2-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,429 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.039s 2023-04-18 15:27:31,430 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5264e3-c703-48e3-b854-d1445b948e61', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5264e3-c703-48e3-b854-d1445b948e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": "2023-04-18T15:27:30.000000", "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,552 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.112s 2023-04-18 15:27:31,553 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c458362d-8b8a-4f68-931f-f0fe085db788', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'' 2023-04-18 15:27:31,574 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.021s 2023-04-18 15:27:31,575 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-253cbc3f-89d3-4f3f-abbc-f354890c0315', 'x-openstack-request-id': 'req-253cbc3f-89d3-4f3f-abbc-f35489 0c0315', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 could not be found."}}' 2023-04-18 15:27:31,626 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1 0.051s 2023-04-18 15:27:31,627 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fb176f-c2b4-49d4-b4ca-a00846ca09a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1'} Body: b'' 2023-04-18 15:27:31,644 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1 0.017s 2023-04-18 15:27:31,644 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e9b821-2ef5-413f-892b-b21c2792147b', 'x-openstack-request-id': 'req-95e9b821-2ef5-413f-892b-b21c2792147b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f21c1e6b-1ae0-4d89-8260-76c88e84cad1 could not be found."}}' 2023-04-18 15:27:31,693 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 0.048s 2023-04-18 15:27:31,693 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9116cf-2c0f-4971-b8d2-db506aef16e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476'} Body: b'' 2023-04-18 15:27:31,710 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 0.015s 2023-04-18 15:27:31,710 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bed8a7-103b-4b0f-a57b-caffb078e5df', 'x-openstack-request-id': 'req-28bed8a7-103b-4b0f-a57b-caffb078e5d f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.142295s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.425047s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.038395s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.215069s] ... ok {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.744086s] ... 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 abe02e33-134b-44a7-b45a-ea49900e38d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:35,593 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes 0.449s 2023-04-18 15:27:35,593 79582 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-570822473"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706f4225-3c56-487e-8098-0a2495e205db', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706f4225-3c56-487e-8098-0a2495e205db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:35.519408", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:35,645 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.041s 2023-04-18 15:27:35,646 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12dd95af-445d-4635-a67d-d5d6c958e9ee', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12dd95af-445d-4635-a67d-d5d6c958e9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,698 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.039s 2023-04-18 15:27:36,698 79582 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fde054c-f867-491c-860f-befa15fc5d4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fde054c-f867-491c-860f-befa15fc5d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": "2023-04-18T15:27:36.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,751 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.042s 2023-04-18 15:27:36,752 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35ae583-a452-4443-b4d5-33d0561ab010', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35ae583-a452-4443-b4d5-33d0561ab010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": "2023-04-18T15:27:36.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,860 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.097s 2023-04-18 15:27:36,860 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406e1b96-ecce-4bb8-9a22-f38e91a4a10c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'' 2023-04-18 15:27:36,886 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.025s 2023-04-18 15:27:36,886 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-fbe1210e-92d7-4f66-91f9-d35584cbf27f', 'x-openstack-request-id': 'req-fbe1210e-92d7-4f66-91f9-d35584cbf27f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume abe02e33-134b-44a7-b45a-ea49900e38d5 could not be found."}}' {7} 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 bc090635-2074-4af7-95c8-780f40e6e275 failed to build and is in ERROR status {7} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {8} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.174343s] ... ok {8} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.381313s] ... 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 3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:25:39,529 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.226s 2023-04-18 15:25:39,530 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a35b28b9-7f6a-4470-8bab-08bce9b89819', 'x-compute-request-id': 'req-a35b28b9-7f6a-4470-8bab-08bce9b89819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:39,947 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes 0.345s 2023-04-18 15:26:39,947 79568 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-860553267"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1234b58-2f51-4b6c-b78e-6de20ca59ced', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1234b58-2f51-4b6c-b78e-6de20ca59ced', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:39.890978", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:39,998 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b 0.041s 2023-04-18 15:26:39,998 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a714454-8da3-4ee6-a378-841ca46c2382', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a714454-8da3-4ee6-a378-841ca46c2382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:40.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:26:41,055 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b 0.044s 2023-04-18 15:26:41,056 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9030bcb-58cf-4df9-b019-76a9f49cec4e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9030bcb-58cf-4df9-b019-76a9f49cec4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:40.000000", "updated_at": "2023-04-18T15:26:40.000000", "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tena nt-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:26:41,614 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.546s 2023-04-18 15:26:41,614 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46181ceb-e70f-426e-b535-015356328435', 'x-compute-request-id': 'req-46181ceb-e70f-426e-b535-015356328435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.919123s] ... 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 33fb6fbe-c568-431f-a9dc-186a17913f5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:43,888 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.216s 2023-04-18 15:27:43,889 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eac7673a-d91b-4efe-b282-126d464c897f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:44,349 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.459s 2023-04-18 15:27:44,349 79588 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-47154101", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd16eb05-dc79-4856-8113-ce3f00639aee', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd16eb05-dc79-4856-8113-ce3f00639aee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.268977", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:44,397 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.039s 2023-04-18 15:27:44,398 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e87151b-eb37-44b4-84e8-f9bcd85801cf', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e87151b-eb37-44b4-84e8-f9bcd85801cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:45,448 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.039s 2023-04-18 15:27:45,448 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b5576a-05ee-455d-9918-3a041f273f98', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b5576a-05ee-455d-9918-3a041f273f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.000000", "updated_at": "2023-04-18T15:27:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:45,568 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.108s 2023-04-18 15:27:45,569 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af28feac-aa43-4029-a105-a017cb5a5968', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'' 2023-04-18 15:27:45,589 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.020s 2023-04-18 15:27:45,589 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3180cf-5256-462f-814d-f490276c3459', 'x-openstack-request-id': 'req-ad3180cf-5256-462f-814d-f490276c3459', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33fb6fbe-c568-431f-a9dc-186a17913f5c could not be found."}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.542262s] ... 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 33f1b622-b59f-45fa-a3e3-54ba0cb2b712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:45,612 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.020s 2023-04-18 15:27:45,613 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f750740b-99b2-49c0-8103-18c6c9ade019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:45,904 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.290s 2023-04-18 15:27:45,904 79588 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-1890956468", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceac6d93-8b89-4d29-b219-e5a60f8ece0e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceac6d93-8b89-4d29-b219-e5a60f8ece0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:45.851113", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:45,954 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.040s 2023-04-18 15:27:45,954 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684082d4-1df6-4316-8691-e1adc33a4069', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684082d4-1df6-4316-8691-e1adc33a4069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:46.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,002 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.036s 2023-04-18 15:27:47,002 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e149bb-a6ab-4898-816d-bbb20b72c33b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e149bb-a6ab-4898-816d-bbb20b72c33b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:46.000000", "updated_at": "2023-04-18T15:27:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,111 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.098s 2023-04-18 15:27:47,111 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a697631e-4a60-4673-a2c3-19c5ea629e66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'' 2023-04-18 15:27:47,133 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.021s 2023-04-18 15:27:47,133 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aef1253-79ff-43b6-8f7c-28ad0462e409', 'x-openstack-request-id': 'req-2aef1253-79ff-43b6-8f7c-28ad0462e409', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33f1b622-b59f-45fa-a3e3-54ba0cb2b712 could not be found."}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.077881s] ... 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 7d3717ac-8384-4deb-9773-a8eed1cd63ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:47,136 79588 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 15:27:47,190 79588 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.051s 2023-04-18 15:27:47,190 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-2015686778", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLNf8NHioLE/aW2CD6nzUI8iTgir6MiI4YCECUxPD7ml2oUuo4HiT5lDny+P7RLBUIj31Un0T4dPgnZMaUqShLdnSngG93a3R1+zEPp6J3qmXlRrcgck2C4omH8+xhSlQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f83586b-7bb1-4893-a92a-40eb7685d547', 'x-compute-request-id': 'req-6f83586b-7bb1-4893-a92a-40eb7685d547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-2015686778", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLNf8NHioLE/aW2CD6nzUI8iTgir6MiI4YCECUxPD7ml2oUuo4HiT5lDny+P7RLBUIj31Un0T4dPgnZMaUqShLdnSngG93a3R1+zEPp6J3qmXlRrcgck2C4omH8+xhSlQ==", "fingerprint": "65:1f:60:2e:bf:b0:31:81:91:93:6a:3a:44:59:78:76", "user_id": "4dd2727d2b05465e85e49e93f41a6485"}}' 2023-04-18 15:27:47,346 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-18 15:27:47,346 79588 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-1972697283", "description": "tempest-secgroup-smoke-1972697283 description", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a39fd0df-343c-4a01-8d26-9137cb5c657f', 'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "name": "tempest-secgroup-smoke-1972697283", "stateful": true, "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "description": "tempest-secgroup-smoke-1972697283 description", "shared": false, "security_group_rules": [{"id": "2068302b-0e3b-4b4a-9eb8-36571c8823ae", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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": 783, "description": null, "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}, {"id": "5fcb52a4-9cc6-4620-8800-8ab7465f1383", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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": 782, "description": null, "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf 34ae6914f7fb717cbd91e09d1b2"}], "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 1, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,504 79588 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.157s 2023-04-18 15:27:47,504 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "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-c7c76579-9598-463e-a468-313e21d2d1d3', 'date': 'Tue, 18 Apr 2023 15:27: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": "daebc376-ea73-45ec-a538-2aab5fd8e67a", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,666 79588 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.161s 2023-04-18 15:27:47,666 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "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-25980d3c-5a23-457c-9bfa-5546277b1890', 'date': 'Tue, 18 Apr 2023 15:27: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": "e2467f50-6a08-4a7a-865d-e0348035d18c", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,817 79588 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.150s 2023-04-18 15:27:47,818 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ee9f83b-52b7-4204-a559-1262fc485921', 'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "febd0b17-c985-4b7d-a02e-26bf1465e251", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,982 79588 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-18 15:27:47,983 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-230c9a65-58df-4e2a-8b93-9592a8ceba02', 'date': 'Tue, 18 Apr 2023 15:27: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": "b5da5493-dbb1-4dd9-b3f5-dccee4a4beee", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,139 79588 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.156s 2023-04-18 15:27:48,139 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf898de8-805d-436b-a224-22ac24a84938', 'date': 'Tue, 18 Apr 2023 15:27: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": "bc0ee6f5-2c16-4301-897a-d9a68fd90823", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:48Z", "updated_at": "2023-04-18T15:27:48Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,323 79588 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.183s 2023-04-18 15:27:48,323 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e52c124d-a92e-4014-8014-f3e942ad3ef3', 'date': 'Tue, 18 Apr 2023 15:27: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": "305e7532-d11a-4220-942a-afa74de72d1b", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:48Z", "updated_at": "2023-04-18T15:27:48Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,324 79588 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 15:27:48,344 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.020s 2023-04-18 15:27:48,344 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4f6a51db-c793-482e-ab99-e4ab3920e37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:48,688 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.343s 2023-04-18 15:27:48,688 79588 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-849889045", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84eeb76c-036a-4ce9-a5cf-183760d1f201', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84eeb76c-036a-4ce9-a5cf-183760d1f201', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volum es'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:48.623456", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:48,738 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.038s 2023-04-18 15:27:48,738 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba68067-fff4-40a8-81e3-2240cc90593f', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba68067-fff4-40a8-81e3-2240cc90593f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:49,804 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.044s 2023-04-18 15:27:49,804 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07cdec0-3cca-4f58-a6c4-0279001b044c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07cdec0-3cca-4f58-a6c4-0279001b044c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:49.000000", "updated_at": "2023-04-18T15:27:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:49,925 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.107s 2023-04-18 15:27:49,926 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-277e8ff0-4717-4df9-b5af-b8c3e64b2299', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'' 2023-04-18 15:27:49,947 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.021s 2023-04-18 15:27:49,948 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-e1c5eec3-0fda-4812-bb18-f87f995d24de', 'x-openstack-request-id': 'req-e1c5eec3-0fda-4812-bb18-f87f995d24de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7d3717ac-8384-4deb-9773-a8eed1cd63ee could not be found."}}' 2023-04-18 15:27:50,182 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f8e026ab-8ce0-4f6c-a872-d69a80f2b79a 0.234s 2023-04-18 15:27:50,183 79588 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-5be4fa34-95f8-4708-861d-39850f7583f8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:27:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8e026ab-8ce0-4f6c-a872-d69a80f2b79a'} Body: b'' 2023-04-18 15:27:50,212 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2015686778 0.029s 2023-04-18 15:27:50,213 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9131ef7d-4111-4c01-8102-ac9d16430040', 'x-compute-request-id': 'req-9131ef7d-4111-4c01-8102-ac9d16430040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2015686778'} Body: b'' {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.265277s] ... 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 41edea89-1e06-4f90-80e7-3cf86101e562 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:25:51,536 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.345s 2023-04-18 15:25:51,536 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5524d08-70f9-4540-9106-337c27a9b0d0', 'x-compute-request-id': 'req-a5524d08-70f9-4540-9106-337c27a9b0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:25:51,984 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.436s 2023-04-18 15:25:51,984 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31011c3f-0d39-4899-b5dd-54525459388e', 'x-compute-request-id': 'req-31011c3f-0d39-4899-b5dd-54525459388e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:42,430 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.387s 2023-04-18 15:26:42,431 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 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-0c09759e-0958-4f02-87cd-9084a95120fe', 'x-compute-request-id': 'req-0c09759e-0958-4f02-87cd-9084a95120fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:42,662 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.219s 2023-04-18 15:26:42,662 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 15:26:42 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-fa79879e-4669-4db6-8885-38a280cdeb99', 'x-compute-request-id': 'req-fa79879e-4669-4db6-8885-38a280cdeb99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:43,032 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes 0.297s 2023-04-18 15:27:43,032 79572 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-886058936"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5515787-4509-46bf-be8a-13b28a1993e6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5515787-4509-46bf-be8a-13b28a1993e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:42.959245", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [ ]}}' 2023-04-18 15:27:43,121 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562 0.079s 2023-04-18 15:27:43,121 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf16d3d-644b-4ded-a9a5-7b1070333049', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf16d3d-644b-4ded-a9a5-7b1070333049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:43.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:27:44,178 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562 0.044s 2023-04-18 15:27:44,178 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88f7588-c3ab-42f0-b30c-b56a69f4600a', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88f7588-c3ab-42f0-b30c-b56a69f4600a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:43.000000", "updated_at": "2023-04-18T15:27:43.000000", "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:27:44,421 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.231s 2023-04-18 15:27:44,421 795 72 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 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-c567696b-5da2-40e3-9921-b47a8820cf8e', 'x-compute-request-id': 'req-c567696b-5da2-40e3-9921-b47a8820cf8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [167.654803s] ... 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 1dae8da6-65b2-45bb-aad9-3bf85c12ce52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:41,366 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:26:41,366 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:26:41,420 79574 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-18 15:26:41,421 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1315550948", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 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-c3132c3e-14ea-43ce-bcd5-d2619cd503bb', 'x-compute-request-id': 'req-c3132c3e-14ea-43ce-bcd5-d2619cd503bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1315550948", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g==", "fingerprint": "fb:d6:fe:a8:74:ec:52:f8:9a:56:34:12:83:c6:2b:9a", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:26:41,423 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1315550948 created 2023-04-18 15:26:41,606 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-18 15:26:41,607 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2132273094", "description": "tempest-description--1767603440"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4de8949e-582f-4d64-802b-81c9bb585702', 'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "name": "tempest-securitygroup--2132273094", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--1767603440", "shared": false, "security_group_rules": [{"id": "d0e5f87b-daa7-4866-afb8-e0c5e3241e6f", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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": 656, "description": null, "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "e2c4ed1d-635a-49c6-b51c-25e8abaa80ad", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 655, "description": null, "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,773 79574 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-18 15:26:41,774 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-1a11f370-497d-42dc-bc24-7797c6636487', 'date': 'Tue, 18 Apr 2023 15:26: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": "b8989f3b-c294-47f2-a71e-70d9fcd158f8", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,927 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-18 15:26:41,927 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2c719179-2920-41de-9739-86511ccc0795', 'date': 'Tue, 18 Apr 2023 15:26: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": "c7955fa3-19c8-47ba-9f28-7893f2aed4ea", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,928 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2132273094 created 2023-04-18 15:26:42,929 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.001s 2023-04-18 15:26:42,930 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8f7dd36c-9de8-439f-bd6f-f6362c03a53a', 'date': 'Tue, 18 Apr 2023 15:26:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "36efae99-6d4f-4d2d-93d9-766560cb2d40", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.4", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:26:42Z", "updated_at": "2023-04-18T15:26:42Z", "revision_number": 0}}' 2023-04-18 15:26:42,930 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '36efae99-6d4f-4d2d-93d9-766560cb2d40', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.4', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:26:42Z', 'updated_at': '2023-04-18T15:26:42Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-18 15:26:42,969 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 15:26:42,970 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 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-2b0a5d97-64f7-4044-aa45-38051c5691b9', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["G5uRMh0DTryCml_bo6Xk2w"], "expires_at": "2023-04-18T16:26:42.000000Z", "issued_at": "2023-04-18T15:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1 ", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:26:42,970 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:26:42,971 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1315550948', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g==', 'fingerprint': 'fb:d6:fe:a8:74:ec:52:f8:9a:56:34:12:83:c6:2b:9a', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBjOTZJWmJPVPepZ1xy5W+TVKj3SNzpOF/e8o4cRPhFDU0JPfAesgw7\nODtIIixFQQmgBwYFK4EEACKhZANiAARZiAJYpBzV2COlnTHrkxgAng1pz/Ou6dDI\npivshuMGpUsjA3ivx3R6jww0XElAO0nPTWh34g6+qi4uNj17iYplU29MjLKrimPO\nriRjNGy2Jfa84mSkPf6dGQCiibdU39o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', 'name': 'tempest-securitygroup--2132273094', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--1767603440', 'shared': False, 'security_group_rules': [{'id': 'd0e5f87b-daa7-4866-afb8-e0c5e3241e6f', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', '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': 656, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'e2c4ed1d-635a-49c6-b51c-25e8abaa80ad', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', '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': 655, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}], 'tags': [], 'created_at ': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '36efae99-6d4f-4d2d-93d9-766560cb2d40', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.4', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:26:42Z', 'updated_at': '2023-04-18T15:26:42Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-18 15:26:44,410 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.438s 2023-04-18 15:26:44,410 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-390221429", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "key_name": "tempest-keypair-1315550948", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd874c0-fee7-45b0-8274-1566e965cab9', 'x-compute-request-id': 'req-dcd874c0-fee7-45b0-8274-1566e965cab9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "adminPass": "password"}}' 2023-04-18 15:26:44,496 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.082s 2023-04-18 15:26:44,496 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:44 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-5221444a-7205-45ff-beef-0062d79f7a5b', 'x-compute-request-id': 'req-5221444a-7205-45ff-beef-0062d79f7a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {" id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:26:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:34,848 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.293s 2023-04-18 15:27:34,849 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:34 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-7575879b-137f-48e6-93ae-700598852860', 'x-compute-request-id': 'req-7575879b-137f-48e6-93ae-700598852860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:26:52Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": "2023-04-18T15:26:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:34,860 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:28:35,154 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/os-interface 0.226s 2023-04-18 15:28:35,154 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:34 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-509a39de-b914-4db3-ae1b-a5ad607d895e', 'x-compute-request-id': 'req-509a39de-b914-4db3-ae1b-a5ad607d895e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7", "mac_addr": "fa:16:3e:e2:9d:a7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 15:28:36,115 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40 0.956s 2023-04-18 15:28:36,115 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-f6c666a0-f08d-42f6-bcac-5a1efbffb39a', 'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40'} Body: b'{"floatingip": {"id": "36efae99-6d4f-4d2d-93d9-766560cb2d40", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.4", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:e2:9d:a7", "admin_state_up": true, "status": "ACTIVE", "device_id": "f2953604-2514-4f53-a6fe-169ff750da52", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:26:42Z", "updated_at": "2023-04-18T15:28:35Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:36,116 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-18 15:28:36,154 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:28:36,177 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:28:36,178 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-18 15:28:36,235 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/ips 0.057s 2023-04-18 15:28:36,236 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 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-3c914d0e-2d0c-4567-a179-7a3f8e905401', 'x-compute-request-id': 'req-3c914d0e-2d0c-4567-a179-7a3f8e905401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 15:28:3 6,444 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.205s 2023-04-18 15:28:36,444 79574 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-1310279419"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a31d25-4a8c-451f-b66b-8275c03ef643', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a31d25-4a8c-451f-b66b-8275c03ef643', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.378016", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:28:36,506 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52 0.052s 2023-04-18 15:28:36,506 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b932992-bd4d-4915-8119-1ffb52fd8419', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b932992-bd4d-4915-8119-1ffb52fd8419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:37,558 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52 0.040s 2023-04-18 15:28:37,559 79574 DEBUG [tempest.lib.common.rest_client] Request - H eaders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8edbdc7-4134-4c64-8872-e73c10e32540', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8edbdc7-4134-4c64-8872-e73c10e32540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.000000", "updated_at": "2023-04-18T15:28:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:37,687 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.117s 2023-04-18 15:28:37,687 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc940f58-3e88-4e7d-836a-6e2d62fc1c27', 'x-compute-request-id': 'req-cc940f58-3e88-4e7d-836a-6e2d62fc1c27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'' 2023-04-18 15:28:38,226 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.538s 2023-04-18 15:28:38,227 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 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-bde2e459-e5dd-47dc-ad30-31fbd1dba569', 'x-compute-request-id': 'req-bde2e459-e5dd-47dc-ad30-31fbd1dba569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]} , "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:28:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": "2023-04-18T15:26:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:29:28,304 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.038s 2023-04-18 15:29:28,304 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-22397082-369a-4f02-a390-46b37e92e862', 'x-compute-request-id': 'req-22397082-369a-4f02-a390-46b37e92e862', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2953604-2514-4f53-a6fe-169ff750da52 could not be found."}}' 2023-04-18 15:29:28,340 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1315550948 0.035s 2023-04-18 15:29:28,340 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe63453b-2d95-4f79-868d-88c40a4cb854', 'x-compute-request-id': 'req-fe63453b-2d95-4f79-868d-88c40a4cb854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1315550948'} Body: b'' 2023-04-18 15:29:28,509 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f 0.168s 2023-04-18 15:29:28,510 79574 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-2ae7d38b-9e87-41ab-b5ee-769590fc4634', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f'} Body: b'' 2023-04-18 15:29:28,540 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f 0.030s 2023-04-18 15:29:28,541 79574 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-c7879765-b791-48b3-9923-8480e4c4f2b1', 'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fc5d48b4-afeb-4998-995a-45378bb2350f does not exist", "detail": ""}}' 2023-04-18 15:29:29,019 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40 0.478s 2023-04-18 15:29:29,020 79574 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-a07bc65f-1ad5-4849-87a9-bbc464f2c3ec', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:29:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40'} Body: b'' {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.194468s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.130023s] ... ok {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 a1ee21ab-9eb0-4639-b0c8-c95392ce2ab6 failed to build and is in ERROR status {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.238548s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.244431s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.018453s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.129479s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018001s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.019708s] ... ok {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.077663s] ... 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 db947f2e-1fee-41f2-a0e6-c5c239856f19 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:42,097 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.411s 2023-04-18 15:27:42,098 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd022b06-f0f8-465c-b050-e710d23712bd', 'x-compute-request-id': 'req-fd022b06-f0f8-465c-b050-e710d23712bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:42,359 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes 0.191s 2023-04-18 15:28:42,359 79568 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-1409799180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faeb90fd-f4c6-48a3-87ef-e38fd34bebc8', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faeb90fd-f4c6-48a3-87ef-e38fd34bebc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.301394", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:28:42,413 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19 0.044s 2023-04-18 15:28:42,413 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a82131-c9ca-4549-8ace-86547c03a7b3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a82131-c9ca-4549-8ace-86547c03a7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:28:43,463 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19 0.038s 2023-04-18 15:28:43,464 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4f2325-73fb-4965-966d-49a83ae4202b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4f2325-73fb-4965-966d-49a83ae4202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.000000", "updated_at": "2023-04-18T15:28:42.000000", "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:28:43,694 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.219s 2023-04-18 15:28:43,694 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a937b5-0579-44ff-8de2-e52b0cf918c1', 'x-compute-request-id': 'req-22a937b5-0579-44ff-8de2-e52b0cf918c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.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": []}}' {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.114979s] ... ok {4} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.098214s] ... 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 d7fcdac4-1ad9-4ab2-bd86-265765904f81 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:00,309 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.261s 2023-04-18 15:30:00,309 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-707739637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtlP2edA1Mrd706tqdpvz/m0FKbv036nswvVKf7g7eID4v4Od2jpnu7/hvjtU+WxlShFRFM1vzjS3qihY7wnH7gbgN7caXfzZsiSlVPH0TF6XPUF6CTrGnh5+Ocv+xPcw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56a49fb7-8dbc-4d20-8ac0-aafe786a0a0a', 'x-compute-request-id': 'req-56a49fb7-8dbc-4d20-8ac0-aafe786a0a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-707739637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtlP2edA1Mrd706tqdpvz/m0FKbv036nswvVKf7g7eID4v4Od2jpnu7/hvjtU+WxlShFRFM1vzjS3qihY7wnH7gbgN7caXfzZsiSlVPH0TF6XPUF6CTrGnh5+Ocv+xPcw==", "fingerprint": "e8:b5:b7:3f:72:83:50:e8:bf:20:90:80:b6:b2:79:51", "user_id": "915ffadcdfff4ba395b5f50501690eef"}}' 2023-04-18 15:30:00,455 79574 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.142s 2023-04-18 15:30:00,455 79574 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-1060115082", "description": "tempest-secgroup-smoke-1060115082 description", "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-89e7485c-9786-4932-bb5d-1ac887c65710', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "name": "tempest-secgroup-smoke-1060115082", "stateful": true, "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "description": "tempest-secgroup-smoke-1060115082 description", "shared": false, "security_group_rules": [{"id": "1fbc487b-5d5c-49d3-a1df-4a8e9d95bb3a", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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": 852, "description": null, "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}, {"id": "da3bc813-a686-4498-8e43-1a4940ad7031", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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": 851, "description": null, "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}], "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 1, "project_id ": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,612 79574 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.156s 2023-04-18 15:30:00,612 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "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-d593be85-a712-432f-816a-0369d735c0db', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62c0042b-6b02-4bf1-bae8-29ce9a041d12", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,766 79574 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.153s 2023-04-18 15:30:00,766 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "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-4546df39-a1e6-4fe2-9ac8-43cd8de2ba0f', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf509dbd-feed-4ed0-b886-1b136d4aae6d", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,935 79574 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.168s 2023-04-18 15:30:00,935 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23c8bd1d-7ca3-42e0-9075-fede72aee6ed', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ade941d0-c286-46bc-b05b-43d9c87cda43", "tenant_id": "e1801e328d5c4 96c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,105 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 15:30:01,106 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7f1897e4-93dd-420a-9d40-41946bbc2d89', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbcc3824-89c4-4a4f-bdff-b8c452d6a0e8", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,300 79574 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.194s 2023-04-18 15:30:01,301 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bed12260-8bea-490c-87b1-e9ff864dec15', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "14ec790e-5195-4518-aec2-8ff2582fd8f2", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,461 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:30:01,461 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-db0d0763-e2f4-4bd7-a515-4b8008fc469d', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee68dfa5-2976-44db-b26f-51132e10dca8", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,692 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes 0.230s 2023-04-18 15:30:01,693 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1137042112", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d59a4c-f293-4c02-a74a-c45eab75040c', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d59a4c-f293-4c02-a74a-c45eab75040c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:01.631883", "updated_at": null, "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:01,745 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.040s 2023-04-18 15:30:01,746 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f51b14-3530-46a6-a921-fb500cec4b10', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f51b14-3530-46a6-a921-fb500cec4b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:02.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:02,806 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.047s 2023-04-18 15:30:02,807 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d03b637-cbe5-4ccd-962b-f1e01c923954', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d03b637-cbe5-4ccd-962b-f1e01c923954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:02.000000", "updated_at": "2023-04-18T15:30:02.000000", "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:02,915 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.096s 2023-04-18 15:30:02,915 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30: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-fb7a6630-5fe8-4310-8d61-22271d1c9115', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'' 2023-04-18 15:30:02,936 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.020s 2023-04-18 15:30:02,936 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30: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-reque st-id': 'req-5e7c96e9-596a-44ae-b0d2-af9ff3c50110', 'x-openstack-request-id': 'req-5e7c96e9-596a-44ae-b0d2-af9ff3c50110', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d7fcdac4-1ad9-4ab2-bd86-265765904f81 could not be found."}}' 2023-04-18 15:30:03,103 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a10afdf3-7089-42d0-9184-9d1d982d2897 0.166s 2023-04-18 15:30:03,103 79574 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-45f3b255-417d-423b-b49d-1b2d6c2ad5f8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:30:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a10afdf3-7089-42d0-9184-9d1d982d2897'} Body: b'' 2023-04-18 15:30:03,139 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-707739637 0.035s 2023-04-18 15:30:03,139 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:03 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-fd07cf63-9124-4a2e-8823-09e7ebf01fb3', 'x-compute-request-id': 'req-fd07cf63-9124-4a2e-8823-09e7ebf01fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-707739637'} Body: b'' {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.276914s] ... 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 0f37542b-d942-40b2-b2cc-956e2a573897 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:11,152 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.369s 2023-04-18 15:30:11,152 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7bda1ae-ded1-44f0-8cbc-4d2f797971b0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7bda1ae-ded1-44f0-8cbc-4d2f797971b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.095411", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,366 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.204s 2023-04-18 15:30:11,366 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1479361997"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741a2406-c7df-4178-9cd0-336ece820037', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741a2406-c7df-4178-9cd0-336ece820037', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "e1eb0f41-0f28-4ef0-afd4-97abac81da6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.289657", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1479361997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/e1eb0f41-0f28-4ef0-afd4-97abac81da6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/e1eb0f41-0f28-4ef0-afd4-97abac81da6d"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,566 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.188s 2023-04-18 15:30:11,566 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1450833852"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0ca2a8-80b5-426a-9f0b-8a53c6e9b09a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0ca2a8-80b5-426a-9f0b-8a53c6e9b09a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.505723", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1450833852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,754 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.178s 2023-04-18 15:30:11,754 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1627990556"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8845a591-bfbc-4c3f-bb5a-a39c8f2e85e3', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8845a591-bfbc-4c3f-bb5a-a39c8f2e85e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "2cf153db-929c-4448-bd3d-aee850312036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.700393", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1627990556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/2cf153db-929c-4448-bd3d-aee850312036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/2cf153db-929c-4448-bd3d-aee850312036"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,945 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.181s 2023-04-18 15:30:11,946 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateV olumesFromImageTest-Volume-349110611"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da85ea5-a0ed-496f-85ca-8b23188f2a0a', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da85ea5-a0ed-496f-85ca-8b23188f2a0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "924e3d8d-45bc-4b10-950c-e892d3419bda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.890049", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-349110611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/924e3d8d-45bc-4b10-950c-e892d3419bda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/924e3d8d-45bc-4b10-950c-e892d3419bda"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,996 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897 0.041s 2023-04-18 15:30:11,997 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2566a9ef-0c28-40ab-a962-4ec3c01fe450', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2566a9ef-0c28-40ab-a962-4ec3c01fe450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.000000", "updated_at": "2023-04-18T15:30:11.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b3756968f842aba43e2af635e9e1fb"}}' 2023-04-18 15:30:13,047 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897 0.037s 2023-04-18 15:30:13,048 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87467fb2-00d4-46a6-a17c-56c28d50862c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-87467fb2-00d4-46a6-a17c-56c28d50862c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.000000", "updated_at": "2023-04-18T15:30:11.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b3756968f842aba43e2af635e9e1fb"}}' {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.531874s] ... 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 88e37f30-5a4b-4e6c-a124-aacf1428ec5a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T15:29:47Z', 'message': 'Build of instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a aborted: Volume 32f3bc48-c2ba-4160-a3b5-6f2068b630ed did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:40,608 79566 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.037s 2023-04-18 15:26:40,609 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f69dae9-df8d-4107-aa63-0d69b0651777', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["4L1oKFybRfqJyDHFOnqhKA"], "expires_at": "2023-04-18T16:26:40.000000Z", "issued_at": "2023-04-18T15:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:26:40,609 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:26:41,622 79566 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.012s 2023-04-18 15:26:41,623 79566 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-1896656006", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2', '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-f8aa802b-bee4-4841-b89c-48e454e1199c', 'x-compute-request-id': 'req-f8aa802b-bee4-4841-b89c-48e454e1199c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9jGB6W4u4qZW"}}' 2023-04-18 15:26:41,698 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.072s 2023-04-18 15:26:41,698 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 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-3adfdec2-37b5-4a78-8813-9dbacb3549da', 'x-compute-request-id': 'req-3adfdec2-37b5-4a78-8813-9dbacb3549da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:42Z", "updated": "2023-04-18T15:26:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c 600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:27:32,258 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.495s 2023-04-18 15:27:32,258 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6aae5e6-dad3-488a-99a5-6d0c7ebd61b0', 'x-compute-request-id': 'req-e6aae5e6-dad3-488a-99a5-6d0c7ebd61b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:41Z", "updated": "2023-04-18T15:26:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:26:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:27:32,275 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:28:33,183 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2/action 0.847s 2023-04-18 15:28:33,183 79566 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-ServerBootFromVolumeSt ableRescueTest-image-1714726849"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:32 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-badfd944-6646-46cb-a08d-00eb0c7d70e6', 'x-compute-request-id': 'req-badfd944-6646-46cb-a08d-00eb0c7d70e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2/action'} Body: b'{"image_id": "79aed434-0330-4c8e-8efe-44e803365412"}' 2023-04-18 15:28:33,212 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.027s 2023-04-18 15:28:33,213 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5b7c47a7-1149-4a47-8241-8d2a6a5646b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:34,236 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.021s 2023-04-18 15:28:34,237 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a08fc3d2-7cec-421b-888c-3d2e62c9a5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-Serve rBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:35,260 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.021s 2023-04-18 15:28:35,260 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2897ae35-a5b1-4250-b185-209f23f0b4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:36,295 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.033s 2023-04-18 15:28:36,296 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3a06952-aa9d-4744-ae29-170dd478bc53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036 ", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:36Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:37,321 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.024s 2023-04-18 15:28:37,322 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-787589d6-fc7b-433b-bcad-8720bb3e04bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:37Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,347 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.024s 2023-04-18 15:28:38,348 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-48f61789-d48c-4792-b7c4-4b84ac8692c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cbbc62cbab7a274318f2ff2d297763c3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "a830458aa2e197e413ece2bc5167944c69624cbfe143dcedd4226fba727f043a8001e9e7b07ce96bb197880597e3fd6b7cfa3cd16f0c0e3a8bec6a31fb0bd4a9", "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:38Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,374 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.025s 2023-04-18 15:28:38,374 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f78a6bca-333a-4598-9fba-aefdd462b204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cbbc62cbab7a274318f2ff2d297763c3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bc dceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "a830458aa2e197e413ece2bc5167944c69624cbfe143dcedd4226fba727f043a8001e9e7b07ce96bb197880597e3fd6b7cfa3cd16f0c0e3a8bec6a31fb0bd4a9", "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:38Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,667 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.292s 2023-04-18 15:28:38,667 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc9987b-3019-403d-99ce-ee1b6675937f', 'x-compute-request-id': 'req-abc9987b-3019-403d-99ce-ee1b6675937f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:41Z", "updated": "2023-04-18T15:28:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:26:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:29:38,827 79566 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.076s 2023-04-18 15:29:38,827 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8e5092b8-b5a7-4616-b57d-8b1f4daa7ef6', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["JprYZDjeTZCEQETbpkFLew"], "expires_at": "2023-04-18T16:29:38.000000Z", "issued_at": "2023-04-18T15:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:29:38,828 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:29:39,398 79566 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.569s 2023-04-18 15:29:39,398 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "6a2ecd63-8167-41ef-b082-40bc65b91036", "destination_type": "volume"}], "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a', '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-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0', 'x-compute-request-id': 'req-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "efP5uiLfpfdc"}}' 2023-04-18 15:29:39,484 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.083s 2023-04-18 15:29:39,485 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:39 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-cd47be64-ef4c-4bbd-85b2-9637044ef0ef', 'x-compute-request-id': 'req-cd47be64-ef4c-4bbd-85b2-9637044ef0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:29:39Z", "updated": "2023-04-18T15:29:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:30:29,645 795 66 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.129s 2023-04-18 15:30:29,646 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9646cf5-49f4-4c2f-84f3-1aa49c31da37', 'x-compute-request-id': 'req-f9646cf5-49f4-4c2f-84f3-1aa49c31da37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "status": "ERROR", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:29:39Z", "updated": "2023-04-18T15:29:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T15:29:47Z", "message": "Build of instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a aborted: Volume 32f3bc48-c2ba-4160-a3b5-6f2068b630ed did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:30:29,661 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 15:30:30,053 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.391s 2023-04-18 15:30:30,053 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:29 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-48685c57-e233-4365-8ccf-231a6119899f', 'x-compute-request-id': 'req-48685c57-e233-4365-8ccf-231a6119899f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'' 2023-04-18 15:30:30,096 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.041s 2023-04-18 15:30:30,096 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:30 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-58af1100-db49-4392-899c-fcbc3b67a503', 'x-compute-request-id': 'req-58af1100-db49-4392-899c-fcbc3b67a503', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a could not be found."}}' {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.628506s] ... 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 eb377255-5a97-47ac-b16b-f1aafee4fb52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:28:44,675 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.217s 2023-04-18 15:28:44,675 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-a3a919d0-f00c-4eb3-a93d-c25705f904eb', 'x-compute-request-id': 'req-a3a919d0-f00c-4eb3-a93d-c25705f904eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:44,950 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.261s 2023-04-18 15:28:44,950 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-6ba193fe-b8f1-4d19-b0a3-c63144d64139', 'x-compute-request-id': 'req-6ba193fe-b8f1-4d19-b0a3-c63144d64139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10 .0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:45,112 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.149s 2023-04-18 15:28:45,113 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-17c3f2ab-a269-4f00-9135-2e23bea63e43', 'x-compute-request-id': 'req-17c3f2ab-a269-4f00-9135-2e23bea63e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:29:45,576 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/5a 93c03c2c6c485fadd7209380ee7e3b/volumes 0.392s 2023-04-18 15:29:45,576 79572 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-157987568"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a8f503-b284-485d-bc20-b6e93f5ad449', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a8f503-b284-485d-bc20-b6e93f5ad449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:45.518134", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:29:45,637 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52 0.050s 2023-04-18 15:29:45,638 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a138abae-dfdd-4c59-bf23-b8c0a495946f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a138abae-dfdd-4c59-bf23-b8c0a495946f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:46.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:29:46,731 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52 0.072s 2023-04-18 15:29:46,731 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad21007-d360-4653-b80b-237cec460143', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad21007-d360-4653-b80b-237cec460143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:46.000000", "updated_at": "2023-04-18T15:29:46.000000", "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:29:46,742 79572 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-18 15:29:46,984 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.240s 2023-04-18 15:29:46,984 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:46 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-02326de8-a7d8-4be4-995a-78e65342eb53', 'x-compute-request-id': 'req-02326de8-a7d8-4be4-995a-78e65342eb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": nul l, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "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_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.989394s] ... 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 d98f22a2-a873-49a0-bd96-c2b4b41410d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:47,429 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.340s 2023-04-18 15:30:47,429 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-e236ee82-ad09-4e91-9c9c-32ee23ba17a9', 'x-compute-request-id': 'req-e236ee82-ad09-4e91-9c9c-32ee23ba17a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:30:47,851 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.409s 2023-04-18 15:30:47,851 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-49087f2e-9480-4f50-97b8-0b1d7b99fe2d', 'x-compute-request-id': 'req-49087f2e-9480-4f50-97b8-0b1d7b99fe2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10 .0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:30:48,003 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.140s 2023-04-18 15:30:48,004 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-c523ade6-4d31-4a75-90a0-b7006c9e174f', 'x-compute-request-id': 'req-c523ade6-4d31-4a75-90a0-b7006c9e174f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:31:48,178 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/t okens 0.097s 2023-04-18 15:31:48,179 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 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-ee5410ed-0307-4aa7-bd47-4c52a6145e6a', '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": "c0cdce8a340441bf8777dbc42f2118ca", "name": "tempest-ServerActionsTestJSON-1137619331-project-member", "password_expires_at": null}, "audit_ids": ["own-ZHvSRsmgp6_BsL3gQA"], "expires_at": "2023-04-18T16:31:48.000000Z", "issued_at": "2023-04-18T15:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a93c03c2c6c485fadd7209380ee7e3b", "name": "tempest-ServerActionsTestJSON-1137619331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:31:48,180 79572 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '4caf5710-7663-43d4-91f0-14163c6d0ff2', 'name': 'tempest-ServerActionsTestJSON-1573336722-network', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48544, 'is_default': False, 'availability_zone_hints': [], 'availabili ty_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:23:49Z', 'updated_at': '2023-04-18T15:23:50Z', 'revision_number': 1} available for tenant 2023-04-18 15:31:48,180 79572 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1780748071', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKciQFPz2DPc6e222MTe8Iis16y5nDMsvMOnpJC271XwMop7o1hYlxWwUspjxyKQ2Qktv4QhACRnUT/C9zQCv3r9Ngog7/mtWnfyG2QnbFvQTPqXPPXdHur3yO23jpl5Xw==', 'fingerprint': '87:fc:2a:56:02:40:d2:19:5c:d2:dc:cb:e2:12:0c:13', 'user_id': 'c0cdce8a340441bf8777dbc42f2118ca', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCA9ArpWmcl9SY8ELLuslSQyaQc/ti5kyksskFX39j0qef3gGPHZADN\niE0Xo9U6KH+gBwYFK4EEACKhZANiAASnIkBT89gz3OntttjE3vCIrNesuZwzLLzD\np6SQtu9V8DKKe6NYWJcVsFLKY8cikNkJLb+EIQAkZ1E/wvc0Ar96/TYKIO/5rVp3\n8htkJ2xb0Ez6lzz13R7q98jtt46ZeV8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '53833abe-7088-435b-993d-80cbd4df1cc0', 'name': 'tempest-securitygroup--1852273947', 'stateful': True, 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'description': 'tempest-description--722888729', 'shared': False, 'security_group_rules': [{'id': 'd723f4a3-1eb0-4089-a6de-50645be08d02', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'security_group_id': '53833abe-7088-435b-993d-80cbd4df1cc0', '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': 582, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 0, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}, {'id': 'f7765db6-954e-48f0-b509-d9c1e641d4e7', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'security_group_id': '53833abe-7088-435b-993d-80cbd4df1cc0', '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': 581, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 0, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}], 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 1, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}, 'floating_ip': {'id': '3a44c3b9-a17c-4e3e-855c-6dea2f4f3841', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:58Z', 'updated_at': '2023-04-18T15:23:58Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2023-04-18 15:31:48,492 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes 0.310s 2023-04-18 15:31:48,492 79572 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-1179592934", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48999b53-56cf-41e9-9eb1-80dc954c9fc6', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48999b53-56 cf-41e9-9eb1-80dc954c9fc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:31:48.436578", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:31:48,549 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.048s 2023-04-18 15:31:48,550 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8277245-0e07-404d-8ba1-482001c3d592', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8277245-0e07-404d-8ba1-482001c3d592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:31:48.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:31:49,607 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.044s 2023-04-18 15:31:49,607 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4d589e-2198-4a4a-badf-84947a333ff5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4d589e-2198-4a4a-badf-84947a333ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15: 31:48.000000", "updated_at": "2023-04-18T15:31:49.000000", "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:31:49,712 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.094s 2023-04-18 15:31:49,712 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31: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-4fa45278-49e0-479d-85f9-f57f7552c806', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'' 2023-04-18 15:31:49,736 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.023s 2023-04-18 15:31:49,736 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31: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-77d89c31-1294-421e-87b3-a530dfdacdcf', 'x-openstack-request-id': 'req-77d89c31-1294-421e-87b3-a530dfdacdcf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d98f22a2-a873-49a0-bd96-c2b4b41410d1 could not be found."}}' 2023-04-18 15:31:49,737 79572 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-18 15:31:50,038 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.300s 2023-04-18 15:31:50,039 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:49 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-de01a0fd-f9b7-49d0-8b41-569596479167', 'x-compute-request-id': 'req-de01a0fd-f9b7-49d0-8b41-569596479167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a 6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "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.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.956493s] ... 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 0b0a02b4-f29a-439b-9e90-587f67692b1e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:45,913 79568 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:30:45,913 79568 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:30:46,082 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.165s 2023-04-18 15:30:46,082 79568 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-1697552668", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:45 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-90e5b308-bbd6-49eb-93c4-ff3aeeb65982', 'x-compute-request-id': 'req-90e5b308-bbd6-49eb-93c4-ff3aeeb65982', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1697552668", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg==", "fingerprint": "49:35:58:59:e3:b7:e3:f3:d7:1c:b0:6b:8a:cc:62:9d", "user_id": "4150a73c61944e97a3bf6abc1b45f096"}}' 2023-04-18 15:30:46,085 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1697552668 created 2023-04-18 15:30:46,248 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-18 15:30:46,249 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2087450145", "description": "tempest-description--2123629416"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-50a137f4-b1ee-488f-bca3-4350ad57a1ee', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "name": "tempest-securitygroup--2087450145", "stateful": true, "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "tempest-description--2123629416", "shared": false, "security_group_rules": [{"id": "6474c290-35fd-4a00-80f6-9ff51b53e80d", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}, {"id": "d2f0e7ca-e153-47f1-9087-83bf58fffb9f", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "ethertype": "IPv4", "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": 877, "description": null, "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}], "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,420 79568 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-18 15:30:46,420 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-ae932bf6-5f42-4d05-a1af-f48bbd760739', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c61bf903-56cc-4889-a8a4-53a25a359b94", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,581 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:30:46,582 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1a22bbf9-89fb-45ed-9845-550fd15907d0', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3dbe474d-135a-4cab-9301-8ec6c4957794", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,582 79568 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2087450145 created 2023-04-18 15:30:47,764 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.181s 2023-04-18 15:30:47,764 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-04395d31-70d8-4a72-8461-a3f1b98c2e9e', 'date': 'Tue, 18 Apr 2023 15:30:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.14", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0}}' 2023-04-18 15:30:47,764 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'ip': '172.24.4.14'} created 2023-04-18 15:30:47,807 79568 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.036s 2023-04-18 15:30:47,808 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-9979230f-86ad-45ff-89f2-a59d7d7543c5', '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": "4150a73c61944e97a3bf6abc1b45f096", "name": "tempest-AttachVolumeShelveTestJSON-1485500833-project-member", "password_expires_at": null}, "audit_ids": ["iXev1NLaRqmJ8fIuz5nb-A"], "expires_at": "2023-04-18T16:30:47.000000Z", "issued_at": "2023-04-18T15:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c507f731c244d2a2ee0ab8d602844c", "name": "tempest-AttachVolumeShelveTestJSON-1485500833"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "int erface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:30:47,809 79568 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'a59dfdca-19ca-4196-b761-10cce5339ecf', 'name': 'tempest-AttachVolumeShelveTestJSON-2081375871-network', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33824, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:30:39Z', 'updated_at': '2023-04-18T15:30:40Z', 'revision_number': 1} available for tenant 2023-04-18 15:30:47,809 79568 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1697552668', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg==', 'fingerprint': '49:35:58:59:e3:b7:e3:f3:d7:1c:b0:6b:8a:cc:62:9d', 'user_id': '4150a73c61944e97a3bf6abc1b45f096', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCLkKYwPlqKM1xB6hfXtPRtPEBP+kehgYhvYEv7ImwGFps64RQuTuOr\nU2DzLhEVDTegBwYFK4EEACKhZANiAAQ6rpW7Ol/c6LyqeALSLeOPZh8PN68L6PXV\nvnKNP0tyEKFW1evKA12P0ndCLUBpE5MGFBexJ3zH/rKSDioqQRoXrBIfwFsSaGaZ\nHfnkrYOQ387EOFlDQkWOhgti/6BHrco=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', 'name': 'tempest-securitygroup--2087450145', 'stateful': True, 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': 'tempest-description--2123629416', 'shared': False, 'security_group_rules': [{'id': '6474c290-35fd-4a00-80f6-9ff51b53e80d', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', '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-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, {'id': 'd2f0e7ca-e153-47f1-9087-83bf58fffb9f', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', '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-18T15:30:46Z', 'updated_at': ' 2023-04-18T15:30:46Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}], 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 1, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, 'floating_ip': {'id': '92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-04-18 15:30:48,481 79568 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.670s 2023-04-18 15:30:48,481 79568 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-1753770309", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a59dfdca-19ca-4196-b761-10cce5339ecf"}], "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "key_name": "tempest-keypair-1697552668", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa', '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-2d26cf83-2c70-4889-8a90-90b94c3ce14a', 'x-compute-request-id': 'req-2d26cf83-2c70-4889-8a90-90b94c3ce14a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "adminPass": "password"}}' 2023-04-18 15:30:48,559 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.075s 2023-04-18 15:30:48,560 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:48 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-efb0c83f-4032-4bc8-9c1e-772eb14a8cd9', 'x-compute-request-id': 'req-efb0c83f-4032-4bc8-9c1e-772eb14a8cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "BUILD", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id" : "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:30:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:31:38,861 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.238s 2023-04-18 15:31:38,862 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:38 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-43cd4cfa-c5b6-479a-add5-2277dface942', 'x-compute-request-id': 'req-43cd4cfa-c5b6-479a-add5-2277dface942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": "2023-04-18T15:30:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:31:38,875 79568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:32:39,163 79568 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/s ervers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/os-interface 0.247s 2023-04-18 15:32:39,164 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:38 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-ebf8bf5b-5d86-4d98-9876-5a965713dbf8', 'x-compute-request-id': 'req-ebf8bf5b-5d86-4d98-9876-5a965713dbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b", "mac_addr": "fa:16:3e:14:05:b4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "983c6d27-0ab1-4376-bc50-6dfb2d7a654c", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:32:39,949 79568 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/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e 0.780s 2023-04-18 15:32:39,949 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-96c1a98e-adbb-410a-89e0-496e06c47c59', 'date': 'Tue, 18 Apr 2023 15:32:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e'} Body: b'{"floatingip": {"id": "92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.14", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cc9be2c1-8310-4b58-b320-5ccf186a857a", "port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "mac_address": "fa:16:3e:14:05:b4", "admin_state_up": true, "status": "ACTIVE", "device_id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:32:39Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:39,951 79568 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.14:22' as 'cirros' with public key authentication 2023-04-18 15:32:39,994 79568 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:32:40,073 79568 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:32:40,073 79568 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.14 successfully created 2023-04-18 15:32:40,137 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/ips 0.063s 2023-04-18 15:32:40,137 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'c ompute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c0559d-6cad-4c5c-9768-379918c80b76', 'x-compute-request-id': 'req-a3c0559d-6cad-4c5c-9768-379918c80b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:32:40,421 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes 0.280s 2023-04-18 15:32:40,421 79568 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-1504549688"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b6595f-0851-4e93-8bb1-5d82ee086737', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b6595f-0851-4e93-8bb1-5d82ee086737', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.308119", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:32:40,471 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e 0.040s 2023-04-18 15:32:40,472 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ba3025-7dac-453a-88d5-8f932d83234e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ba3025-7dac-453a-88d5-8f932d83234e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id ": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:41,524 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e 0.039s 2023-04-18 15:32:41,524 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b69865-3a59-403d-9f9f-bbb34ca55aa9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b69865-3a59-403d-9f9f-bbb34ca55aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.000000", "updated_at": "2023-04-18T15:32:40.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:41,659 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.121s 2023-04-18 15:32:41,659 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 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-9b242233-7b7a-4978-8d24-ead0d7cac23b', 'x-compute-request-id': 'req-9b242233-7b7a-4978-8d24-ead0d7cac23b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'' 2023-04-18 15:32:42,061 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.401s 2023-04-18 15:32:42,062 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1713', '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-d4fbf144-c80f-42f4-909c-e0be2b8031a1', 'x-compute-requ est-id': 'req-d4fbf144-c80f-42f4-909c-e0be2b8031a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:32:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": "2023-04-18T15:30:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:33:32,150 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.046s 2023-04-18 15:33:32,151 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-952c6244-08dd-4ddb-a034-4abb43a1c929', 'x-compute-request-id': 'req-952c6244-08dd-4ddb-a034-4abb43a1c929', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4c0aac4f-c88e-4cef-b175-b94e7bc66dfa could not be found."}}' 2023-04-18 15:33:32,189 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1697552668 0.037s 2023-04-18 15:33:32,189 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-73990169-7725-4934-bd41-cf41e525a9d0', 'x-compute-request-id': 'req-73990169-7725-4934-bd41-cf41e525a9d0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/temp est-keypair-1697552668'} Body: b'' 2023-04-18 15:33:32,355 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711 0.165s 2023-04-18 15:33:32,356 79568 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-8e6f2779-acaf-4cec-abf7-c56eaf910942', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711'} Body: b'' 2023-04-18 15:33:32,375 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711 0.019s 2023-04-18 15:33:32,376 79568 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-29c33549-c08e-402d-bef8-301d04f93d19', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 49cb6a8d-fc91-444a-a8c5-f4f54c85c711 does not exist", "detail": ""}}' 2023-04-18 15:33:32,867 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e 0.491s 2023-04-18 15:33:32,868 79568 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-ac032007-a727-4a00-84c5-a2d94e208631', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e'} Body: b'' {3} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {3} 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 badff5e3-cf8a-4aab-ac64-8aecc6e8464e failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.165060s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:51,307 79572 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools?detail=True 0.158s 2023-04-18 15:33:51,307 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f982014-ebf4-441b-92a8-fefeb0aeeff1', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f982014-ebf4-441b-92a8-fefeb0aeeff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.040533s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:51,353 79572 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools 0.037s 2023-04-18 15:33:51,353 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15af77a2-c345-4104-9c94-c55ffbd9e723', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15af77a2-c345-4104-9c94-c55ffbd9e723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools'} Body: b'{"pools": []}' {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.655256s] ... 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 05db953a-4b93-454a-82d0-ff7db3f64b8e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:54,573 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes 0.324s 2023-04-18 15:33:54,573 79572 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-351463481"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599a454e-d5b3-46c9-a47c-6ea1334438c9', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599a454e-d5b3-46c9-a47c-6ea1334438c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:54.510402", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:33:54,621 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.038s 2023-04-18 15:33:54,622 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd679ed-6d05-433b-ba4d-52912602c0fd', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd679ed-6d05-433b-ba4d-52912602c0fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,671 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64 b8e 0.037s 2023-04-18 15:33:55,672 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be874b45-b38d-4cb8-8591-e98eb5ce56d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be874b45-b38d-4cb8-8591-e98eb5ce56d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": "2023-04-18T15:33:55.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,736 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.053s 2023-04-18 15:33:55,737 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-322d3ac1-d937-48e6-8b17-0294d7ce86c8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-322d3ac1-d937-48e6-8b17-0294d7ce86c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": "2023-04-18T15:33:55.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,879 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.132s 2023-04-18 15:33:55,880 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33: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-cfd07e39-d90e-47ff-9ae9-e340520566f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'' 2023-04-18 15:33:55,901 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.020s 2023-04-18 15:33:55,902 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7a8112-041e-4996-ac7c-80612138548b', 'x-openstack-request-id': 'req-5d7a8112-041e-4996-ac7c-80612138548b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 05db953a-4b93-454a-82d0-ff7db3f64b8e could not be found."}}' {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.026801s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.028545s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.021053s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.745051s] ... 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 945da6e0-938d-4555-8ee5-825c9cbc972c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:59,351 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes 0.443s 2023-04-18 15:33:59,351 79572 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-1412861777"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8094488-351b-47b7-b926-172285c7182f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8094488-351b-47b7-b926-172285c7182f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.285975", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:33:59,403 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.042s 2023-04-18 15:33:59,404 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb170206-c873-4991-89ab-e19b1000e2c0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb170206-c873-4991-89ab-e19b1000e2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,454 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.039s 2023-04-18 15:34:00,455 79572 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25dbfe81-2929-42de-8f07-29acdb3bd528', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25dbfe81-2929-42de-8f07-29acdb3bd528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": "2023-04-18T15:33:59.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,506 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.040s 2023-04-18 15:34:00,507 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc0945b7-cab8-42ea-a87c-0621f039a45a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc0945b7-cab8-42ea-a87c-0621f039a45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": "2023-04-18T15:33:59.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,629 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.111s 2023-04-18 15:34:00,630 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34: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-0d985257-a960-420d-ab90-4ea771d40194', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'' 2023-04-18 15:34:00,651 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.021s 2023-04-18 15:34:00,651 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34: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-3d55e19f-9f73-4fcc-98f3-fb3494f477d7', 'x-openstack-request-id': 'req-3d55e19f-9f73-4fcc-98f3-fb3494f477d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 945da6e0-938d-4555-8ee5-825c9cbc972c could not be found."}}' {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025522s] ... ok {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.158846s] ... ok {3} 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 95dea434-848a-4ea1-a79a-d7bdbac80d21 failed to build and is in ERROR status {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.889545s] ... 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 80a79ab7-7852-43c7-9088-07ff88639072 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:32,893 79568 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:33:32,896 79568 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:33:32,985 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-04-18 15:33:32,986 79568 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-2125891901", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-a4261744-7adc-42b2-a340-e50497db3a62', 'x-compute-request-id': 'req-a4261744-7adc-42b2-a340-e50497db3a62', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2125891901", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ==", "fingerprint": "3d:1d:20:bc:8f:0e:43:0d:86:17:58:84:ae:b9:7f:6d", "user_id": "4150a73c61944e97a3bf6abc1b45f096"}}' 2023-04-18 15:33:32,993 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2125891901 created 2023-04-18 15:33:33,190 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.196s 2023-04-18 15:33:33,191 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1547986182", "description": "tempest-description--1735735892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cf9339ce-7ccd-4d4d-9250-cdfacbfa9bd2', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "name": "tempest-securitygroup--1547986182", "stateful": true, "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "tempest-description--1735735892", "shared": false, "security_group_rules": [{"id": "00ccfe3a-4edd-44ee-a413-61eec143a446", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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": 899, "description": null, "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}, {"id": "6ee2e36d-ccd3-4476-9a82-582709799cb8", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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": 900, "description": null, "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}], "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,365 79568 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-18 15:33:33,366 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-e5367af9-a3b9-4690-86fb-3ff79a6ae618', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e739bd8-519b-474c-9ef0-1d5d2b9e4232", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,520 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 15:33:33,520 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-da437b66-7cc8-4386-8ef8-d99b27c1efd4', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa2b0e7f-45dc-4c8f-95c2-076417b22440", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,520 79568 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1547986182 created 2023-04-18 15:33:34,303 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.781s 2023-04-18 15:33:34,303 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8e47f49d-0875-495e-bdb9-86690016364a', 'date': 'Tue, 18 Apr 2023 15:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9947b15c-e3b0-43b0-9a92-e6dda124e67c", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.3", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0}}' 2023-04-18 15:33:34,303 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9947b15c-e3b0-43b0-9a92-e6dda124e67c', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.3', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'ip': '172.24.4.3'} created 2023-04-18 15:33:34,416 79568 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.097s 2023-04-18 15:33:34,416 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:34 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-0081a21c-4ede-4d58-9d22-4bd2a58f4fed', '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": "4150a73c61944e97a3bf6abc1b45f096", "name": "tempest-AttachVolumeShelveTestJSON-1485500833-project-member", "password_expires_at": null}, "audit_ids": ["oH6XFsFQT1Cpi-nj2ZpR2Q"], "expires_at": "2023-04-18T16:33:34.000000Z", "issued_at": "2023-04-18T15:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c507f731c244d2a2ee0ab8d602844c", "name": "tempest-AttachVolumeShelveTestJSON-1485500833"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interf ace": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:33:34,417 79568 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'a59dfdca-19ca-4196-b761-10cce5339ecf', 'name': 'tempest-AttachVolumeShelveTestJSON-2081375871-network', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33824, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:30:39Z', 'updated_at': '2023-04-18T15:30:40Z', 'revision_number': 1} available for tenant 2023-04-18 15:33:34,417 79568 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2125891901', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ==', 'fingerprint': '3d:1d:20:bc:8f:0e:43:0d:86:17:58:84:ae:b9:7f:6d', 'user_id': '4150a73c61944e97a3bf6abc1b45f096', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQYTHYuJmeJN3tGyoOx4ISqElchSigwbbHgmKFkPd1DuJ7+KgfQ1zP\nyDodi0VWkiSgBwYFK4EEACKhZANiAARreW8qjHLh8LJ0H6hN/QunUZYz7OoRWKt/\nn5eZicsXVE+gABEz4a2SueFSzIkeZc9kbk30tw6KhqVAQVG5swceIZtyCqR/DYPg\n2fxS67lpfjWTTiMCi4qYgRBlGHdVAEU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '894b84c9-332d-4535-ad84-f6f849ee6d15', 'name': 'tempest-securitygroup--1547986182', 'stateful': True, 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': 'tempest-description--1735735892', 'shared': False, 'security_group_rules': [{'id': '00ccfe3a-4edd-44ee-a413-61eec143a446', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '894b84c9-332d-4535-ad84-f6f849ee6d15', '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': 899, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, {'id': '6ee2e36d-ccd3-4476-9a82-582709799cb8', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '894b84c9-332d-4535-ad84-f6f849ee6d15', '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': 900, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '202 3-04-18T15:33:33Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}], 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 1, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, 'floating_ip': {'id': '9947b15c-e3b0-43b0-9a92-e6dda124e67c', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.3', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'ip': '172.24.4.3'}} 2023-04-18 15:33:35,062 79568 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.644s 2023-04-18 15:33:35,063 79568 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-887250948", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a59dfdca-19ca-4196-b761-10cce5339ecf"}], "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "key_name": "tempest-keypair-2125891901", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66', '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-e17ff976-853b-483c-9f00-85813d97e4f8', 'x-compute-request-id': 'req-e17ff976-853b-483c-9f00-85813d97e4f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "adminPass": "password"}}' 2023-04-18 15:33:35,145 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.079s 2023-04-18 15:33:35,146 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e6b0d99-344d-4797-8c2d-565eb4ce22bc', 'x-compute-request-id': 'req-6e6b0d99-344d-4797-8c2d-565eb4ce22bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "BUILD", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150 a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:34:25,430 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.218s 2023-04-18 15:34:25,430 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-9b59d6a1-9ed7-481b-a4b1-9847cdc1180f', 'x-compute-request-id': 'req-9b59d6a1-9ed7-481b-a4b1-9847cdc1180f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:33:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": "2023-04-18T15:33:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:34:25,444 79568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:35:25,619 79568 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/c 9a6558c-5a67-4081-a7aa-312b327c8b66/os-interface 0.164s 2023-04-18 15:35:25,619 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:25 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-5849cdef-0d02-43d0-aef6-e1be675d7927', 'x-compute-request-id': 'req-5849cdef-0d02-43d0-aef6-e1be675d7927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48", "mac_addr": "fa:16:3e:23:6f:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "983c6d27-0ab1-4376-bc50-6dfb2d7a654c", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:35:26,754 79568 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/9947b15c-e3b0-43b0-9a92-e6dda124e67c 1.130s 2023-04-18 15:35:26,754 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6678ed5b-6272-4940-abee-9f64fdb1e357', 'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c'} Body: b'{"floatingip": {"id": "9947b15c-e3b0-43b0-9a92-e6dda124e67c", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.3", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cc9be2c1-8310-4b58-b320-5ccf186a857a", "port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "mac_address": "fa:16:3e:23:6f:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:35:26Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:26,757 79568 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.3:22' as 'cirros' with public key authentication 2023-04-18 15:35:26,787 79568 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:35:26,822 79568 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:35:26,822 79568 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.3 successfully created 2023-04-18 15:35:26,866 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66/ips 0.043s 2023-04-18 15:35:26,866 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20 ', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-255ee934-c901-46f3-ad44-1827dcb53a0c', 'x-compute-request-id': 'req-255ee934-c901-46f3-ad44-1827dcb53a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:35:27,064 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes 0.194s 2023-04-18 15:35:27,064 79568 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-215013235"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a340aad6-335f-4e61-a254-b89ce4e37368', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a340aad6-335f-4e61-a254-b89ce4e37368', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.002378", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:35:27,116 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072 0.040s 2023-04-18 15:35:27,116 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f05cba4f-e5d2-42c0-9351-301c13ff6ee3', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f05cba4f-e5d2-42c0-9351-301c13ff6ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61 944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:28,177 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072 0.050s 2023-04-18 15:35:28,178 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae36399-3034-43ec-9ce1-a5f5f5242f2c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae36399-3034-43ec-9ce1-a5f5f5242f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.000000", "updated_at": "2023-04-18T15:35:27.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:28,312 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.121s 2023-04-18 15:35:28,312 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38407cad-0092-4c63-b30b-68d519df2552', 'x-compute-request-id': 'req-38407cad-0092-4c63-b30b-68d519df2552', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'' 2023-04-18 15:35:28,595 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.282s 2023-04-18 15:35:28,595 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4565eb-986e-4465-884d-1bc1e89b865f', 'x-compute-request-id': 'req-f c4565eb-986e-4465-884d-1bc1e89b865f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:35:28Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}, {"version": 4, "addr": "172.24.4.3", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": "2023-04-18T15:33:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:36:18,907 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.252s 2023-04-18 15:36:18,908 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:18 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-bec88416-d316-48fe-80cd-ed8fbe649fdd', 'x-compute-request-id': 'req-bec88416-d316-48fe-80cd-ed8fbe649fdd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c9a6558c-5a67-4081-a7aa-312b327c8b66 could not be found."}}' 2023-04-18 15:36:18,943 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2125891901 0.035s 2023-04-18 15:36:18,944 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:18 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-060f12d1-a280-455a-9b43-91aa28692d87', 'x-compute-request-id': 'req-060f12d1-a280-455a-9b43-91aa28692d87', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-21258 91901'} Body: b'' 2023-04-18 15:36:19,230 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15 0.286s 2023-04-18 15:36:19,231 79568 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-203df208-685c-449b-8b29-dfdc3ab2efd8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15'} Body: b'' 2023-04-18 15:36:19,280 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15 0.049s 2023-04-18 15:36:19,281 79568 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-be6b0fc3-a518-43fc-8d6e-5670b04979a4', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 894b84c9-332d-4535-ad84-f6f849ee6d15 does not exist", "detail": ""}}' 2023-04-18 15:36:19,771 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c 0.489s 2023-04-18 15:36:19,771 79568 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-f26ff2e0-dc63-4237-a176-f062fdf12460', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c'} Body: b'' {1} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {1} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {1} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.750420s] ... 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 bebeb247-d388-4154-bf2c-bf3b16baab23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:36:32,378 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types 0.166s 2023-04-18 15:36:32,378 79568 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-895344844"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abae6108-f9c8-49a5-b4a1-448e17c1ef2c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abae6108-f9c8-49a5-b4a1-448e17c1ef2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types'} Body: b'{"volume_type": {"id": "1e5fa67b-064b-493d-b41f-5fcf440667c9", "name": "tempest-GroupsV320Test-volume-type-895344844", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:36:32,420 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types 0.038s 2023-04-18 15:36:32,421 79568 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-75425865"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb013f2f-55ea-4cf3-806d-9239a0bf8650', 'content-length': '175', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb013f2f-55ea-4cf3-806d-9239a0bf8650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types'} Body: b'{"group_type": {"id": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "name": "tempest-GroupsV320Test-group-type-75425865", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:36:32,634 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups 0.210s 2023-04-18 15:36:32,634 79568 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": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "name": "tempest-GroupsV320Test-Group-104249126"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a7d124-16f8-437a-bd17-ab2360afd068', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9a7d124-16f8-437a-bd17-ab2360afd068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "name": "tempest-GroupsV320Test-Group-104249126"}}' 2023-04-18 15:36:32,668 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.031s 2023-04-18 15:36:32,668 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4159f566-f472-4034-a292-2cd1fb075a7d', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4159f566-f472-4034-a292-2cd1fb075a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:36:33.000000", "name": "tempest-GroupsV320Test-Group-104249126", "description": null, "group_type": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:36:33,704 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.031s 2023-04-18 15:36:33,704 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7d00837-dd59-4d5e-8d92-5ed6bfc40faf', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7d00837-dd59-4d5e-8d92-5ed6bfc40faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:36:33.000000", "name": "tempest-GroupsV320Test-Group-104249126", "description": null, "group_type": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:36:33,777 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/volumes/detail 0.067s 2023-04-18 15:36:33,777 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12db76f8-1b89-43e1-899e-cf8ff7f19d24', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12db76f8-1b89-43e1-899e-cf8ff7f19d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:36:33,848 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23/action 0.060s 2023-04-18 15:36:33,848 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1227d6b-faeb-459c-b70b-fcccd7db9582', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23/action'} Body: b'' 2023-04-18 15:36:33,864 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.015s 2023-04-18 15:36:33,864 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-1e86a19f-6e65-4123-96a0-57db8e036942', 'x-openstack-request-id': 'req-1e86a19f-6e65-4123-96a0-57db8e036942', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"itemNotFound": {"code": 404, "message": "Group bebeb247-d388-4154-bf2c-bf3b16baab23 could not be found."}}' 2023-04-18 15:36:33,894 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types/1dc24d27-4702-4c2a-b670-af078b6d2c4e 0.029s 2023-04-18 15:36:33,894 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-9ddd6249-4f51-498a-8b27-3b039f3ebf6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types/1dc24d27-4702-4c2a-b670-af078b6d2c4e'} Body: b'' 2023-04-18 15:36:33,941 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9 0.047s 2023-04-18 15:36:33,942 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90a2095-7bfb-4528-8be6-3004d8e6eb6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9'} Body: b'' 2023-04-18 15:36:33,959 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9 0.017s 2023-04-18 15:36:33,959 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-08771167-7c66-4f0b-a170-3809af81d82d', 'x-openstack-request-id': 'req-08771167-7c66-4f0b-a170-3809af81d82d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1e5fa67b-064b-493d-b41f-5fcf440667c9 could not be found."}}' {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.181151s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.556874s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.223513s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.016137s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.018040s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.035848s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.016548s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.029237s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.022105s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018026s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015890s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.014956s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.032720s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.033653s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.030632s] ... ok {1} 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 606a5e11-1781-478d-9a53-93fcd97c6fb7 failed to build and is in ERROR status {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.467938s] ... 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 ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:36:48,283 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes 0.349s 2023-04-18 15:36:48,284 79568 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-1110090240"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eaba155-7dfa-4701-80d7-3dacd32440f4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eaba155-7dfa-4701-80d7-3dacd32440f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.224187", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:36:48,335 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 0.040s 2023-04-18 15:36:48,335 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22e620a-6fc7-4df4-b48f-75139f43e831', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22e620a-6fc7-4df4-b48f-75139f43e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4fb58da3d80415e9f1ba25087979e68"}}' 2023-04-18 15:36:49,390 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 0.041s 2 023-04-18 15:36:49,390 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1f6b72-3d2b-4f11-bd6e-6695396ce981', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1f6b72-3d2b-4f11-bd6e-6695396ce981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.000000", "updated_at": "2023-04-18T15:36:48.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4fb58da3d80415e9f1ba25087979e68"}}' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.341407s] ... 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 7da86f84-6f46-49a6-8ae4-8a8a013f126f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:37:05,235 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes 0.224s 2023-04-18 15:37:05,235 79566 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-1138561670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288dce61-397b-4d8f-abdd-648d810b20c8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288dce61-397b-4d8f-abdd-648d810b20c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.172751", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:37:05,286 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f 0.041s 2023-04-18 15:37:05,287 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac8a3ea-8488-410c-9cb9-e506d1cefdc9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac8a3ea-8488-410c-9cb9-e506d1cefdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 2023-04-18 15:37:06,337 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f 0.039s 2023-04-18 15:37:06,338 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c035aa-991a-4936-bac3-cf1d5916751f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c035aa-991a-4936-bac3-cf1d5916751f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.000000", "updated_at": "2023-04-18T15:37:05.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.432881s] ... 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 071f9e6d-eef0-4ca9-877e-c50c540bd61d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:37:06,653 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes 0.301s 2023-04-18 15:37:06,653 79566 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-743899854"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9363560-d06c-4751-ba71-77d5a3c1f5d3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9363560-d06c-4751-ba71-77d5a3c1f5d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:06.534673", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:37:06,699 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d 0.037s 2023-04-18 15:37:06,700 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a628e6-504b-4b25-858b-1e8c7de9dbbf', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a628e6-504b-4b25-858b-1e8c7de9dbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:07.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 2023-04-18 15:37:07,773 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d 0.062s 2023-04-18 15:37:07,773 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4523c37f-49e8-4844-9ca6-aa39e438a92c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4523c37f-49e8-4844-9ca6-aa39e438a92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:07.000000", "updated_at": "2023-04-18T15:37:07.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.148132s] ... 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 082e479a-2b78-483a-ba7f-00eeda0d3d01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:38:54,908 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types 0.512s 2023-04-18 15:38:54,909 79566 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-1663839959"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3393c290-a8f3-4ba9-98a4-dbdf61d2592c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3393c290-a8f3-4ba9-98a4-dbdf61d2592c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types'} Body: b'{"volume_type": {"id": "96670941-275a-4210-88cd-ee3846a806ed", "name": "tempest-GroupsTest-volume-type-1663839959", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:38:54,948 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types 0.035s 2023-04-18 15:38:54,948 79566 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-2084537185"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9b7859-9a86-4961-a159-6dd0a029e9bf', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9b7859-9a86-4961-a159-6dd0a029e9bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types'} Body: b'{"group_type": {"id": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "name": "tempest-GroupsTest-group-type-2084537185", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:38:55,162 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups 0.208s 2023-04-18 15:38:55,162 79566 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": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"], "name": "tempest-Group1-1008190254"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca06be9-046c-4311-8602-f00d3f438e96', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca06be9-046c-4311-8602-f00d3f438e96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "name": "tempest-Group1-1008190254"}}' 2023-04-18 15:38:55,194 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.029s 2023-04-18 15:38:55,194 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613e8e1c-639a-4a35-b17a-9f3c5689b3ee', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-613e8e1c-639a-4a35-b17a-9f3c5689b3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:38:55.000000", "name": "tempest-Group1-1008190254", "description": null, "group_type": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"]}}' 2023-04-18 15:38:56,232 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.032s 2023-04-18 15:38:56,232 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c36bf9e-18fe-4cb9-89f0-04cecbd9a037', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c36bf9e-18fe-4cb9-89f0-04cecbd9a037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:38:55.000000", "name": "tempest-Group1-1008190254", "description": null, "group_type": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"]}}' 2023-04-18 15:38:56,308 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail 0.070s 2023-04-18 15:38:56,309 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13d8259-3f9e-4731-aacf-6420fdb94af1', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13d8259-3f9e-4731-aacf-6420fdb94af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:38:56,419 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01/action 0.096s 2023-04-18 15:38:56,419 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-r equest-id': 'req-9e66f73e-267e-489a-a1a2-dd9244b25c60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01/action'} Body: b'' 2023-04-18 15:38:56,436 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.016s 2023-04-18 15:38:56,436 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-69e7da81-b5b1-48e2-8ab4-a91f6abf735d', 'x-openstack-request-id': 'req-69e7da81-b5b1-48e2-8ab4-a91f6abf735d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 082e479a-2b78-483a-ba7f-00eeda0d3d01 could not be found."}}' 2023-04-18 15:38:56,466 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/9fd2d94b-309c-4ddb-9621-1c6237b8c77f 0.028s 2023-04-18 15:38:56,466 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-2be07232-d7f1-4abd-abf9-a17b413bd10c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/9fd2d94b-309c-4ddb-9621-1c6237b8c77f'} Body: b'' 2023-04-18 15:38:56,526 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed 0.059s 2023-04-18 15:38:56,526 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1d06b7-fe1d-46ed-a2b9-2fd8d0f89808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed'} Body: b'' 2023-04-18 15:38:56,542 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed 0.015s 2023-04-18 15:38:56,543 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5d043b-f6fe-4c9b-9ff3-4d0c191ad9ad', 'x-openstack-request-id': 'req-ce5d043b-f6fe-4c9b-9f f3-4d0c191ad9ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 96670941-275a-4210-88cd-ee3846a806ed could not be found."}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.485114s] ... 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 bb251bf4-5e73-4f55-8595-914f330b0b98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:38:56,576 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types 0.030s 2023-04-18 15:38:56,576 79566 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-2116280539"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdebd228-0eab-4f60-907e-22b45ae652a2', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdebd228-0eab-4f60-907e-22b45ae652a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types'} Body: b'{"volume_type": {"id": "f4ecc935-5866-4967-aa04-432727b02179", "name": "tempest-GroupsTest-volume-type-2116280539", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:38:56,613 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types 0.033s 2023-04-18 15:38:56,614 79566 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-1913259554"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6d1fb2-5fa3-41c5-9110-465be472bc1c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6d1fb2-5fa3-41c5-9110-465be472bc1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types'} Body: b'{"group_type": {"id": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "name": "tempest-GroupsTest-group-type-1913259554", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:38:56,692 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups 0.075s 2023-04-18 15:38:56,692 79566 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": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"], "name": "tempest-GroupsTest-Group-468617889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bf79de-3b52-4a57-958b-076ddde996e2', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bf79de-3b52-4a57-958b-076ddde996e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "name": "tempest-GroupsTest-Group-468617889"}}' 2023-04-18 15:38:56,726 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.032s 2023-04-18 15:38:56,727 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6d966b-dfed-4675-989d-be543d768fb9', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6d966b-dfed-4675-989d-be543d768fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:38:57.000000", "name": "tempest-GroupsTest-Group-468617889", "description": null, "group_type": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"]}}' 2023-04-18 15:38:57,768 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.036s 2023-04-18 15:38:57,768 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181ad266-78a2-4eed-a61c-1971682d8c9a', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181ad266-78a2-4eed-a61c-1971682d8c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:38:57.000000", "name": "tempest-GroupsTest-Group-468617889", "description": null, "group_type": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"]}}' 2023-04-18 15:38:57,835 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail 0.062s 2023-04-18 15:38:57,835 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c255cc-8425-4b85-a5bb-2a0678922936', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c255cc-8425-4b85-a5bb-2a0678922936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:38:57,908 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98/action 0.063s 2023-04-18 15:38:57,909 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-ec7f5dc5-3a58-4282-a46c-6fa53e4 daa7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98/action'} Body: b'' 2023-04-18 15:38:57,926 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.017s 2023-04-18 15:38:57,927 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-6bd20d9b-e720-415d-bbf9-5d37dd891009', 'x-openstack-request-id': 'req-6bd20d9b-e720-415d-bbf9-5d37dd891009', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"itemNotFound": {"code": 404, "message": "Group bb251bf4-5e73-4f55-8595-914f330b0b98 could not be found."}}' 2023-04-18 15:38:57,955 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/34606ab1-d3aa-41fe-9978-8896a7f69dc8 0.027s 2023-04-18 15:38:57,955 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-14252402-249a-414c-b563-6f4b180499c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/34606ab1-d3aa-41fe-9978-8896a7f69dc8'} Body: b'' 2023-04-18 15:38:58,012 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179 0.056s 2023-04-18 15:38:58,013 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d80a351-dc29-4e13-96bb-13ddf38fa687', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179'} Body: b'' 2023-04-18 15:38:58,029 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179 0.015s 2023-04-18 15:38:58,029 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a038a2-8bd8-48d8-bc29-a62fc073b9ce', 'x-openstack-request-id': 'req-e9a038a2-8bd8-48d8-bc29-a62fc073b9ce', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f4ecc935-5866-4967-aa04-432727b02179 could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.692553s] ... 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 a33cb536-099e-46c5-8b71-5437cabfece6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:01,341 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes 0.387s 2023-04-18 15:39:01,341 79566 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-1694858109"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41915e25-daab-4108-9585-3b6611be2c3c', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41915e25-daab-4108-9585-3b6611be2c3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.284330", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:39:01,393 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.042s 2023-04-18 15:39:01,393 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9537c313-7a18-4602-b24e-0cef0d7919c1', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9537c313-7a18-4602-b24e-0cef0d7919c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,453 79566 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/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.047s 2023-04-18 15:39:02,453 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-805afc82-82f9-457c-b188-93dd4c62f27a', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-805afc82-82f9-457c-b188-93dd4c62f27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": "2023-04-18T15:39:01.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,505 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.039s 2023-04-18 15:39:02,505 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5a3ac7-16a1-4c5d-a25a-95ec83bb9c06', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5a3ac7-16a1-4c5d-a25a-95ec83bb9c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": "2023-04-18T15:39:01.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,621 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.103s 2023-04-18 15:39:02,622 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 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-63fd1c67-6bb7-40f5-9820-9d5589752e20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'' 2023-04-18 15:39:02,644 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.022s 2023-04-18 15:39:02,644 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 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-667985f6-759b-4c6f-9812-e6cd7082da92', 'x-openstack-request-id': 'req-667985f6-759b-4c6f-9812-e6cd7082da92', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a33cb536-099e-46c5-8b71-5437cabfece6 could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.488048s] ... 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 9e7938e7-abbc-4815-899f-51e4d76247fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:02,825 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes 0.178s 2023-04-18 15:39:02,825 79566 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-1336817870"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58506b8f-076a-4150-8148-5a3fabfbe1b9', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58506b8f-076a-4150-8148-5a3fabfbe1b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:02.769162", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:39:02,879 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.041s 2023-04-18 15:39:02,880 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-791eb7b1-e0e2-4dc6-b702-660c7f61c9eb', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791eb7b1-e0e2-4dc6-b702-660c7f61c9eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:03,931 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.039s 2023-04-18 15:39:03,931 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ca1ffc-25f1-49af-ab06-0cc6bd591065', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ca1ffc-25f1-49af-ab06-0cc6bd591065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": "2023-04-18T15:39:03.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:03,990 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.048s 2023-04-18 15:39:03,990 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5c00c0-3ad1-4fa7-b8ec-6f644fdfd17f', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5c00c0-3ad1-4fa7-b8ec-6f644fdfd17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": "2023-04-18T15:39:03.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:04,111 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.110s 2023-04-18 15:39:04,112 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:04 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-6fc75f3c-1765-4ef2-bff6-3d94e314318d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'' 2023-04-18 15:39:04,133 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.020s 2023-04-18 15:39:04,134 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:04 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-61b26908-6d26-41ec-98fb-7c24a149ba00', 'x-openstack-request-id': 'req-61b26908-6d26-41ec-98fb-7c24a149ba00', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e7938e7-abbc-4815-899f-51e4d76247fb could not be found."}}' {0} 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 4a4ab44d-e8df-4937-bb2f-2ed40b29be17 failed to build and is in ERROR status {0} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.534951s] ... 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 1e1631f7-797c-4563-9de9-f72f652cd54c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:26,133 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.297s 2023-04-18 15:39:26,134 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1336579351", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNc5hqmb3j6iwPGcesRZcoNZAc0Cm5YP0jOjd2suj7q0dhF0D4f5tvICug/fozfch0de5uW9BKrRJ4ZFzTgIno5wFXnbcIbnKJamAcEeidT/+KUit/XApZ9KF+bZuEZDHQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6e0eece-c969-45cc-a9dd-c381ffe97fa1', 'x-compute-request-id': 'req-d6e0eece-c969-45cc-a9dd-c381ffe97fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1336579351", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNc5hqmb3j6iwPGcesRZcoNZAc0Cm5YP0jOjd2suj7q0dhF0D4f5tvICug/fozfch0de5uW9BKrRJ4ZFzTgIno5wFXnbcIbnKJamAcEeidT/+KUit/XApZ9KF+bZuEZDHQ==", "fingerprint": "df:3e:8c:6f:db:f5:fe:24:88:b5:04:c4:11:6e:1d:19", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9"}}' 2023-04-18 15:39:26,332 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.192s 2023-04-18 15:39:26,333 79566 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-1559991489", "description": "tempest-secgroup-smoke-1559991489 description", "project_id": "e806beceabfc4663a407d971dd3d3aa4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-446502bd-57e8-4b91-b032-fc6e53e93468', 'date': 'Tue, 18 Apr 2023 15:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9862c35b-dade-43e3-9643-b7f553444c3b", "name": "tempest-secgroup-smoke-1559991489", "stateful": true, "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "description": "tempest-secgroup-smoke-1559991489 description", "shared": false, "security_group_rules": [{"id": "1cbf89a3-a307-4590-a395-29533dc4d65e", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}, {"id": "5a9c754a-0a9c-47bf-8bac-d7366c010ab4", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}], "tags": [], "created_at": "2023-04-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_numbe r": 1, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,535 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2023-04-18 15:39:26,536 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "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-3d8d49bb-a168-46a0-98da-00352faf0ccd', 'date': 'Tue, 18 Apr 2023 15:39: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": "9b2535dc-b474-43df-809a-bdcaa57f32bb", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,694 79566 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-18 15:39:26,694 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "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-0868c939-53af-4ca1-97d6-e87c321cd5c1', 'date': 'Tue, 18 Apr 2023 15:39: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": "2e9c3e66-a430-4c77-8a52-3b4a45734d31", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,850 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-18 15:39:26,851 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de8839ad-184f-4613-87e7-b07ddb251353', 'date': 'Tue, 18 Apr 2023 15:39: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": "90f5ab01-c8b8-4d34-a4f1-877f37de9c6e", "tenant_id": "e806 beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,012 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:39:27,012 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c95365c2-ee04-4159-afe0-fc1e4b9d0e44', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f0c6d02-e551-4e7e-81d8-f77a19cc1238", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,162 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.149s 2023-04-18 15:39:27,163 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f5b6e271-6a86-476a-91df-b4da42c70906', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cd9c099-6505-438c-bd0d-e8b542b4c6a9", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:27Z", "updated_at": "2023-04-18T15:39:27Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,320 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-18 15:39:27,320 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6a8c3da0-3e67-4d49-aa0c-51a81bd4f4e8', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c890e50-1319-41dd-b218-2a5f9583ad79", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:27Z", "updated_at": "2023-04-18T15:39:27Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,357 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.031s 2023-04-18 15:39:27,357 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:27 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-f5dd26de-7ea3-4ec8-966e-659aadbd5324', '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": "2637a7dde15b4c48850e6eab7bb0eed9", "name": "tempest-SnapshotDataIntegrityTests-170973560-project-member", "password_expires_at": null}, "audit_ids": ["gAqkyZ5vTACfcym2OEEH1A"], "expires_at": "2023-04-18T16:39:27.000000Z", "issued_at": "2023-04-18T15:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e806beceabfc4663a407d971dd3d3aa4", "name": "tempest-SnapshotDataIntegrityTests-170973560"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e 806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:39:27,358 79566 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'd05f2d17-652f-40c2-87ef-dc5177853fa3', 'name': 'tempest-SnapshotDataIntegrityTests-193438155-network', 'tenant_id': 'e806beceabfc4663a407d971dd3d3aa4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e806beceabfc4663a407d971dd3d3aa4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17591, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:39:12Z', 'updated_at': '2023-04-18T15:39:12Z', 'revision_number': 1} available for tenant 2023-04-18 15:39:28,117 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.758s 2023-04-18 15:39:28,117 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "networks": [{"uuid": "d05f2d17-652f-40c2-87ef-dc5177853fa3"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604ea779-e0f5-453f-9750-c0d68295c7ce', 'x-compute-request-id': 'req-604ea779-e0f5-453f-9750-c0d68295c7ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "adminPass": "Av7Y8zVXDGmc"}}' 2023-04-18 15:39:28,205 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.084s 2023-04-18 15:39:28,205 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f754d2-7abd-4035-9e06-2d2a1c884756', 'x-compute-request-id': 'req-28f754d2-7abd-4035-9e06-2d2a1c884756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5 e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "BUILD", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:40:18,641 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.378s 2023-04-18 15:40:18,641 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:40:18 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-3dcc1507-7591-440e-8dd4-7faaea25645c', 'x-compute-request-id': 'req-3dcc1507-7591-440e-8dd4-7faaea25645c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:40:18,653 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:41:18,957 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.266s 2023-04-18 15:41:18,957 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:18 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-c013c4f1-3ac7-4c23-becb-eed99f5017df', 'x-compute-request-id': 'req-c013c4f1-3ac7-4c23-becb-eed99f5017df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:41:19,219 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes 0.250s 2023-04-18 15:41:19,219 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebbab15-18d4-4db4-b845-fa44f5e81704', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebbab15-18d4-4db4-b845-fa44f5e81704', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.128191", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7 -797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:41:19,275 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.045s 2023-04-18 15:41:19,275 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f33929-0cbc-4054-b18a-f0a7738ba430', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f33929-0cbc-4054-b18a-f0a7738ba430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:41:20,334 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.045s 2023-04-18 15:41:20,335 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79d4bfbe-ad9a-4eb5-b2c5-96db5e0f83de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79d4bfbe-ad9a-4eb5-b2c5-96db5e0f83de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.000000", "updated_at": "2023-04-18T15:41:19.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:41:20,524 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.172s 2023-04-18 15:41:20,524 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41: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-7ea47b7a-cd86-48ef-9bf0-293dbcf29016', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'' 2023-04-18 15:41:20,577 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.052s 2023-04-18 15:41:20,577 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41: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-0a704e2b-8e1e-4c6a-8ada-22109c0d3692', 'x-openstack-request-id': 'req-0a704e2b-8e1e-4c6a-8ada-22109c0d3692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e1631f7-797c-4563-9de9-f72f652cd54c could not be found."}}' 2023-04-18 15:41:20,716 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.138s 2023-04-18 15:41:20,717 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-540b6d81-4a09-45a7-9b88-d61786838eff', 'x-compute-request-id': 'req-540b6d81-4a09-45a7-9b88-d61786838eff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'' 2023-04-18 15:41:21,021 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.304s 2023-04-18 15:41:21,022 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 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-f5d0de45-37c8-47ba-bdaf-f32589751fd2', 'x-compute-request-id': 'req-f5d0de45-37c8-47ba-bdaf-f32589751fd2', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:41:21Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:42:11,121 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.039s 2023-04-18 15:42:11,121 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9438334e-8345-4d59-90f6-f16a6cd55384', 'x-compute-request-id': 'req-9438334e-8345-4d59-90f6-f16a6cd55384', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 could not be found."}}' 2023-04-18 15:42:11,313 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9862c35b-dade-43e3-9643-b7f553444c3b 0.191s 2023-04-18 15:42:11,313 79566 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-10760b27-5b4c-4825-8b0a-3a265b47bbad', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:42:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9862c35b-dade-43e3-9643-b7f553444c3b'} Body: b'' 2023-04-18 15:42:11,361 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1336579351 0.047s 2023-04-18 15:42:11,362 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:4 2:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdace0d5-ec49-4938-83cf-cf8905dd587a', 'x-compute-request-id': 'req-fdace0d5-ec49-4938-83cf-cf8905dd587a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1336579351'} Body: b'' ============================== Failed 96 tests - output below: ============================== 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 4d8a82a6-3873-4fb2-8150-273909685e78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:46,677 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.877s 2023-04-18 15:20:46,677 79578 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-1538615140"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40a18a3-94dd-42bb-aab1-ada1a9bef4d7', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40a18a3-94dd-42bb-aab1-ada1a9bef4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "803591d2-bb5a-47a1-9787-98699e8363ef", "name": "tempest-GroupSnapshotsTest-volume-type-1538615140", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:46,718 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.034s 2023-04-18 15:20:46,718 79578 DEBUG [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-1684729940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e6b3a1-3a05-4ad7-8868-d5d79963b269', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e6b3a1-3a05-4ad7-8868-d5d79963b269', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "54fc31f9-f74b-492a-976d-acbda87458b3", "name": "tempest-GroupSnapshotsTest-group-type-1684729940", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:47,115 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.393s 2023-04-18 15:20:47,116 79578 DEBUG [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": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "name": "tempest-GroupSnapshotsTest-Group-735634928"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51afd59-8ca1-464a-9d0d-c04bdaaa3f99', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51afd59-8ca1-464a-9d0d-c04bdaaa3f99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "name": "tempest-GroupSnapshotsTest-Group-735634928"}}' 2023-04-18 15:20:47,178 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.060s 2023-04-18 15:20:47,178 79578 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3814e0c1-0256-4cd9-bfbf-f7cff6855ad5', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3814e0c1-0256-4cd9-bfbf-f7cff6855ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:47.000000", "name": "tempest-GroupSnapshotsTest-Group-735634928", "description": null, "group_type": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:48,236 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.053s 2023-04-18 15:20:48,237 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d57ce236-19c0-4c72-8745-4469233cdab2', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d57ce236-19c0-4c72-8745-4469233cdab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"group": {"id": "4d8a82a6-3873-4fb2-8150-273909685e78", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:47.000000", "name": "tempest-GroupSnapshotsTest-Group-735634928", "description": null, "group_type": "54fc31f9-f74b-492a-976d-acbda87458b3", "volume_types": ["803591d2-bb5a-47a1-9787-98699e8363ef"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:48,328 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.086s 2023-04-18 15:20:48,328 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd03dd6e-297c-4408-8ffc-d5cb64e8b237', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd03dd6e-297c-4408-8ffc-d5cb64e8b237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:48,424 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78/action 0.085s 2023-04-18 15:20:48,425 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete- volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-0156300d-f21d-45ef-9850-b0ce27ee9477', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78/action'} Body: b'' 2023-04-18 15:20:48,441 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78 0.016s 2023-04-18 15:20:48,442 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-c9e7eb1e-463e-47cf-9cf2-517742cd735f', 'x-openstack-request-id': 'req-c9e7eb1e-463e-47cf-9cf2-517742cd735f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/4d8a82a6-3873-4fb2-8150-273909685e78'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4d8a82a6-3873-4fb2-8150-273909685e78 could not be found."}}' 2023-04-18 15:20:48,468 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/54fc31f9-f74b-492a-976d-acbda87458b3 0.026s 2023-04-18 15:20:48,468 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 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-5c8f12a2-0b01-4a06-ae30-c4dcaf3b8dcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/54fc31f9-f74b-492a-976d-acbda87458b3'} Body: b'' 2023-04-18 15:20:48,562 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef 0.093s 2023-04-18 15:20:48,562 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1d987f-5ccd-43d6-a913-96be478556c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef'} Body: b'' 2023-04-18 15:20:48,577 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef 0.013s 2023-04-18 15:20:48,577 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98280d0-3fff-4436-9aeb-62184d9070c3', 'x-openstack-request-id': 'req-e98280d0-3fff-4436-9aeb-62184d9070c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/803591d2-bb5a-47a1-9787-98699e8363ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 803591d2-bb5a-47a1-9787-98699e8363ef 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 ae96b887-0131-4a36-8f68-e613cd85bd25 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:48,615 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.032s 2023-04-18 15:20:48,615 79578 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-909574824"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2350b412-4cd4-420e-8f7f-0006d9833041', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2350b412-4cd4-420e-8f7f-0006d9833041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd", "name": "tempest-GroupSnapshotsTest-volume-type-909574824", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:48,651 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.034s 2023-04-18 15:20:48,652 79578 DEBUG [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-601364170"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd62bf03-060b-40f4-8d66-dd2312b26430', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd62bf03-060b-40f4-8d66-dd2312b26430', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "998808c6-97e8-4d67-b49f-83b762e422da", "name": "tempest-GroupSnapshotsTest-group-type-601364170", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:48,807 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.152s 2023-04-18 15:20:48,807 79578 DEBUG [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": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "name": "tempest-GroupSnapshotsTest-Group-257695368"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78649f3-9db8-4a64-b2e0-510b1563695f', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78649f3-9db8-4a64-b2e0-510b1563695f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "name": "tempest-GroupSnapshotsTest-Group-257695368"}}' 2023-04-18 15:20:48,849 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0. 040s 2023-04-18 15:20:48,849 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf9f597-ccc7-4172-81bb-92784bfbda4b', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf9f597-ccc7-4172-81bb-92784bfbda4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:20:49.000000", "name": "tempest-GroupSnapshotsTest-Group-257695368", "description": null, "group_type": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:49,885 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0.028s 2023-04-18 15:20:49,885 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f509d05-26fd-4e15-b374-dcc9a7df1f5b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f509d05-26fd-4e15-b374-dcc9a7df1f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"group": {"id": "ae96b887-0131-4a36-8f68-e613cd85bd25", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:49.000000", "name": "tempest-GroupSnapshotsTest-Group-257695368", "description": null, "group_type": "998808c6-97e8-4d67-b49f-83b762e422da", "volume_types": ["5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:49,889 79578 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-18 15:20:50,110 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.221s 2023-04-18 15:20:50,111 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548421fe-0013-46be-b740-44646e9f0365', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548421fe-0013-46be-b740-44646e9f0365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:50,343 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25/action 0.223s 2023-04-18 15:20:50,344 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-e03a744d-5328-46b8-ae1b-b92b827640d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25/action'} Body: b'' 2023-04-18 15:20:50,360 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25 0.016s 2023-04-18 15:20:50,361 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-97456490-cf2f-4b7f-a7b1-077252007b87', 'x-openstack-request-id': 'req-97456490-cf2f-4b7f-a7b1-077252007b87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/ae96b887-0131-4a36-8f68-e613cd85bd25'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ae96b887-0131-4a36-8f68-e613cd85bd25 could not be found."}}' 2023-04-18 15:20:50,388 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/998808c6-97e8-4d67-b49f-83b762e422da 0.027s 2023-04-18 15:20:50,389 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 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-1fb07972-ec91-40ee-869c-389b30377f1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/998808c6-97e8-4d67-b49f-83b762e422da'} Body: b'' 2023-04-18 15:20:50,463 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd 0.074s 2023-04-18 15:20:50,464 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-9cb4fee2-97eb-4ebc-b2a5-6d62e12129b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd'} Body: b'' 2023-04-18 15:20:50,478 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd 0 .014s 2023-04-18 15:20:50,479 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-735d42ca-41c3-420f-a4fd-5ad0519fcdfe', 'x-openstack-request-id': 'req-735d42ca-41c3-420f-a4fd-5ad0519fcdfe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5f31de91-0cd6-4051-a8d7-9f55d7d3ddfd 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 1c8eccf4-5c94-49b0-aab0-e387aa3919e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:50,519 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types 0.037s 2023-04-18 15:20:50,520 79578 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-171052821"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f37c833-24d2-4071-90ab-609fbdcd132e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f37c833-24d2-4071-90ab-609fbdcd132e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types'} Body: b'{"volume_type": {"id": "50a286ec-d03e-478c-8b82-4fab18189ddc", "name": "tempest-GroupSnapshotsTest-volume-type-171052821", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:50,551 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types 0.028s 2023-04-18 15:20:50,551 79578 DEBUG [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-234953197"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc6ba4a-494f-49c1-8286-b9b26ab379b9', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc6ba4a-494f-49c1-8286-b9b26ab379b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types'} Body: b'{"group_type": {"id": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "name": "tempest-GroupSnapshotsTest-group-type-234953197", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:50,691 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups 0.136s 2023-04-18 15:20:50,691 79578 DEBUG [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": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "name": "tempest-GroupSnapshotsTest-Group-909199236"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0257f3b-b510-40d3-9256-e51c2442951e', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0257f3b-b510-40d3-9256-e51c2442951e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "name": "tempest-GroupSnapshotsTest-Group-909199236"}}' 2023-04-18 15:20:50,739 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.045s 2023-04-18 15:20:50,740 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9491bb35-40dc-4ab7-a5bc-539e2e8cbbbe', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9491bb35-40dc-4ab7-a5bc-539e2e8cbbbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:20:51.000000", "name": "tempest-GroupSnapshotsTest-Group-909199236", "description": null, "group_type": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:51,772 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.027s 2023-04-18 15:20:51,773 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111a0fce-17ee-4759-9683-6f1daf27a246', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111a0fce-17ee-4759-9683-6f1daf27a246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"group": {"id": "1c8eccf4-5c94-49b0-aab0-e387aa3919e7", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:51.000000", "name": "tempest-GroupSnapshotsTest-Group-909199236", "description": null, "group_type": "98b56a15-0bdf-4344-97e5-2c2ab8255e3a", "volume_types": ["50a286ec-d03e-478c-8b82-4fab18189ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:51,853 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail 0.076s 2023-04-18 15:20:51,854 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ffcbb9-086c-4c6b-8310-8a3804551e5c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ffcbb9-086c-4c6b-8310-8a3804551e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:51,921 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7/action 0.057s 2023-04-18 15:20:51,922 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-bd7a5ade-b1ad-491e-86e3-6d0245e926ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7/action'} Body: b'' 2023-04-18 15:20:51,937 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7 0.015s 2023-04-18 15:20:51,938 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-67c0eb77-67f1-4512-92dc-a0bad3f16457', 'x-openstack-request-id': 'req-67c0eb77-67f1-4512-92dc-a0bad3f16457', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8bc42b6699d494bbe088266949fbdda/groups/1c8eccf4-5c94-49b0-aab0-e387aa3919e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1c8eccf4-5c94-49b0-aab0-e387aa3919e7 could not be found."}}' 2023-04-18 15:20:51,977 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/98b56a15-0bdf-4344-97e5-2c2ab8255e3a 0.039s 2023-04-18 15:20:51,977 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:51 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-50d6bea2-9362-44df-8735-519ce8fac533', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/group_types/98b56a15-0bdf-4344-97e5-2c2ab8255e3a'} Body: b'' 2023-04-18 15:20:52,048 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc 0.070s 2023-04-18 15:20:52,048 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-03fff886-8f79-4196-85e0-78a1b1dd0ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc'} Body: b'' 2023-04-18 15:20:52,064 79578 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc 0.015s 2023-04-18 15:20:52,065 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 15:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-78ce7f71-6cda-4046-925f-10ba07b9e250', 'x-openstack-request-id': 'req-78ce7f71-6cda-4046-925f-10ba07b9e250', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1fbeb51f98ae4016a2c0610bf8cb3208/types/50a286ec-d03e-478c-8b82-4fab18189ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 50a286ec-d03e-478c-8b82-4fab18189ddc could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b0057dd5-5382-439d-8f1d-04db505a8114 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:53,197 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29a8f473448d44d4bedc16ecc1d2abba/os-quota-sets/c3b9f4c51ff14631a7eaf3fbe81cc928?usage=True 0.045s 2023-04-18 15:20:53,197 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb07bdb-b7dd-4a2c-be53-749cca0678be', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb07bdb-b7dd-4a2c-be53-749cca0678be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29a8f473448d44d4bedc16ecc1d2abba/os-quota-sets/c3b9f4c51ff14631a7eaf3fbe81cc928?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": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:53,724 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes 0.515s 2023-04-18 15:20:53,725 79580 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-180418646"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb54151-b018-489d-b0df-1ac12d5feddf', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb54151-b018-489d-b0df-1ac12d5feddf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:53.629568", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:20:53,798 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.062s 2023-04-18 15:20:53,798 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f178c3-7087-4f0e-b3fd-640819a759fb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f178c3-7087-4f0e-b3fd-640819a759fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:54,853 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.043s 2023-04-18 15:20:54,853 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79baaacf-a66e-466c-aa97-98af7c63fd36', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79baaacf-a66e-466c-aa97-98af7c63fd36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": "2023-04-18T15:20:54.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:54,902 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.038s 2023-04-18 15:20:54,903 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-1c1144c4-51ec-4de1-bc20-0d6c4374cc1b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1144c4-51ec-4de1-bc20-0d6c4374cc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"volume": {"id": "b0057dd5-5382-439d-8f1d-04db505a8114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:54.000000", "updated_at": "2023-04-18T15:20:54.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-180418646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:55,032 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.119s 2023-04-18 15:20:55,032 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b03ae8-73b8-4881-af12-a7f3c2c5dc5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'' 2023-04-18 15:20:55,077 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114 0.044s 2023-04-18 15:20:55,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cdbe7a9-4e00-4334-9c62-3c32e6697f64', 'x-openstack-request-id': 'req-1cdbe7a9-4e00-4334-9c62-3c32e6697f64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/b0057dd5-5382-439d-8f1d-04db505a8114'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b0057dd5-5382-439d-8f1d-04db505a8114 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4e11b4e5-7647-44d5-b644-e7ed42611d73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:55,326 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes 0.246s 2023-04-18 15:20:55,327 79580 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-1424627809"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c538d9-4efc-41ad-8fd4-52fb3bd93b94', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c538d9-4efc-41ad-8fd4-52fb3bd93b94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.237198", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:20:55,398 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.061s 2023-04-18 15:20:55,398 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f893c68-12e3-4e21-87db-b70b18ab5799', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f893c68-12e3-4e21-87db-b70b18ab5799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,452 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.042s 2023-04-18 15:20:56,452 79580 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156aad45-d8f6-4d73-b8c6-334a55a3eb85', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156aad45-d8f6-4d73-b8c6-334a55a3eb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": "2023-04-18T15:20:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,501 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.038s 2023-04-18 15:20:56,501 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddc2782-4f18-4386-93d4-8fb6c456cd8b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddc2782-4f18-4386-93d4-8fb6c456cd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"volume": {"id": "4e11b4e5-7647-44d5-b644-e7ed42611d73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:55.000000", "updated_at": "2023-04-18T15:20:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1424627809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73"}], "user_id": "cce871c0f3cc4151b4fc439ac766a5f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b9f4c51ff14631a7eaf3fbe81cc928"}}' 2023-04-18 15:20:56,613 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.101s 2023-04-18 15:20:56,614 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27632680-fb6d-43a8-874b-2180240dde91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'' 2023-04-18 15:20:56,634 79580 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73 0.019s 2023-04-18 15:20:56,634 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20: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-55851845-a64f-4d7d-bbf1-f29f021d7692', 'x-openstack-request-id': 'req-55851845-a64f-4d7d-bbf1-f29f021d7692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3b9f4c51ff14631a7eaf3fbe81cc928/volumes/4e11b4e5-7647-44d5-b644-e7ed42611d73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e11b4e5-7647-44d5-b644-e7ed42611d73 could not be found."}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5aeaab1f-b0db-4b36-9ef8-c83cbd61f233 failed to build and is in ERROR status tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 7763e965-d3c9-427e-bb45-73dfee685ff8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:56,454 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types 0.184s 2023-04-18 15:20:56,454 79578 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-331232495"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccf34f02-6c9d-4608-b90b-79a4e81e3c80', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf34f02-6c9d-4608-b90b-79a4e81e3c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types'} Body: b'{"volume_type": {"id": "3af0bebd-4980-4546-b62f-792f0f88fde3", "name": "tempest-GroupsV314Test-volume-type-331232495", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:20:56,500 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types 0.043s 2023-04-18 15:20:56,500 79578 DEBUG [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-572607066"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21377fc3-3a9c-426d-8fcd-62a40f846e9f', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21377fc3-3a9c-426d-8fcd-62a40f846e9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types'} Body: b'{"group_type": {"id": "6d3f58cf-f427-4598-924b-bf5698094121", "name": "tempest-GroupsV314Test-group-type-572607066", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:20:56,732 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups 0.229s 2023-04-18 15:20:56,732 79578 DEBUG [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": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "name": "tempest-GroupsV314Test-Group-1000208765"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522337a1-4408-412a-8068-ad8e10560208', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522337a1-4408-412a-8068-ad8e10560208', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "name": "tempest-GroupsV314Test-Group-1000208765"}}' 2023-04-18 15:20:56,774 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.040s 2023-04-18 15:20:56,775 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668c6f00-0233-4c5e-b86a-0ac559465284', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668c6f00-0233-4c5e-b86a-0ac559465284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:57.000000", "name": "tempest-GroupsV314Test-Group-1000208765", "description": null, "group_type": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:57,820 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.041s 2023-04-18 15:20:57,820 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1885d8a8-41e9-4a61-864f-8d6087c6c61b', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1885d8a8-41e9-4a61-864f-8d6087c6c61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"group": {"id": "7763e965-d3c9-427e-bb45-73dfee685ff8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:20:57.000000", "name": "tempest-GroupsV314Test-Group-1000208765", "description": null, "group_type": "6d3f58cf-f427-4598-924b-bf5698094121", "volume_types": ["3af0bebd-4980-4546-b62f-792f0f88fde3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:20:57,922 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/volumes/detail 0.097s 2023-04-18 15:20:57,923 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7370fefb-e43e-4f41-8cf4-4dfe1302f5ab', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7370fefb-e43e-4f41-8cf4-4dfe1302f5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:20:58,026 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8/action 0.093s 2023-04-18 15:20:58,026 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:57 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05393441-3b7a-40c4-9453-b94d41ed18d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8/action'} Body: b'' 2023-04-18 15:20:58,043 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8 0.016s 2023-04-18 15:20:58,043 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 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-28301e96-5a42-4715-a9b5-8301c4164d17', 'x-openstack-request-id': 'req-28301e96-5a42-4715-a9b5-8301c4164d17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c21e8d9469644108cdf4146e7a5f2b1/groups/7763e965-d3c9-427e-bb45-73dfee685ff8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7763e965-d3c9-427e-bb45-73dfee685ff8 could not be found."}}' 2023-04-18 15:20:58,096 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types/6d3f58cf-f427-4598-924b-bf5698094121 0.052s 2023-04-18 15:20:58,097 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 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-d94d9c9c-b83a-4c1d-adf2-b83722beb8bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/group_types/6d3f58cf-f427-4598-924b-bf5698094121'} Body: b'' 2023-04-18 15:20:58,157 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3 0.060s 2023-04-18 15:20:58,157 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679b1aae-a6f4-44ef-885a-50eb436f4f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3'} Body: b'' 2023-04-18 15:20:58,177 79578 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3 0.019s 2023-04-18 15:20:58,177 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5efbc7-a6d7-4d85-a1c7-1dbb8c21c30a', 'x-openstack-request-id': 'req-3f5efbc7-a6d7-4d85-a1c7-1dbb8c21c30a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ef5bcc955db1484c8d8ad4baddc5d1c2/types/3af0bebd-4980-4546-b62f-792f0f88fde3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af0bebd-4980-4546-b62f-792f0f88fde3 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 104181ac-3b08-4da1-8b83-a593a6259b0f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:00,134 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes 0.794s 2023-04-18 15:21:00,134 79584 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-705193562"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad56f23a-f2cb-46a8-8c14-038440c061d8', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad56f23a-f2cb-46a8-8c14-038440c061d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:20:59.828756", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:00,215 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.064s 2023-04-18 15:21:00,215 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2204b37-0409-4b3f-81d4-2b1a367efe01', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2204b37-0409-4b3f-81d4-2b1a367efe01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,295 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.069s 2023-04-18 15:21:01,296 79584 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32abf08-7208-4374-9f4d-c336da0d8892', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32abf08-7208-4374-9f4d-c336da0d8892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": "2023-04-18T15:21:00.000000", "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,351 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.044s 2023-04-18 15:21:01,351 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3761da6-6800-4479-9a08-f33526b92240', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3761da6-6800-4479-9a08-f33526b92240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"volume": {"id": "104181ac-3b08-4da1-8b83-a593a6259b0f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:00.000000", "updated_at": "2023-04-18T15:21:00.000000", "name": "tempest-VolumesTransfersTest-Volume-705193562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:01,487 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.125s 2023-04-18 15:21:01,487 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827b2e49-8565-41a8-b4a6-1d99835df1d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'' 2023-04-18 15:21:01,509 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f 0.022s 2023-04-18 15:21:01,509 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b244ac6-8236-4a61-8bdd-1b9c62a2abce', 'x-openstack-request-id': 'req-2b244ac6-8236-4a61-8bdd-1b9c62a2abce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/104181ac-3b08-4da1-8b83-a593a6259b0f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 104181ac-3b08-4da1-8b83-a593a6259b0f 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 1c5f471c-6ce4-47cc-b5db-8d4474249b6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:01,746 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes 0.234s 2023-04-18 15:21:01,746 79584 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-1451784444"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833343e7-c482-4375-8eb6-851da9115728', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833343e7-c482-4375-8eb6-851da9115728', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:01.677976", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:01,837 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.079s 2023-04-18 15:21:01,837 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80c0bfc-0e42-4967-85e2-2943d51baa28', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80c0bfc-0e42-4967-85e2-2943d51baa28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:02,893 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.045s 2023-04-18 15:21:02,893 79584 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2b10fb-032a-4cac-a3da-77e10a6fbd92', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2b10fb-032a-4cac-a3da-77e10a6fbd92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": "2023-04-18T15:21:02.000000", "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:02,961 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.057s 2023-04-18 15:21:02,961 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be420b5e-b3e1-4937-a9a0-b5db114c0b7f', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be420b5e-b3e1-4937-a9a0-b5db114c0b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"volume": {"id": "1c5f471c-6ce4-47cc-b5db-8d4474249b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:02.000000", "updated_at": "2023-04-18T15:21:02.000000", "name": "tempest-VolumesTransfersTest-Volume-1451784444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d"}], "user_id": "5a0f077ff4b14db3b059d54c8610d524", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18bf6051c7c74ff3a863eead2dda692f"}}' 2023-04-18 15:21:03,082 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.110s 2023-04-18 15:21:03,082 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-e92b733c-589b-42e9-b15c-55c1c584a8a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'' 2023-04-18 15:21:03,103 79584 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d 0.020s 2023-04-18 15:21:03,103 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9b6163-02ee-483c-b539-1c69d4811381', 'x-openstack-request-id': 'req-be9b6163-02ee-483c-b539-1c69d4811381', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18bf6051c7c74ff3a863eead2dda692f/volumes/1c5f471c-6ce4-47cc-b5db-8d4474249b6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c5f471c-6ce4-47cc-b5db-8d4474249b6d could not be found."}}' tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a758a1f-58d1-4bfb-8494-95501d0078d8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:07,664 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes 0.226s 2023-04-18 15:21:07,664 79580 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-2092192078"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0a35f7-adb3-4808-93f3-bf00b6f7abe9', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0a35f7-adb3-4808-93f3-bf00b6f7abe9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:07.596641", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:07,732 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.056s 2023-04-18 15:21:07,733 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417ca79c-4911-4dbf-8450-218c4445b697', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417ca79c-4911-4dbf-8450-218c4445b697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:08,825 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d007 8d8 0.080s 2023-04-18 15:21:08,825 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5acec38-7a66-4389-8718-41e77dd05a35', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5acec38-7a66-4389-8718-41e77dd05a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": "2023-04-18T15:21:08.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:08,883 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.047s 2023-04-18 15:21:08,884 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170c66b6-ee35-4cae-b29e-81f6109bb75b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170c66b6-ee35-4cae-b29e-81f6109bb75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"volume": {"id": "6a758a1f-58d1-4bfb-8494-95501d0078d8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:21:08.000000", "updated_at": "2023-04-18T15:21:08.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2092192078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8"}], "user_id": "1732dbef9fcb45c2a6452b798bf3721b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3fc44af35cf474a8a16f5a68c3f674a"}}' 2023-04-18 15:21:09,012 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.118s 2023-04-18 15:21:09,012 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01eac837-e1ae-4f03-aaae-b460afeddf0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'' 2023-04-18 15:21:09,048 79580 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8 0.035s 2023-04-18 15:21:09,048 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70a6de5-0336-4b70-9151-43bf3526faa5', 'x-openstack-request-id': 'req-e70a6de5-0336-4b70-9151-43bf3526faa5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3fc44af35cf474a8a16f5a68c3f674a/volumes/6a758a1f-58d1-4bfb-8494-95501d0078d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a758a1f-58d1-4bfb-8494-95501d0078d8 could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 72ffd2d7-7325-4292-99d6-2d046dbb1c70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:11,613 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.184s 2023-04-18 15:21:11,614 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0ee87ab6-c276-42aa-aa66-7ffda8551219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:12,259 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes 0.644s 2023-04-18 15:21:12,259 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1599829432"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3418d7e8-2096-40c2-bdc7-c4d4d17c25b8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3418d7e8-2096-40c2-bdc7-c4d4d17c25b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.083419", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:12,318 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.046s 2023-04-18 15:21:12,318 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125a9ea4-2e78-45b5-8bab-7b6a4c679e86', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125a9ea4-2e78-45b5-8bab-7b6a4c679e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,383 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.050s 2023-04-18 15:21:13,384 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26ed1d2-31ea-4901-a675-4a9926a29f32', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26ed1d2-31ea-4901-a675-4a9926a29f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": "2023-04-18T15:21:12.000000", "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,459 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.064s 2023-04-18 15:21:13,460 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a218006d-27d1-443a-aa16-7c9e4d275d7a', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a218006d-27d1-443a-aa16-7c9e4d275d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"volume": {"id": "72ffd2d7-7325-4292-99d6-2d046dbb1c70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:12.000000", "updated_at": "2023-04-18T15:21:12.000000", "name": "tempest-VolumesCloneTest-Volume-1599829432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:13,577 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.106s 2023-04-18 15:21:13,577 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af442af9-d610-4953-ac13-f0ab1383e1d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'' 2023-04-18 15:21:13,598 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70 0.020s 2023-04-18 15:21:13,598 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d3a372-1999-4793-bd91-b02bdd821177', 'x-openstack-request-id': 'req-50d3a372-1999-4793-bd91-b02bdd821177', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/72ffd2d7-7325-4292-99d6-2d046dbb1c70'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72ffd2d7-7325-4292-99d6-2d046dbb1c70 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 d9e4452a-d187-43e2-a492-da4dd5e8ea07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:13,974 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes 0.372s 2023-04-18 15:21:13,974 79584 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-1111432867"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b958b29-c983-4606-9ef4-929a8f683ab7', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b958b29-c983-4606-9ef4-929a8f683ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:13.748673", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:14,049 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.065s 2023-04-18 15:21:14,049 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64951e2c-48c8-42e3-91d5-a1caa0b475da', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64951e2c-48c8-42e3-91d5-a1caa0b475da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,148 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.086s 2023-04-18 15:21:15,148 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e651a75-1540-4db3-ba79-46a28a867713', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e651a75-1540-4db3-ba79-46a28a867713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": "2023-04-18T15:21:14.000000", "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,202 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.043s 2023-04-18 15:21:15,203 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a80521-09a2-4a20-993b-af47925893f1', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a80521-09a2-4a20-993b-af47925893f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"volume": {"id": "d9e4452a-d187-43e2-a492-da4dd5e8ea07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:14.000000", "updated_at": "2023-04-18T15:21:14.000000", "name": "tempest-VolumesCloneTest-Volume-1111432867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07"}], "user_id": "62bdeb2e8f724429a3ab23ba7eb34e89", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d7e193a9374dbc907cccbbf06c328a"}}' 2023-04-18 15:21:15,334 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.120s 2023-04-18 15:21:15,334 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893bebd8-bdaa-460d-bbb3-641c09ab1101', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'' 2023-04-18 15:21:15,356 79584 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07 0.021s 2023-04-18 15:21:15,357 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67a345b-84f4-4a21-9fce-188048f149f0', 'x-openstack-request-id': 'req-a67a345b-84f4-4a21-9fce-188048f149f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d7e193a9374dbc907cccbbf06c328a/volumes/d9e4452a-d187-43e2-a492-da4dd5e8ea07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d9e4452a-d187-43e2-a492-da4dd5e8ea07 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:19,970 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes 0.562s 2023-04-18 15:21:19,971 79584 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-1432602825", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d272f06e-ae7f-4a27-8abc-1de39ec1f072', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d272f06e-ae7f-4a27-8abc-1de39ec1f072', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:19.874122", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:20,046 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.060s 2023-04-18 15:21:20,046 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1763f4-2afa-4270-a3e9-822ca876b075', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1763f4-2afa-4270-a3e9-822ca876b075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:20.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:21,130 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.070s 2023-04-18 15:21:21,130 79584 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4027414-0dda-4edd-be4d-af3e0185f0ac', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4027414-0dda-4edd-be4d-af3e0185f0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"volume": {"id": "2f7e3a75-ebed-44f2-b350-9d85d3d7daf3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:20.000000", "updated_at": "2023-04-18T15:21:20.000000", "name": "tempest-VolumesGetTest-Volume-1432602825", "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/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:21,310 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.168s 2023-04-18 15:21:21,311 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f64639-1dc3-47b6-a793-8a212197a5e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'' 2023-04-18 15:21:21,357 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 0.045s 2023-04-18 15:21:21,358 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4282c8b4-49a1-43c7-a1bc-f66e3d07169e', 'x-openstack-request-id': 'req-4282c8b4-49a1-43c7-a1bc-f66e3d07169e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/2f7e3a75-ebed-44f2-b350-9d85d3d7daf3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f7e3a75-ebed-44f2-b350-9d85d3d7daf3 could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 880f5659-002e-4f10-af88-4e637f738d3c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:21,257 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes 0.598s 2023-04-18 15:21:21,257 79566 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-2076805342"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10dbc82f-2945-4119-9cef-745230246cbe', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10dbc82f-2945-4119-9cef-745230246cbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.153758", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:21,353 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c 0.065s 2023-04-18 15:21:21,354 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0860e0-81fb-484e-9c87-8bad1b6504bc', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0860e0-81fb-484e-9c87-8bad1b6504bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52bfe134fe064b6695a3b9979540c301"}}' 2023-04-18 15:21:22,476 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c 0.098s 2023-04-18 15:21:22,476 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5c6a47-34a6-4192-a07f-bc465c1fd8c2', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5c6a47-34a6-4192-a07f-bc465c1fd8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c'} Body: b'{"volume": {"id": "880f5659-002e-4f10-af88-4e637f738d3c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.000000", "updated_at": "2023-04-18T15:21:21.000000", "name": "tempest-TestVolumeSwap-volume-2076805342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52bfe134fe064b6695a3b9979540c301/volumes/880f5659-002e-4f10-af88-4e637f738d3c"}], "user_id": "640db4f22dbd41b39a5e97d499c440a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52bfe134fe064b6695a3b9979540c301"}}' 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 0bf071d6-1f84-4e9d-b216-c54ba10335ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:21,669 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes 0.304s 2023-04-18 15:21:21,670 79584 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-1696118742"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d97125-a99e-4a38-9fc0-3b4d874b1ccd', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d97125-a99e-4a38-9fc0-3b4d874b1ccd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:21.549809", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:21,736 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.051s 2023-04-18 15:21:21,737 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d30206-92fc-4cff-acef-1f377d6ea7d3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d30206-92fc-4cff-acef-1f377d6ea7d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:22,795 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.047s 2023-04-18 15:21:22,795 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faec4b17-f0d2-48a7-8872-2348f4d43b1d', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faec4b17-f0d2-48a7-8872-2348f4d43b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": "2023-04-18T15:21:22.000000", "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:22,864 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.055s 2023-04-18 15:21:22,864 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fbeabd5-1ca0-4bad-a628-b4be57ecb672', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fbeabd5-1ca0-4bad-a628-b4be57ecb672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"volume": {"id": "0bf071d6-1f84-4e9d-b216-c54ba10335ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:22.000000", "updated_at": "2023-04-18T15:21:22.000000", "name": "tempest-VolumesGetTest-Volume-1696118742", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:23,007 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.129s 2023-04-18 15:21:23,008 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-88e95297-0999-4e5c-a055-442ea35e2722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'' 2023-04-18 15:21:23,038 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae 0.030s 2023-04-18 15:21:23,038 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-c00f829b-f976-47a3-b638-20f7c719dedc', 'x-openstack-request-id': 'req-c00f829b-f976-47a3-b638-20f7c719dedc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/0bf071d6-1f84-4e9d-b216-c54ba10335ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf071d6-1f84-4e9d-b216-c54ba10335ae could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a5923c3f-130c-4b27-8dd0-14937211aeef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:23,081 79584 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/6a2ecd63-8167-41ef-b082-40bc65b91036 0.039s 2023-04-18 15:21:23,082 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1386d9a-aada-408d-8074-1820e7151480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:23,876 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes 0.794s 2023-04-18 15:21:23,877 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesGetTest-Volume-2016007241", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5109811a-8855-45d9-9861-6662ab538031', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5109811a-8855-45d9-9861-6662ab538031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:23.705207", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:23,979 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.086s 2023-04-18 15:21:23,979 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5f41fd-1b59-42e6-b088-183330c35ac1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5f41fd-1b59-42e6-b088-183330c35ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:24.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:25,052 79584 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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.061s 2023-04-18 15:21:25,053 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d8a8ee-af75-43fb-bbcb-04f331717e3f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d8a8ee-af75-43fb-bbcb-04f331717e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"volume": {"id": "a5923c3f-130c-4b27-8dd0-14937211aeef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:24.000000", "updated_at": "2023-04-18T15:21:24.000000", "name": "tempest-VolumesGetTest-Volume-2016007241", "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/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef"}], "user_id": "0325db52267f4a27ad287e29d07c55e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4afe0715df87475a9a55c27c2f58323d"}}' 2023-04-18 15:21:25,316 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.250s 2023-04-18 15:21:25,316 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f819fe-79cd-4ccf-97de-c49bfa058e31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'' 2023-04-18 15:21:25,350 79584 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef 0.033s 2023-04-18 15:21:25,351 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-53cd0ff0-2700-4e4a-bb5c-7fcdc4a35fb4', 'x-openstack-request-id': 'req-53cd0ff0-2700-4e4a-bb5c-7fcdc4a35fb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4afe0715df87475a9a55c27c2f58323d/volumes/a5923c3f-130c-4b27-8dd0-14937211aeef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5923c3f-130c-4b27-8dd0-14937211aeef could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 174af123-2ec0-45d1-92c6-2b246fd9d9e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:25,859 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes 0.987s 2023-04-18 15:21:25,860 79576 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-867573256", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e6b3fe-3462-4ab5-be98-71074e415564', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e6b3fe-3462-4ab5-be98-71074e415564', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:25.739500", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:25,957 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8 0.083s 2023-04-18 15:21:25,957 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6779eeef-e8fa-456c-ac4b-e212f6cdef68', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6779eeef-e8fa-456c-ac4b-e212f6cdef68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8842ee0156084f9ab2931a2b7c0c69b9"}}' 2023-04-18 15:21:27,035 79576 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8 0.065s 2023-04-18 15:21:27,035 79576 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27605460-05f3-457e-86dd-f5bf90162f92', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27605460-05f3-457e-86dd-f5bf90162f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8'} Body: b'{"volume": {"id": "174af123-2ec0-45d1-92c6-2b246fd9d9e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:26.000000", "updated_at": "2023-04-18T15:21:26.000000", "name": "tempest-TaggedBootDevicesTest-volume-867573256", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8842ee0156084f9ab2931a2b7c0c69b9/volumes/174af123-2ec0-45d1-92c6-2b246fd9d9e8"}], "user_id": "d131b1fbca1d4623bbec4058550ef325", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8842ee0156084f9ab2931a2b7c0c69b9"}}' 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 c849bc75-f6f6-48c6-9954-fc9e7a589b78 failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 32fb8836-a0d7-467b-8fb7-4a9be7497433 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:38,046 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.344s 2023-04-18 15:21:38,046 79588 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-1114803750"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-7e7e9b3f-a0f4-40af-b453-dbb14db54984', 'date': 'Tue, 18 Apr 2023 15:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4c37ca75-76c6-4209-a2bd-421118d47cff","name":"tempest-tagged-attachments-test-net-1114803750","tenant_id":"3c106bb096af42ada880b739699fa9bb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c106bb096af42ada880b739699fa9bb","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-18T15:21:37Z","updated_at":"2023-04-18T15:21:37Z","revision_number":1}}' 2023-04-18 15:21:41,704 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.657s 2023-04-18 15:21:41,704 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "4c37ca75-76c6-4209-a2bd-421118d47cff", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-19798380-3bc1-44ab-9dec-448d439851bf', 'date': 'Tue, 18 Apr 2023 15:21:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3361b2df-cf2b-4c96-9d89-0286b9b3a7af","name":"","tenant_id":"3c106bb096af42ada880b739699fa9bb","network_id":"4c37ca75-76c6-4209-a2bd-421118d47cff","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-18T15:21:38Z","updated_at":"2023-04-18T15:21:38Z","revision_number":0,"project_id":"3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:42,038 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes 0.333s 2023-04-18 15:21:42,038 79588 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-1713620700"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8807129-cd23-4a1b-a8cc-8d8437dc8167', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8807129-cd23-4a1b-a8cc-8d8437dc8167', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:41.973603", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:21:42,103 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433 0.051s 2023-04-18 15:21:42,104 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e420313-aa1b-46c9-8bbe-94969b5cc423', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e420313-aa1b-46c9-8bbe-94969b5cc423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:42.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:43,192 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433 0.075s 2023-04-18 15:21:43,192 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e059aaa-b106-49ea-83b8-ad734da1883c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e059aaa-b106-49ea-83b8-ad734da1883c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433'} Body: b'{"volume": {"id": "32fb8836-a0d7-467b-8fb7-4a9be7497433", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:21:42.000000", "updated_at": "2023-04-18T15:21:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-1713620700", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7-467b-8fb7-4a9be7497433"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c106bb096af42ada880b739699fa9bb/volumes/32fb8836-a0d7- 467b-8fb7-4a9be7497433"}], "user_id": "b31ab3b064394375a7e0238f4fc1fab2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c106bb096af42ada880b739699fa9bb"}}' 2023-04-18 15:21:43,564 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3361b2df-cf2b-4c96-9d89-0286b9b3a7af 0.358s 2023-04-18 15:21:43,565 79588 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-e51cf698-edcf-4a07-bdf5-fcabbf972b60', 'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3361b2df-cf2b-4c96-9d89-0286b9b3a7af'} Body: b'' 2023-04-18 15:21:45,987 79588 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/4c37ca75-76c6-4209-a2bd-421118d47cff 2.421s 2023-04-18 15:21:45,987 79588 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-9351d109-fcc4-48d8-bc8d-1a756b388c67', 'date': 'Tue, 18 Apr 2023 15:21:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/4c37ca75-76c6-4209-a2bd-421118d47cff'} 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 3ba4eba3-7126-4729-ad34-d9761b0a7671 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:50,618 79576 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.687s 2023-04-18 15:21:50,619 79576 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-107712501"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64fbc6df-95a5-423b-9133-6dc00e265e60', 'x-compute-request-id': 'req-64fbc6df-95a5-423b-9133-6dc00e265e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:21:50.419881", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 15:21:50,745 79576 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/3ba4eba3-7126-4729-ad34-d9761b0a7671 0.122s 2023-04-18 15:21:50,746 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b24b6f2f-c048-4313-ad0b-474474b39604', 'x-compute-request-id': 'req-b24b6f2f-c048-4313-ad0b-474474b39604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:21:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 15:21:51,861 79576 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/3ba4eba3-7126-4729-ad34-d9761b0a7671 0.110s 2023-04-18 15:21:51,862 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ab9ea1-55fb-4b3f-8ed4-dbe9b3bca6b7', 'x-compute-request-id': 'req-b1ab9ea1-55fb-4b3f-8ed4-dbe9b3bca6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3ba4eba3-7126-4729-ad34-d9761b0a7671'} Body: b'{"volume": {"id": "3ba4eba3-7126-4729-ad34-d9761b0a7671", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T15:21:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-107712501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 aab6d122-b32e-41e8-a763-bfe90f7577fd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:02,710 79584 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.248s 2023-04-18 15:22:02,711 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2064987615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfvcHY6dvednbodLfZAl3hEeLNB8zafvThiJBftd8erpZEx5hB9va8VCKxLSK+t1V4L3LXMvM1r3i8iYYktH9cENI1ZPt3OPoGqqXNJg2n1FSHHi/lruWthWgllArvs9A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb6558a-a0b7-47da-bc27-a58e864ad70c', 'x-compute-request-id': 'req-bbb6558a-a0b7-47da-bc27-a58e864ad70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2064987615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfvcHY6dvednbodLfZAl3hEeLNB8zafvThiJBftd8erpZEx5hB9va8VCKxLSK+t1V4L3LXMvM1r3i8iYYktH9cENI1ZPt3OPoGqqXNJg2n1FSHHi/lruWthWgllArvs9A==", "fingerprint": "98:3b:a1:26:07:27:4e:5e:71:34:4e:87:08:2d:f8:d2", "user_id": "c31e12c24fc44100b4895d7df9aa1c9b"}}' 2023-04-18 15:22:02,936 79584 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.222s 2023-04-18 15:22:02,936 79584 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-825159129", "description": "tempest-secgroup-smoke-825159129 description", "project_id": "99716c96d0494f7fb00bf63b54ff4540"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-315e6d26-7e82-439a-b296-6bd49a34f94b', 'date': 'Tue, 18 Apr 2023 15:22:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "name": "tempest-secgroup-smoke-825159129", "stateful": true, "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "description": "tempest-secgroup-smoke-825159129 description", "shared": false, "security_group_rules": [{"id": "0df89743-4d4f-4032-b8e5-e5b98935fb0b", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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": 461, "description": null, "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:02Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}, {"id": "82968c82-9fd8-4a1c-a45f-b34a2db989d2", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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": 460, "description": null, "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:02Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}], "tags": [], "created_at": "2023-04-18T15:22:02Z", "updated_at": "2023-04-18T15:22:0 2Z", "revision_number": 1, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,317 79584 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.380s 2023-04-18 15:22:03,317 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "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-8cd7ba46-c818-47ba-99a7-f34dc7ce75c8', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ff355ae-91cf-4e9a-aea3-573a92af4b8b", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,519 79584 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.201s 2023-04-18 15:22:03,520 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "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-b5f8d2c3-7eb0-44b2-9731-42c9a7e535c8', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ffab218-fb32-40c0-8f0e-b4b721fb07d3", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:03,793 79584 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.272s 2023-04-18 15:22:03,793 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-80335eef-8421-4f2f-81b4-1673f23d2890', 'date': 'Tue, 18 Apr 2023 15:22:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "ba00cf59-c229-4859-b337-2107e1f1d96c", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,324 79584 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.530s 2023-04-18 15:22:04,325 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c5a7bb2a-7da7-4249-84bb-ee1b1cd4dd9a', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1e806ac-9a7c-4e08-b0aa-a9d5c0803abc", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:03Z", "updated_at": "2023-04-18T15:22:03Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,596 79584 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.270s 2023-04-18 15:22:04,596 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-72b6eb8e-ad4b-428f-bf2b-673b3cafbca2', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d7136f4-4f8e-4e8e-a5ca-396581f0a12f", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:04Z", "updated_at": "2023-04-18T15:22:04Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,780 79584 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.183s 2023-04-18 15:22:04,780 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "project_id": "99716c96d0494f7fb00bf63b54ff4540", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-95c060bb-3592-4245-ac80-1576ba0516c8', 'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c72a261b-8086-40db-b11f-17bd6e10c2c6", "tenant_id": "99716c96d0494f7fb00bf63b54ff4540", "security_group_id": "f6e71719-5d3c-4732-846a-5501173cfbe5", "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-18T15:22:04Z", "updated_at": "2023-04-18T15:22:04Z", "revision_number": 0, "project_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:04,893 79584 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.106s 2023-04-18 15:22:04,894 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:04 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-82944dde-2b52-4bf7-b579-8c98ee10ca33', '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": "c31e12c24fc44100b4895d7df9aa1c9b", "name": "tempest-TestShelveInstance-1710448391-project-member", "password_expires_at": null}, "audit_ids": ["1djE5POhRnCbCxHkpa1DTw"], "expires_at": "2023-04-18T16:22:04.000000Z", "issued_at": "2023-04-18T15:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99716c96d0494f7fb00bf63b54ff4540", "name": "tempest-TestShelveInstance-1710448391"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:04,894 79584 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'b7a62e2f-4cad-43a2-be0e-d216223660d4', 'name': 'tempest-TestShelveInstance-745885665-network', 'tenant_id': '99716c96d0494f7fb00bf63b54ff4540', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99716c96d0494f7fb00bf63b54ff4540', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2539, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:05,332 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes 0.437s 2023-04-18 15:22:05,333 79584 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-99207027", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f81d42-2884-4aa6-ae03-57a3421bb72b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f81d42-2884-4aa6-ae03-57a3421bb72b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.257707", "updated_at": null, "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:05,388 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.046s 2023-04-18 15:22:05,389 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2400eb-9a80-4ac4-8c2f-0554010e4378', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-ac2400eb-9a80-4ac4-8c2f-0554010e4378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:06,443 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.044s 2023-04-18 15:22:06,443 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e693fe19-746f-4e5f-96e6-db3791fc6761', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e693fe19-746f-4e5f-96e6-db3791fc6761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"volume": {"id": "aab6d122-b32e-41e8-a763-bfe90f7577fd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:05.000000", "updated_at": "2023-04-18T15:22:05.000000", "name": "tempest-tempest.common.compute-volume-99207027", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd"}], "user_id": "c31e12c24fc44100b4895d7df9aa1c9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99716c96d0494f7fb00bf63b54ff4540"}}' 2023-04-18 15:22:06,634 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.180s 2023-04-18 15:22:06,635 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22: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-e0c072a8-833e-449a-88ae-54ce811a4a68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'' 2023-04-18 15:22:06,667 79584 INFO [tempest.lib.common.rest_client] Reques t (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd 0.031s 2023-04-18 15:22:06,667 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f0dd30-848f-4667-a2b7-a2d838633d5c', 'x-openstack-request-id': 'req-a5f0dd30-848f-4667-a2b7-a2d838633d5c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/99716c96d0494f7fb00bf63b54ff4540/volumes/aab6d122-b32e-41e8-a763-bfe90f7577fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aab6d122-b32e-41e8-a763-bfe90f7577fd could not be found."}}' 2023-04-18 15:22:07,342 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f6e71719-5d3c-4732-846a-5501173cfbe5 0.673s 2023-04-18 15:22:07,342 79584 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-7a44da63-e739-4eb0-9967-c2f84e274c80', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f6e71719-5d3c-4732-846a-5501173cfbe5'} Body: b'' 2023-04-18 15:22:07,380 79584 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2064987615 0.037s 2023-04-18 15:22:07,381 79584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 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-ea848e98-00a0-451b-9bd3-9202ab868f0b', 'x-compute-request-id': 'req-ea848e98-00a0-451b-9bd3-9202ab868f0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2064987615'} Body: b'' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9cf5acef-ec8b-4068-b18b-cb12b04769ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:05,857 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types 0.232s 2023-04-18 15:22:05,858 79576 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-1576614115", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbcb1c1-25ea-4b1b-8fab-3558c16bb4a0', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbcb1c1-25ea-4b1b-8fab-3558c16bb4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types'} Body: b'{"volume_type": {"id": "aee2b709-0b06-44a3-92db-ecf1ab39162e", "name": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 15:22:06,020 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes 0.158s 2023-04-18 15:22:06,020 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "aee2b709-0b06-44a3-92db-ecf1ab39162e", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 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-1a49f416-d058-48b0-bced-865ca4221691', 'x-openstack-request-id': 'req-1a49f416-d058-48b0-bced-865ca4221691', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aee2b709-0b06-44a3-92db-ecf1ab39162e could not be found."}}' 2023-04-18 15:22:06,021 79576 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 15:22:06,052 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action 0.031s 2023-04-18 15:22:06,053 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "57664d0c2bcd4c678fc6153af7df34cb"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22: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-86fa2356-aa3e-4b84-aea2-c40ba99dff8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action'} Body: b'' 2023-04-18 15:22:06,287 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes 0.233s 2023-04-18 15:22:06,288 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "aee2b709-0b06-44a3-92db-ecf1ab39 162e", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba27518-890d-40c9-83d8-89cb99ce7c6b', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba27518-890d-40c9-83d8-89cb99ce7c6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.220580", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:06,425 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.128s 2023-04-18 15:22:06,426 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bddfe07-475e-490b-bb41-13540046b705', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bddfe07-475e-490b-bb41-13540046b705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,480 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.042s 2023-04-18 15:22:07,480 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc768d5-9b60-4528-a8ef-a90ec63cd165', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc768d5-9b60-4528-a8ef-a90ec63cd165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": "2023-04-18T15:22:06.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,550 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.057s 2023-04-18 15:22:07,551 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f49e62-153a-42be-97cb-e769638d786d', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f49e62-153a-42be-97cb-e769638d786d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"volume": {"id": "9cf5acef-ec8b-4068-b18b-cb12b04769ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:06.000000", "updated_at": "2023-04-18T15:22:06.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1700298593", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1576614115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac"}], "user_id": "a6ce2cde8b7f41f6a533c9e0cbc77fbc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57664d0c2bcd4c678fc6153af7df34cb"}}' 2023-04-18 15:22:07,735 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.173s 2023-04-18 15:22:07,736 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d49dd2a-0ff9-4677-83b5-ca89febaf7b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2b cd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'' 2023-04-18 15:22:07,760 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac 0.024s 2023-04-18 15:22:07,761 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3d8386-b593-4111-931d-2f1606ab006d', 'x-openstack-request-id': 'req-5d3d8386-b593-4111-931d-2f1606ab006d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57664d0c2bcd4c678fc6153af7df34cb/volumes/9cf5acef-ec8b-4068-b18b-cb12b04769ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9cf5acef-ec8b-4068-b18b-cb12b04769ac could not be found."}}' 2023-04-18 15:22:07,806 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action 0.045s 2023-04-18 15:22:07,807 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "57664d0c2bcd4c678fc6153af7df34cb"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3153ddb-5a80-42ff-8fa2-61d5fefcff7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e/action'} Body: b'' 2023-04-18 15:22:07,926 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e 0.118s 2023-04-18 15:22:07,926 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-176c8566-1827-4c99-882a-4dfecc37471b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e'} Body: b'' 2023-04-18 15:22:07,950 79576 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/05f3b2293bb94c4ba96844c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e 0.023s 2023-04-18 15:22:07,950 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:07 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-65b184a2-f939-4355-8343-a3edd906429e', 'x-openstack-request-id': 'req-65b184a2-f939-4355-8343-a3edd906429e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/05f3b2293bb94c4ba9684 4c8c0383b5c/types/aee2b709-0b06-44a3-92db-ecf1ab39162e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aee2b709-0b06-44a3-92db-ecf1ab39162e could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 34cff354-1445-4ea6-8653-762b6dc1684b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:18,158 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes 0.649s 2023-04-18 15:22:18,159 79588 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-924376908", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6110b17-15d8-4e92-8b8b-d8d7477311c7', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6110b17-15d8-4e92-8b8b-d8d7477311c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.064767", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:18,242 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b 0.071s 2023-04-18 15:22:18,243 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4964425c-05e9-458b-8499-6b7f2245b2f7', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4964425c-05e9-458b-8499-6b7f2245b2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1e5cee775d3241f99de5aacea9ca4376"}}' 2023-04-18 15:22:19,304 79588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b 0.046s 2023-04-18 15 :22:19,305 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acacadb-a0ac-48bd-92b5-5907c130d3b5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acacadb-a0ac-48bd-92b5-5907c130d3b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b'} Body: b'{"volume": {"id": "34cff354-1445-4ea6-8653-762b6dc1684b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:18.000000", "updated_at": "2023-04-18T15:22:18.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-924376908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1e5cee775d3241f99de5aacea9ca4376/volumes/34cff354-1445-4ea6-8653-762b6dc1684b"}], "user_id": "9ebf7d623242485c9034027e3dfc1789", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1e5cee775d3241f99de5aacea9ca4376"}}' 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 b0ca86f6-9a62-48d3-8607-9ac1295b502b failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d0cbdd7-f256-42f3-a613-09e6d5750e63 failed to build and is in ERROR status tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 51f18027-09ca-48ea-b0e3-8cc8a9255741 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:20:59,151 79572 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.075s 2023-04-18 15:20:59,151 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 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-a8899ac0-a7e2-4055-b628-ca2fa4abda91', '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": "35c59aa3ad6e42f2989f045fbe926d9d", "name": "tempest-DeleteServersTestJSON-1810458559-project-member", "password_expires_at": null}, "audit_ids": ["8X3bJekZThGyW8x799pX5g"], "expires_at": "2023-04-18T16:20:59.000000Z", "issued_at": "2023-04-18T15:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c48b75a2d654c548352e0e9d5552742", "name": "tempest-DeleteServersTestJSON-1810458559"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:20:59,152 79572 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'f1c4865b-6b7b-420d-b656-97f0fcf2284e', 'name': 'tempest-DeleteServersTestJSON-1933094149-network', 'tenant_id': '5c48b75a2d654c548352e0e9d5552742', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5c48b75a2d654c548352e0e9d5552742', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:44Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:01,739 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.586s 2023-04-18 15:21:01,739 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-988458871", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "f1c4865b-6b7b-420d-b656-97f0fcf2284e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-934f282a-8491-4e98-a88d-616a228ff835', 'x-compute-request-id': 'req-934f282a-8491-4e98-a88d-616a228ff835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "myibLSiYSC5P"}}' 2023-04-18 15:21:02,527 79572 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/cf6ff210-bb47-40c3-8139-7f2a821abc28 0.782s 2023-04-18 15:21:02,527 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:01 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-c1d5292f-3e13-435d-911a-fe2af460a6af', 'x-compute-request-id': 'req-c1d5292f-3e13-435d-911a-fe2af460a6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "name": "tempest-DeleteServersTestJSON-server-988458871", "status": "BUILD", "tenant_id": "5c48b75a2d654c548352e0e9d5552742", "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:02Z", "updated": "2023-04-18T15:21:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "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-18 15:21:53,178 79572 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/cf6ff210-bb47-40c3-8139-7f2a821abc28 0.587s 2023-04-18 15:21:53,179 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efc76584-63d2-4bce-9558-d7d294a32ed1', 'x-compute-request-id': 'req-efc76584-63d2-4bce-9558-d7d294a32ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28'} Body: b'{"server": {"id": "cf6ff210-bb47-40c3-8139-7f2a821abc28", "name": "tempest-DeleteServersTestJSON-server-988458871", "status": "ACTIVE", "tenant_id": "5c48b75a2d654c548352e0e9d5552742", "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "metadata": {}, "hostId": "4f882d02bb3e615eb35b7a0d91ecc9ed93b76243fd2db47c820021b1", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:01Z", "updated": "2023-04-18T15:21:16Z", "addresses": {"tempest-DeleteServersTestJSON-1933094149-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:8b:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf6ff210-bb47-40c3-8139-7f2a821abc28"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:53,192 79572 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:22:53,444 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes 0.215s 2023-04-18 15:22:53,444 79572 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-483476034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3364ec4-1b78-48fc-ad93-2b9a0d59b521', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3364ec4-1b78-48fc-ad93-2b9a0d59b521', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.386 796", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:22:53,494 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741 0.040s 2023-04-18 15:22:53,494 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e83dd9-b04a-46f6-9826-4f42668d1c2f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e83dd9-b04a-46f6-9826-4f42668d1c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c48b75a2d654c548352e0e9d5552742"}}' 2023-04-18 15:22:54,543 79572 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741 0.037s 2023-04-18 15:22:54,544 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c942c524-8417-45e2-8631-a729863761c8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c942c524-8417-45e2-8631-a729863761c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741'} Body: b'{"volume": {"id": "51f18027-09ca-48ea-b0e3-8cc8a9255741", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:22:53.000000", "updated_at": "2023-04-18T15:22:54.000000", "name": "tempest-DeleteServersTestJSON-volume-483476034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c48b75a2d654c548352e0e9d5552742/volumes/5 1f18027-09ca-48ea-b0e3-8cc8a9255741"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c48b75a2d654c548352e0e9d5552742/volumes/51f18027-09ca-48ea-b0e3-8cc8a9255741"}], "user_id": "35c59aa3ad6e42f2989f045fbe926d9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c48b75a2d654c548352e0e9d5552742"}}' 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 9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:35,993 79582 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:36,343 79582 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.347s 2023-04-18 15:21:36,343 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-137830134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:35 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-2d6f0326-6b8e-4b97-8304-aefbd6e1062b', 'x-compute-request-id': 'req-2d6f0326-6b8e-4b97-8304-aefbd6e1062b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-137830134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g==", "fingerprint": "36:16:50:55:ee:0f:4e:b5:26:45:1d:81:02:c5:86:e1", "user_id": "fb1187e621234a18a337d8bae5c59ec3"}}' 2023-04-18 15:21:36,349 79582 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-137830134 created 2023-04-18 15:21:37,342 79582 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.993s 2023-04-18 15:21:37,343 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--395091987", "description": "tempest-description--875804117"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f40367e4-63c3-4d05-9a56-79092280c1c9', 'date': 'Tue, 18 Apr 2023 15:21:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "name": "tempest-securitygroup--395091987", "stateful": true, "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "description": "tempest-description--875804117", "shared": false, "security_group_rules": [{"id": "03d04ddb-8a96-4a34-9452-1c9c486f1528", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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": 380, "description": null, "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}, {"id": "a652be44-49d8-432e-8e65-30b4b05bf186", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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": 379, "de scription": null, "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}], "tags": [], "created_at": "2023-04-18T15:21:36Z", "updated_at": "2023-04-18T15:21:36Z", "revision_number": 1, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:38,965 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.622s 2023-04-18 15:21:38,966 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-9bc1acd0-85b4-4eb7-bb54-a140d89ea38f', 'date': 'Tue, 18 Apr 2023 15:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4fa2aab-d2ed-4206-aa66-1873c9f15f6d", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-18T15:21:37Z", "updated_at": "2023-04-18T15:21:37Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:40,880 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.914s 2023-04-18 15:21:40,881 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-537d091f-eb34-4097-9b31-12075567a0a8', 'date': 'Tue, 18 Apr 2023 15:21: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": "156f8f9c-4925-435b-a0b0-c2676a7d6546", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "security_group_id": "04e60e13-ab4c-43e7-94eb-d3dfbd96e428", "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-18T15:21:39Z", "updated_at": "2023-04-18T15:21:39Z", "revision_number": 0, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:21:40,881 79582 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--395091987 created 2023-04-18 15:21:43,139 79582 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.257s 2023-04-18 15:21:43,139 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} R esponse - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dd6d8c93-b64a-4439-bbff-98f035ab1c2c', 'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d66b8f8-4965-458a-b4c4-b03518eef460", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "floating_ip_address": "172.24.4.194", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8c34ff3309c74223b4c2e3e7f6698860", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:42Z", "updated_at": "2023-04-18T15:21:42Z", "revision_number": 0}}' 2023-04-18 15:21:43,139 79582 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d66b8f8-4965-458a-b4c4-b03518eef460', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'floating_ip_address': '172.24.4.194', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:42Z', 'updated_at': '2023-04-18T15:21:42Z', 'revision_number': 0, 'ip': '172.24.4.194'} created 2023-04-18 15:21:43,230 79582 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.086s 2023-04-18 15:21:43,231 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 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-dca55661-6bbf-4be8-9af6-2eb6d01ca306', '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": "fb1187e621234a18a337d8bae5c59ec3", "name": "tempest-VolumesAdminNegativeTest-577927350-project-member", "password_expires_at": null}, "audit_ids": ["7CJUE58fStKz-a9CSNZp-w"], "expires_at": "2023-04-18T16:21:43.000000Z", "issued_at": "2023-04-18T15:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c34ff3309c74223b4c2e3e7f6698860", "name": "tempest-VolumesAdminNegativeTest-577927350"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d 5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:43,232 79582 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '70f00798-af6a-4eb7-b15c-89b7a38f573e', 'name': 'tempest-VolumesAdminNegativeTest-1079929368-network', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:43,233 79582 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-137830134', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZZTrZ+YKJnfgUDzjW9bX8cglLxCBoY9x/E6rvGmSySDhIdZZxF4VaazH+tOc3ImwRwI5bEoOeVSV82E+anIAX1wZ77Cp/urFLVAbL8BZdys34ajVsgV5K6CZ8vLAN64g==', 'fingerprint': '36:16:50:55:ee:0f:4e:b5:26:45:1d:81:02:c5:86:e1', 'user_id': 'fb1187e621234a18a337d8bae5c59ec3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAg9vyQuZTPEDBFPGCZ35aKvG30FWbOD66JQuH+7jates9RB2vhKsun\nEDgKnb17/4CgBwYFK4EEACKhZANiAATmWU62fmCiZ34FA841vW1/HIJS8QgaGPcf\nxOq7xpkskg4SHWWcReFWmsx/rTnNyJsEcCOWxKDnlUlfNhPmpyAF9cGe+wqf7qxS\n1QGy/AWXcrN+Go1bIFeSugmfLywDeuI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', 'name': 'tempest-securitygroup--395091987', 'stateful': True, 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': 'tempest-description--875804117', 'shared': False, 'security_group_rules': [{'id': '03d04ddb-8a96-4a34-9452-1c9c486f1528', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'security_group_id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', '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': 380, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 0, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}, {'id': 'a652be44-49d8-432e-8e65-30b4b05bf186', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'security_group_id': '04e60e13-ab4c-43e7-94eb-d3dfbd96e428', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-04-18T1 5:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 0, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}], 'tags': [], 'created_at': '2023-04-18T15:21:36Z', 'updated_at': '2023-04-18T15:21:36Z', 'revision_number': 1, 'project_id': '8c34ff3309c74223b4c2e3e7f6698860'}, 'floating_ip': {'id': '9d66b8f8-4965-458a-b4c4-b03518eef460', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'floating_ip_address': '172.24.4.194', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8c34ff3309c74223b4c2e3e7f6698860', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:42Z', 'updated_at': '2023-04-18T15:21:42Z', 'revision_number': 0, 'ip': '172.24.4.194'}} 2023-04-18 15:21:44,277 79582 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 1.043s 2023-04-18 15:21:44,278 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2075437977", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "70f00798-af6a-4eb7-b15c-89b7a38f573e"}], "security_groups": [{"name": "tempest-securitygroup--395091987"}], "key_name": "tempest-keypair-137830134", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c80100ac-c2eb-40d1-9a79-ff263ca6f30b', 'x-compute-request-id': 'req-c80100ac-c2eb-40d1-9a79-ff263ca6f30b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--395091987"}], "adminPass": "F2PJo5T27auW"}}' 2023-04-18 15:21:44,360 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd 0.076s 2023-04-18 15:21:44,361 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:44 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-3a07858c-f145-4012-bd26-452f5e18853f', 'x-compute-request-id': 'req-3a07858c-f145-4012-bd26-452f5e18853f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "name": "tempest-VolumesAdminNegativeTest-server-2075437977", "status": "BUILD", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hos tId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:44Z", "updated": "2023-04-18T15:21:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-137830134", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:34,656 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd 0.224s 2023-04-18 15:22:34,656 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:34 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-c9429246-60f6-4119-a9c0-4e95f120ea57', 'x-compute-request-id': 'req-c9429246-60f6-4119-a9c0-4e95f120ea57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd'} Body: b'{"server": {"id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "name": "tempest-VolumesAdminNegativeTest-server-2075437977", "status": "ACTIVE", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "8b4448bafa8cad62f9e4d2aea1f12ba03ea3aea5ad09e2cd3a1a02f5", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:44Z", "updated": "2023-04-18T15:21:55Z", "addresses": {"tempest-VolumesAdminNegativeTest-1079929368-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:73:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-137830134", "OS-SRV-USG:launched_at": "2023-04-18T15:21:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--395091987"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:34,671 79582 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:34,907 79582 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/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd/os-interface 0.175s 2023-04-18 15:23:34,907 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:34 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-28af497e-7bbc-48c5-9580-53767b99b461', 'x-compute-request-id': 'req-28af497e-7bbc-48c5-9580-53767b99b461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/467ddcb5-c0b8-43bd-8a39-35b35b57f0fd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "70f00798-af6a-4eb7-b15c-89b7a38f573e", "port_id": "8bc44429-4246-41f6-ad97-13ae72c79074", "mac_addr": "fa:16:3e:fc:73:7c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1904941d-db4a-479a-b182-0956c7d5bff7", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 15:23:35,624 79582 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/9d66b8f8-4965-458a-b4c4-b03518eef460 0.713s 2023-04-18 15:23:35,624 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8bc44429-4246-41f6-ad97-13ae72c79074"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-96f30397-cf11-439c-903f-276d47c5abf7', 'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d66b8f8-4965-458a-b4c4-b03518eef460'} Body: b'{"floatingip": {"id": "9d66b8f8-4965-458a-b4c4-b03518eef460", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "floating_ip_address": "172.24.4.194", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "9bdf51b1-fc94-4a37-9953-4d3d022d8e15", "port_id": "8bc44429-4246-41f6-ad97-13ae72c79074", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "70f00798-af6a-4eb7-b15c-89b7a38f573e", "mac_address": "fa:16:3e:fc:73:7c", "admin_state_up": true, "status": "ACTIVE", "device_id": "467ddcb5-c0b8-43bd-8a39-35b35b57f0fd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:42Z", "updated_at": "2023-04-18T15:23:35Z", "revision_number": 1, "project_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:23:35,626 79582 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.194:22' as 'cirros' with public key authentication 2023-04-18 15:23:35,663 79582 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:35,685 79582 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:35,685 79582 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.194 successfully created 2023-04-18 15:23:35,937 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes 0.251s 2023-04-18 15:23:35,937 79582 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-368323691"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4732ca-5b19-41ce-a25a-5bf8923c1e39', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reques t-id': 'req-7c4732ca-5b19-41ce-a25a-5bf8923c1e39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:35.870010", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:35,988 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b 0.040s 2023-04-18 15:23:35,988 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e279328c-d364-456b-b4be-53db67c4c5f7', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e279328c-d364-456b-b4be-53db67c4c5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:23:37,042 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b 0.041s 2023-04-18 15:23:37,042 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6575d8-12b6-43d4-a3bd-6a76a6a7d61d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6575d8-12b6-43d4-a3bd-6a76a6a7d61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b'} Body: b'{"volume": {"id": "9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:36.000000", "updated_at": "2023-04-18T15:23:36.000000", "name": "tempest-VolumesAdminNegativeTest-volume-368323691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/9eaaa2e4-5d4a-47ff-b72a-5554f6f4827b"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 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 938c5c7c-db0b-4116-847c-e4bd16b44a64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:00,636 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:00,637 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:00,908 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.269s 2023-04-18 15:21:00,908 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1496363600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc1983e-6e58-4bd1-a0a8-389468a2b64a', 'x-compute-request-id': 'req-dcc1983e-6e58-4bd1-a0a8-389468a2b64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1496363600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ==", "fingerprint": "4d:01:18:ca:c8:37:c5:29:a3:cf:07:60:8b:1b:81:a6", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:21:00,913 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1496363600 created 2023-04-18 15:21:01,790 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.876s 2023-04-18 15:21:01,791 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1363688396", "description": "tempest-description--1973447555"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-347bd130-4632-439f-b684-cfe15b42d1ba', 'date': 'Tue, 18 Apr 2023 15:21:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e55601c7-54b3-48a3-bb7a-f870070db351", "name": "tempest-securitygroup--1363688396", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--1973447555", "shared": false, "security_group_rules": [{"id": "69c78744-e4b1-4bfe-8c1b-806dba362d55", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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": 192, "description": null, "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "a929537d-68c2-4d97-a399-8650848275a4", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 190, "description": null, "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:21:01Z", "updated_at": "2023-04-18T15:21:01Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:02,735 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.944s 2023-04-18 15:21:02,736 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-c8a91b55-e394-43e1-ad4f-815c6b075681', 'date': 'Tue, 18 Apr 2023 15:21:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0bf00cf8-6737-4473-8982-6a5220a85304", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-18T15:21:02Z", "updated_at": "2023-04-18T15:21:02Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:03,194 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.458s 2023-04-18 15:21:03,194 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-924bcbe8-66f6-4055-96ef-028d991e46f9', 'date': 'Tue, 18 Apr 2023 15:21:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bd3982ef-488c-402d-9026-2a3a2ca970dc", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "e55601c7-54b3-48a3-bb7a-f870070db351", "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-18T15:21:02Z", "updated_at": "2023-04-18T15:21:02Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:21:03,194 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1363688396 created 2023-04-18 15:21:05,396 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.201s 2023-04-18 15:21:05,396 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-fcc208ca-ad91-4ed6-9138-9facefbead00', 'date': 'Tue, 18 Apr 2023 15:21:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7d50410b-1ed3-42e5-bf03-7f56ada64ea6", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.47", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:04Z", "updated_at": "2023-04-18T15:21:04Z", "revision_number": 0}}' 2023-04-18 15:21:05,396 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7d50410b-1ed3-42e5-bf03-7f56ada64ea6', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:04Z', 'updated_at': '2023-04-18T15:21:04Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-04-18 15:21:05,499 79574 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.096s 2023-04-18 15:21:05,500 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:05 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-055e179e-015c-4656-bd19-0795f08ccc3e', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["4usphvvDSUS6FiDuHO3tLg"], "expires_at": "2023-04-18T16:21:05.000000Z", "issued_at": "2023-04-18T15:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http:// 10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:05,501 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:05,501 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1496363600', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIXdu2aBUMS6Tkp9/QPJT7jqc8IVmQGMEFuaE7JlulyyF0Fezm9/9qIFkFHgWUaScUm8urp0Uvwd0X5fycmWXtywIZQkMNslSpQxjZSevGvM2bxbbiYPlXre3hxMiNx5yQ==', 'fingerprint': '4d:01:18:ca:c8:37:c5:29:a3:cf:07:60:8b:1b:81:a6', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCDhYnDHSOwgD4zqJMb+uiH0O+yime6FNltQ8QThjiwoDgnjviBxbL1\nezpNGfKnAZqgBwYFK4EEACKhZANiAASF3btmgVDEuk5Kff0DyU+46nPCFZkBjBBb\nmhOyZbpcshdBXs5vf/aiBZBR4FlGknFJvLq6dFL8HdF+X8nJll7csCGUJDDbJUqU\nMY2UnrxrzNm8W24mD5V63t4cTIjceck=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e55601c7-54b3-48a3-bb7a-f870070db351', 'name': 'tempest-securitygroup--1363688396', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--1973447555', 'shared': False, 'security_group_rules': [{'id': '69c78744-e4b1-4bfe-8c1b-806dba362d55', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'e55601c7-54b3-48a3-bb7a-f870070db351', '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': 192, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'a929537d-68c2-4d97-a399-8650848275a4', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'e55601c7-54b3-48a3-bb7a-f870070db351', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 190, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a 6f7780012e87354'}], 'tags': [], 'created_at': '2023-04-18T15:21:01Z', 'updated_at': '2023-04-18T15:21:01Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '7d50410b-1ed3-42e5-bf03-7f56ada64ea6', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:04Z', 'updated_at': '2023-04-18T15:21:04Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-04-18 15:21:07,714 79574 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 2.212s 2023-04-18 15:21:07,715 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1557769050", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "key_name": "tempest-keypair-1496363600", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89be1886-64c2-4eae-b0f9-0c525b3ed78e', 'x-compute-request-id': 'req-89be1886-64c2-4eae-b0f9-0c525b3ed78e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "adminPass": "password"}}' 2023-04-18 15:21:07,887 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.169s 2023-04-18 15:21:07,887 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:07 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-8d07fb7e-1624-42c1-8177-257bc16e5ef3', 'x-compute-request-id': 'req-8d07fb7e-1624-42c1-8177-257bc16e5ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:08Z", "updated": "2023-04-18T15:21:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:58,645 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.697s 2023-04-18 15:21:58,645 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:57 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-9e4eaf4e-afff-4587-ae53-756e46087a05', 'x-compute-request-id': 'req-9e4eaf4e-afff-4587-ae53-756e46087a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:07Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:21:58,658 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:22:59,097 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1/os-interface 0.393s 2023-04-18 15:22:59,097 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:58 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-33840606-afe2-4517-b3ff-2f13b669cb44', 'x-compute-request-id': 'req-33840606-afe2-4517-b3ff-2f13b669cb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa", "mac_addr": "fa:16:3e:87:84:d6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 15:23:00,251 79574 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/7d50410b-1ed3-42e5-bf03-7f56ada64ea6 1.148s 2023-04-18 15:23:00,251 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9589ce78-b9f1-4315-8623-3bb1fc5246ea', 'date': 'Tue, 18 Apr 2023 15:23:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6'} Body: b'{"floatingip": {"id": "7d50410b-1ed3-42e5-bf03-7f56ada64ea6", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.47", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "d83591fe-d401-4d8c-9c9a-d7dd66dcfdfa", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:87:84:d6", "admin_state_up": true, "status": "ACTIVE", "device_id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:04Z", "updated_at": "2023-04-18T15:22:59Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:00,253 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.47:22' as 'cirros' with public key authentication 2023-04-18 15:23:00,297 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:00,326 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:00,327 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.47 successfully created 2023-04-18 15:23:00,753 79574 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/fcc0516f-559a-4d0c-aeab-56d2c08882a1/ips 0.425s 2023-04-18 15:23:00,753 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:00 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-c911696f-6f25-4049-b859-af00d53d5bb8', 'x-compute-request-id': 'req-c911696f-6f25-4049-b859-af00d53d5bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4 d0c-aeab-56d2c08882a1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-18 15:23:01,154 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.397s 2023-04-18 15:23:01,154 79574 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-334115925"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4abde9a-784e-41ad-a673-386e0ed40b7f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4abde9a-784e-41ad-a673-386e0ed40b7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.092346", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:01,212 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64 0.049s 2023-04-18 15:23:01,213 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbde23ec-a706-49d8-ae92-67812f144c35', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbde23ec-a706-49d8-ae92-67812f144c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:02,264 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volum e_to_different_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64 0.039s 2023-04-18 15:23:02,264 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8782bcec-7ca8-4208-aac7-c4d93bb4ded0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8782bcec-7ca8-4208-aac7-c4d93bb4ded0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64'} Body: b'{"volume": {"id": "938c5c7c-db0b-4116-847c-e4bd16b44a64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:01.000000", "updated_at": "2023-04-18T15:23:01.000000", "name": "tempest-AttachVolumeNegativeTest-volume-334115925", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/938c5c7c-db0b-4116-847c-e4bd16b44a64"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:02,440 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.165s 2023-04-18 15:23:02,441 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-293b4e8b-8a52-4b4d-8237-a67ffb5c2df2', 'x-compute-request-id': 'req-293b4e8b-8a52-4b4d-8237-a67ffb5c2df2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'' 2023-04-18 15:23:02,806 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.364s 2023-04-18 15:23:02,806 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99617a55-47dd-4f53-808b-5c1e3fb2eb74', 'x-compute-request-id': 'req-99617a55-47dd-4f53-808b-5c1e3fb2eb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"server": {"id": "fcc0516f-559a-4d0c-aeab-56d2c08882a1", "name": "tempest-AttachVolumeNegativeTest-server-1557769050", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:07Z", "updated": "2023-04-18T15:23:02Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1496363600", "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1363688396"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:52,937 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1 0.069s 2023-04-18 15:23:52,937 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-781a4435-d2f7-4e1f-9487-1acb07fc793f', 'x-compute-request-id': 'req-781a4435-d2f7-4e1f-9487-1acb07fc793f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcc0516f-559a-4d0c-aeab-56d2c08882a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fcc0516f-559a-4d0c-aeab-56d2c08882a1 could not be found."}}' 2023-04-18 15:23:52,969 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1496363600 0.030s 2023-04-18 15:23:52,969 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-2091d6d4-15a5-4b65-84dc-947fb9c6ff6c', 'x-compute-request-id': 'req-2091d6d4-15a5-4b65-84dc-947fb9c6ff6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1496363600'} Body: b'' 2023-04-18 15:23:53,123 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351 0.153s 2023-04-18 15:23:53,124 79574 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-606c6820-307b-45bc-a050-9917a5d4343b', 'co ntent-length': '0', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351'} Body: b'' 2023-04-18 15:23:53,145 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351 0.021s 2023-04-18 15:23:53,146 79574 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-8a0812f8-fa07-4237-97e0-23c83514ee96', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e55601c7-54b3-48a3-bb7a-f870070db351'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e55601c7-54b3-48a3-bb7a-f870070db351 does not exist", "detail": ""}}' 2023-04-18 15:23:53,618 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6 0.471s 2023-04-18 15:23:53,618 79574 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-b873ba5f-2400-4c04-b72a-d8740b90c9f5', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7d50410b-1ed3-42e5-bf03-7f56ada64ea6'} Body: b'' 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 c8ba654e-df75-4f17-8fb7-d1521579f3ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:08,424 79586 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:08,424 79586 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:08,807 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.380s 2023-04-18 15:21:08,808 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2117243910", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:08 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-6ed23f67-4f00-4448-b716-935e5f3865ca', 'x-compute-request-id': 'req-6ed23f67-4f00-4448-b716-935e5f3865ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2117243910", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g==", "fingerprint": "bb:21:88:62:43:07:28:89:ea:81:82:b3:f8:a0:91:57", "user_id": "c133acd96c98486fac2085187824d10b"}}' 2023-04-18 15:21:08,812 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2117243910 created 2023-04-18 15:21:09,330 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.517s 2023-04-18 15:21:09,330 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--967404536", "description": "tempest-description--814608055"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-b27feab2-7c6b-4ac7-843c-a2925fe2c512', 'date': 'Tue, 18 Apr 2023 15:21:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "name": "tempest-securitygroup--967404536", "stateful": true, "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "description": "tempest-description--814608055", "shared": false, "security_group_rules": [{"id": "dae4a984-2f32-4b5e-a7f4-b7f36f26da82", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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": 258, "description": null, "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}, {"id": "fed7759d-b959-4e0f-a12f-53c64b69a51f", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 259, "description": null, "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}], "tags": [], "created_at": "2023-04-18T15:21:08Z", "updated_at": "2023-04-18T15:21:08Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,049 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.718s 2023-04-18 15:21:10,050 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-84252f56-5c81-41d1-a842-1212f8b77ad7', 'date': 'Tue, 18 Apr 2023 15:21:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99a4e7e3-9f30-4f15-84eb-bed8a96d168d", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-18T15:21:09Z", "updated_at": "2023-04-18T15:21:09Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,924 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.874s 2023-04-18 15:21:10,925 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e5c2afaa-8fc5-41d5-91df-ad927150842e', 'date': 'Tue, 18 Apr 2023 15:21:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cd103a3-c54a-4da1-999a-bce9ab2124e5", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "fe296901-a74c-41f3-b9fe-c5a36589cb21", "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-18T15:21:10Z", "updated_at": "2023-04-18T15:21:10Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:21:10,925 79586 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--967404536 created 2023-04-18 15:21:13,065 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.139s 2023-04-18 15:21:13,065 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-b5519217-0cee-4516-bc86-3edb547d97bf', 'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d45b3fd-0c9f-4989-9999-6394ab3fe7ea", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.19", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7269241b8f244a86b51580dd6319d5c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:11Z", "updated_at": "2023-04-18T15:21:11Z", "revision_number": 0}}' 2023-04-18 15:21:13,065 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d45b3fd-0c9f-4989-9999-6394ab3fe7ea', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:11Z', 'updated_at': '2023-04-18T15:21:11Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-04-18 15:21:13,156 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-04-18 15:21:13,156 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f31dacd4-1d0b-44d4-8da0-5692919164e2', '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": "c133acd96c98486fac2085187824d10b", "name": "tempest-AttachVolumeTestJSON-1284069294-project-member", "password_expires_at": null}, "audit_ids": ["xQT7uBR-QSuHK-0nmlrxmw"], "expires_at": "2023-04-18T16:21:13.000000Z", "issued_at": "2023-04-18T15:21:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7269241b8f244a86b51580dd6319d5c6", "name": "tempest-AttachVolumeTestJSON-1284069294"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Re gionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:13,157 79586 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '5fec6c8b-49b1-4298-a7ee-886f04baa0e2', 'name': 'tempest-AttachVolumeTestJSON-1622188140-network', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59816, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:13,158 79586 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2117243910', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBByhV4QdAUWAAua5zzEDT2XtzeH+e6UXWZB1tOsDbYKxNuHT4XYvLeygb3b4DwaN6OsqebVOCHdpZFxB+vLUG3sw2GYF4hq0JDhjNOYz7VBkz+vXbbd5anmG3DfPNd5j4g==', 'fingerprint': 'bb:21:88:62:43:07:28:89:ea:81:82:b3:f8:a0:91:57', 'user_id': 'c133acd96c98486fac2085187824d10b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAtflGnC/ZvpH8K5llV34KifUwrrMiuvTz0KR2Igknbg/0etIA+zKXT\nda8w9beIgF+gBwYFK4EEACKhZANiAAQcoVeEHQFFgALmuc8xA09l7c3h/nulF1mQ\ndbTrA22CsTbh0+F2Ly3soG92+A8GjejrKnm1Tgh3aWRcQfry1Bt7MNhmBeIatCQ4\nYzTmM+1QZM/r1223eWp5htw3zzXeY+I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', 'name': 'tempest-securitygroup--967404536', 'stateful': True, 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'description': 'tempest-description--814608055', 'shared': False, 'security_group_rules': [{'id': 'dae4a984-2f32-4b5e-a7f4-b7f36f26da82', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', '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': 258, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, {'id': 'fed7759d-b959-4e0f-a12f-53c64b69a51f', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'fe296901-a74c-41f3-b9fe-c5a36589cb21', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 259, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}], 'tags': [], 'created_at': '2023-04-18T15:21:08Z', 'updated_at': '2023-04-18T15:21:08Z', 'revision_number': 1, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, 'floating_ip': {'id': '9d45b3fd-0c9f-4989-9999-6394ab3fe7ea', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:11Z', 'updated_at': '2023-04-18T15:21:11Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-04-18 15:21:15,118 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.959s 2023-04-18 15:21:15,118 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1266013552", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2"}], "security_groups": [{"name": "tempest-securitygroup--967404536"}], "key_name": "tempest-keypair-2117243910", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f33d21-da70-4cd0-8e94-8111aa560124', 'x-compute-request-id': 'req-87f33d21-da70-4cd0-8e94-8111aa560124', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--967404536"}], "adminPass": "password"}}' 2023-04-18 15:21:15,354 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.233s 2023-04-18 15:21:15,354 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c8a648-0a4c-4921-95ea-c33c36de3a35', 'x-compute-request-id': 'req-99c8a648-0a4c-4921-95ea-c33c36de3a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "BUILD", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:21:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:05,856 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.441s 2023-04-18 15:22:05,857 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:05 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-c2caff63-6442-4511-990a-b936d15ccc24', 'x-compute-request-id': 'req-c2caff63-6442-4511-990a-b936d15ccc24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:21:27Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": "2023-04-18T15:21:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--967404536"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:05,869 79586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:06,112 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/os-interface 0.241s 2023-04-18 15:23:06,112 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-o penstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94848192-5249-46ac-8fab-77849999a6b8', 'x-compute-request-id': 'req-94848192-5249-46ac-8fab-77849999a6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51", "mac_addr": "fa:16:3e:96:bf:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e788df66-789b-44cb-979c-7af9ee4d5919", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 15:23:07,598 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea 1.482s 2023-04-18 15:23:07,599 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ba05db2a-a80d-4a05-8c3d-3cbd879ce710', 'date': 'Tue, 18 Apr 2023 15:23:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea'} Body: b'{"floatingip": {"id": "9d45b3fd-0c9f-4989-9999-6394ab3fe7ea", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.19", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "bae004a4-2ed1-423d-84b6-dff2a8babfe6", "port_id": "8d166e3d-3bd1-49ae-a8b7-2197bf07cb51", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "mac_address": "fa:16:3e:96:bf:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "f420f72a-75b8-4492-936b-652048e06902", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:11Z", "updated_at": "2023-04-18T15:23:06Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:07,601 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,640 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,664 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,664 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:07,908 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/ips 0.243s 2023-04-18 15:23:07,908 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:07 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-399dbf7a-6c69-446d-ab35-90a2dc76f2e4', 'x-compute-request-id': 'req-399dbf7a-6c69-446d-ab35-90a2dc76f2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 15:23:07,912 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,916 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,935 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,936 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:07,936 79586 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 15:23:07,937 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-18 15:23:07,942 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:07,960 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:07,961 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-18 15:23:08,234 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes 0.238s 2023-04-18 15:23:08,235 79586 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-544699034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef7839f-c602-4db8-b937-a78edce108d5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef7839f-c602-4db8-b937-a78edce108d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.171692", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:08,305 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab 0.060s 2023-04-18 15:23:08,306 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d015d8f0-b882-42c0-a7f2-8f3e87537ead', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d015d8f0-b882-42c0-a7f2-8f3e87537ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.000000", "updated_at": null, "name": "tempe st-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:09,381 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab 0.063s 2023-04-18 15:23:09,382 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb1baf7-7d7b-4538-a6e3-03fb710a9640', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb1baf7-7d7b-4538-a6e3-03fb710a9640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab'} Body: b'{"volume": {"id": "c8ba654e-df75-4f17-8fb7-d1521579f3ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:08.000000", "updated_at": "2023-04-18T15:23:08.000000", "name": "tempest-AttachVolumeTestJSON-volume-544699034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/c8ba654e-df75-4f17-8fb7-d1521579f3ab"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:23:09,548 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.152s 2023-04-18 15:23:09,548 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3a4d59-a30f-45de-aa51-b37ab96f9099', 'x-compute-request-id': 'req-2a3a4d59-a30f-45de-aa51-b37ab96f9099', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'' 2023-04-18 15:23:09,879 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.330s 2023-04-18 15:23:09,880 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:09 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e9ee789-1469-4480-ab17-aec2f387c7c7', 'x-compute-request-id': 'req-3e9ee789-1469-4480-ab17-aec2f387c7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"server": {"id": "f420f72a-75b8-4492-936b-652048e06902", "name": "tempest-AttachVolumeTestJSON-server-1266013552", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:15Z", "updated": "2023-04-18T15:23:09Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:bf:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f420f72a-75b8-4492-936b-652048e06902"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117243910", "OS-SRV-USG:launched_at": "2023-04-18T15:21:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--967404536"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:59,994 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902 0.050s 2023-04-18 15:23:59,994 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b4a1e698-8b21-4729-8ac0-9a39d98a2d64', 'x-compute-request-id': 'req-b4a1e698-8b21-4729-8ac0-9a39d98a2d64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f420f72a-75b8-4492-936b-652048e06902'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f420f72a-75b8-4492-936b-652048e06902 could not be found."}}' 2023-04-18 15:24:00,029 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117243910 0.034s 2023-04-18 15:24:00,030 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-239750ce-dbc0-4280-8b6a-857 5764063d5', 'x-compute-request-id': 'req-239750ce-dbc0-4280-8b6a-8575764063d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117243910'} Body: b'' 2023-04-18 15:24:00,208 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21 0.177s 2023-04-18 15:24:00,208 79586 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-bd078bfc-a4e1-48dc-9b31-50333021149d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21'} Body: b'' 2023-04-18 15:24:00,231 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21 0.021s 2023-04-18 15:24:00,231 79586 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-cad64e78-1a93-47ca-89fb-b627efa6a52b', 'date': 'Tue, 18 Apr 2023 15:24:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fe296901-a74c-41f3-b9fe-c5a36589cb21'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fe296901-a74c-41f3-b9fe-c5a36589cb21 does not exist", "detail": ""}}' 2023-04-18 15:24:01,177 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea 0.946s 2023-04-18 15:24:01,178 79586 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-dee2ae37-3af2-49b3-a7b3-865fd43802d8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d45b3fd-0c9f-4989-9999-6394ab3fe7ea'} Body: b'' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 26588f93-d694-4bbd-a4ce-d8d0bf4931d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:26,316 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-04-18 15:21:26,317 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 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-e6d819c7-f3e9-4343-a711-a93321495699', '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": "205cbab58b18431da5cded85339cdf51", "name": "tempest-VolumesActionsTest-748322637-project-member", "password_expires_at": null}, "audit_ids": ["GVYO6MiDRW6G_KkGweokiQ"], "expires_at": "2023-04-18T16:21:26.000000Z", "issued_at": "2023-04-18T15:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c46068c4f77148359db56e2a79acb5d6", "name": "tempest-VolumesActionsTest-748322637"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:26,318 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '037139ae-764a-4244-95a2-b72008920c25', 'name': 'tempest-VolumesActionsTest-1743301613-network', 'tenant_id': 'c46068c4f77148359db56e2a79acb5d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c46068c4f77148359db56e2a79acb5d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6540, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:16Z', 'updated_at': '2023-04-18T15:21:16Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:29,000 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.680s 2023-04-18 15:21:29,001 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1183139627", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "037139ae-764a-4244-95a2-b72008920c25"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4edafdbb-9b89-4b40-82ac-e0e29db1f4dd', 'x-compute-request-id': 'req-4edafdbb-9b89-4b40-82ac-e0e29db1f4dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4V2NCjxRpoum"}}' 2023-04-18 15:21:29,206 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.199s 2023-04-18 15:21:29,206 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:29 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-f3432535-1526-4120-b9a2-5e3840bfa781', 'x-compute-request-id': 'req-f3432535-1526-4120-b9a2-5e3840bfa781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "BUILD", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:29Z", "updated": "2023-04-18T15:21:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "sched uling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:19,607 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.335s 2023-04-18 15:22:19,607 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f10043ec-2ad8-4b75-a4e2-b3b6f9ecfeb5', 'x-compute-request-id': 'req-f10043ec-2ad8-4b75-a4e2-b3b6f9ecfeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "ACTIVE", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "07e0e1c50a7d1bf8ed263bf99eab38dc294237e662bc9314b28aa9df", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:28Z", "updated": "2023-04-18T15:21:43Z", "addresses": {"tempest-VolumesActionsTest-1743301613-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:24:c0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:19,619 79578 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:19,882 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes 0.202s 2023-04-18 15:23:19,883 79578 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-1113405180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc7e559-79ba-4d59-9ab7-fbe6067e2c44', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc7e559-79ba-4d59-9ab7-fbe6067e2c44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:19.825376", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:19,929 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.037s 2023-04-18 15:23:19,930 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b24e29d-fae9-406b-8a6b-810e4beca9e7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b24e29d-fae9-406b-8a6b-810e4beca9e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:20,999 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.058s 2023-04-18 15:23:21,000 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b138d0f9-704c-48a0-b75c-58efbd9b95c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b138d0f9-704c-48a0-b75c-58efbd9b95c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": "2023-04-18T15:23:20.000000", "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cd ed85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:21,050 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.039s 2023-04-18 15:23:21,051 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f57006-9ed9-4979-9816-b127b1491e27', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f57006-9ed9-4979-9816-b127b1491e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"volume": {"id": "26588f93-d694-4bbd-a4ce-d8d0bf4931d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:20.000000", "updated_at": "2023-04-18T15:23:20.000000", "name": "tempest-VolumesActionsTest-Volume-1113405180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:23:21,165 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.104s 2023-04-18 15:23:21,166 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8480f244-1392-45c3-a438-4652b18bf8f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'' 2023-04-18 15:23:21,188 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7 0.021s 2023-04-18 15:23:21,188 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc656884-c258-4c00-9bed-d27b644935b8', 'x-openstack-request-id': 'req-dc656884-c258-4c00-9bed-d27b644935b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/26588f93-d694-4bbd-a4ce-d8d0bf4931d7'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume 26588f93-d694-4bbd-a4ce-d8d0bf4931d7 could not be found."}}' 2023-04-18 15:23:21,325 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.136s 2023-04-18 15:23:21,326 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-8de0ee62-d496-4fcf-880d-7b662274f6f3', 'x-compute-request-id': 'req-8de0ee62-d496-4fcf-880d-7b662274f6f3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'' 2023-04-18 15:23:21,608 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.282s 2023-04-18 15:23:21,609 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23455384-826f-4d72-ad31-21de593309cc', 'x-compute-request-id': 'req-23455384-826f-4d72-ad31-21de593309cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"server": {"id": "e2d13c96-a763-46c1-b214-80f34151543f", "name": "tempest-VolumesActionsTest-instance-1183139627", "status": "ACTIVE", "tenant_id": "c46068c4f77148359db56e2a79acb5d6", "user_id": "205cbab58b18431da5cded85339cdf51", "metadata": {}, "hostId": "07e0e1c50a7d1bf8ed263bf99eab38dc294237e662bc9314b28aa9df", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:28Z", "updated": "2023-04-18T15:23:21Z", "addresses": {"tempest-VolumesActionsTest-1743301613-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:24:c0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2d13c96-a763-46c1-b214-80f34151543f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:11,702 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f 0.034s 2023-04-18 15:24:11,702 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1c5792f8-5f48-48d8-9467-cb73061df604', 'x-compute-request-id': 'req-1c5792f8-5f48-48d8-9467-cb73061df604', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2d13c96-a763-46c1-b214-80f34151543f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e2d13c96-a763-46c1-b214-80f34151543f 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 1ea620ad-f9d8-4518-a39d-7d2451e3e999 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:11,929 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.223s 2023-04-18 15:24:11,930 79578 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-1508438715"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98671f97-af7e-4bf4-9725-dedc8df7bb26', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98671f97-af7e-4bf4-9725-dedc8df7bb26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:11.852106", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:11,999 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.051s 2023-04-18 15:24:11,999 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278e3230-c0ad-46c3-921a-deb05a053126', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278e3230-c0ad-46c3-921a-deb05a053126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,062 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.051s 2023-04-18 15:24:13,062 79578 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da92653f-0219-4445-a8fb-02e5f378f9bd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da92653f-0219-4445-a8fb-02e5f378f9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": "2023-04-18T15:24:12.000000", "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,111 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.038s 2023-04-18 15:24:13,112 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2616ca7-7b5f-4578-95c5-0a3a1a9cc65e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2616ca7-7b5f-4578-95c5-0a3a1a9cc65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"volume": {"id": "1ea620ad-f9d8-4518-a39d-7d2451e3e999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:12.000000", "updated_at": "2023-04-18T15:24:12.000000", "name": "tempest-VolumesActionsTest-Volume-1508438715", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:13,218 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.096s 2023-04-18 15:24:13,218 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42da1fa-de42-4b09-bc7c-17ca115cda1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'' 2023-04-18 15:24:13,242 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999 0.023s 2023-04-18 15:24:13,243 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8aef83d-d999-4585-923f-8e44dde9453a', 'x-openstack-request-id': 'req-b8aef83d-d999-4585-923f-8e44dde9453a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/1ea620ad-f9d8-4518-a39d-7d2451e3e999'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1ea620ad-f9d8-4518-a39d-7d2451e3e999 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 9f4156fc-2fac-4c41-8f4a-124ddabdb60e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:13,430 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.185s 2023-04-18 15:24:13,431 79578 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-1172243037"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c26c3448-41e0-4e00-b772-fe475b8c6f77', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c26c3448-41e0-4e00-b772-fe475b8c6f77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.369345", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:13,483 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.043s 2023-04-18 15:24:13,483 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88328062-16d2-462f-a782-013aa79afda7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88328062-16d2-462f-a782-013aa79afda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,560 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.065s 2023-04-18 15:24:14,560 79578 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43105d8a-ff63-4bab-a06c-a67877103b77', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43105d8a-ff63-4bab-a06c-a67877103b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": "2023-04-18T15:24:14.000000", "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,611 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.038s 2023-04-18 15:24:14,612 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1bb215-2949-47ad-bb6f-eecec3c7f0df', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1bb215-2949-47ad-bb6f-eecec3c7f0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"volume": {"id": "9f4156fc-2fac-4c41-8f4a-124ddabdb60e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:13.000000", "updated_at": "2023-04-18T15:24:14.000000", "name": "tempest-VolumesActionsTest-Volume-1172243037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:14,720 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.097s 2023-04-18 15:24:14,720 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-003f1c22-c0f2-46bb-97af-14e1e4ac22af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'' 2023-04-18 15:24:14,742 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e 0.021s 2023-04-18 15:24:14,742 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-44fd16e6-6039-46fe-a74a-4e30999b774d', 'x-openstack-request-id': 'req-44fd16e6-6039-46fe-a74a-4e30999b774d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/9f4156fc-2fac-4c41-8f4a-124ddabdb60e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9f4156fc-2fac-4c41-8f4a-124ddabdb60e 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 80631a55-ee32-4e4e-b132-a23bed2aa3aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:14,987 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.237s 2023-04-18 15:24:14,988 79578 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-1769147312"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b7d2f7-8c14-491a-a49b-78a457be1841', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b7d2f7-8c14-491a-a49b-78a457be1841', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:14.888014", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:15,039 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.041s 2023-04-18 15:24:15,039 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7b0ea3-0956-4599-aeb0-50a7a3119dfd', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7b0ea3-0956-4599-aeb0-50a7a3119dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,093 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.039s 2023-04-18 15:24:16,093 79578 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c18d995-6ecd-46bf-945b-0c233c1e044c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c18d995-6ecd-46bf-945b-0c233c1e044c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": "2023-04-18T15:24:15.000000", "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,167 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.062s 2023-04-18 15:24:16,167 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4349741-8350-4bc8-b36f-c70f9bbd796c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4349741-8350-4bc8-b36f-c70f9bbd796c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"volume": {"id": "80631a55-ee32-4e4e-b132-a23bed2aa3aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:15.000000", "updated_at": "2023-04-18T15:24:15.000000", "name": "tempest-VolumesActionsTest-Volume-1769147312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:16,318 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.139s 2023-04-18 15:24:16,318 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ed6c10-ad39-444e-bea1-c26e21640716', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'' 2023-04-18 15:24:16,340 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa 0.021s 2023-04-18 15:24:16,341 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8320779c-8d55-496a-b30b-6c032c1c0db6', 'x-openstack-request-id': 'req-8320779c-8d55-496a-b30b-6c032c1c0db6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/80631a55-ee32-4e4e-b132-a23bed2aa3aa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80631a55-ee32-4e4e-b132-a23bed2aa3aa 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 5ccdcfd4-34fe-4d78-8888-495ffd8419f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:16,592 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes 0.248s 2023-04-18 15:24:16,593 79578 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-426628737"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a679a4-abe5-4f7b-9df7-a9456dcbe83b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a679a4-abe5-4f7b-9df7-a9456dcbe83b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:16.508329", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:16,653 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.050s 2023-04-18 15:24:16,654 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-104030d2-774e-40b9-bb33-1ba36d8ab3f5', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-104030d2-774e-40b9-bb33-1ba36d8ab3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,709 79578 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/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.043s 2023-04-18 15:24:17,709 79578 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6918d447-65f0-40cc-94cd-8e4cc87ec323', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6918d447-65f0-40cc-94cd-8e4cc87ec323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": "2023-04-18T15:24:17.000000", "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,762 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.041s 2023-04-18 15:24:17,763 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76c861f-5394-4a24-8cc1-3f16d40c977a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76c861f-5394-4a24-8cc1-3f16d40c977a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"volume": {"id": "5ccdcfd4-34fe-4d78-8888-495ffd8419f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:17.000000", "updated_at": "2023-04-18T15:24:17.000000", "name": "tempest-VolumesActionsTest-Volume-426628737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:17,881 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.107s 2023-04-18 15:24:17,882 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 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-23523c1d-a589-4fc7-a9ee-4664b7fa2bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'' 2023-04-18 15:24:17,903 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1 0.020s 2023-04-18 15:24:17,903 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a093690e-7abf-4cdf-b4f8-738d76aead0b', 'x-openstack-request-id': 'req-a093690e-7abf-4cdf-b4f8-738d76aead0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/5ccdcfd4-34fe-4d78-8888-495ffd8419f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ccdcfd4-34fe-4d78-8888-495ffd8419f1 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 0722192e-2ac9-4fec-a74a-bfa34881573f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:18,101 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes 0.195s 2023-04-18 15:24:18,102 79578 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-1114700574"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c4172f-2f64-4a22-9624-0f300c177cf8', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c4172f-2f64-4a22-9624-0f300c177cf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.036174", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:18,155 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.044s 2023-04-18 15:24:18,156 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e077447a-4f58-49d1-9a08-70d7fe305595', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e077447a-4f58-49d1-9a08-70d7fe305595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,208 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.040s 2023-04-18 15:24:19,208 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5f80c6-5852-40cc-97fd-45eff83c1f1e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5f80c6-5852-40cc-97fd-45eff83c1f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": "2023-04-18T15:24:18.000000", "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,262 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.043s 2023-04-18 15:24:19,262 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26195e7-2c5a-4385-89b3-1daaf682969f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26195e7-2c5a-4385-89b3-1daaf682969f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"volume": {"id": "0722192e-2ac9-4fec-a74a-bfa34881573f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:18.000000", "updated_at": "2023-04-18T15:24:18.000000", "name": "tempest-VolumesActionsTest-Volume-1114700574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f"}], "user_id": "205cbab58b18431da5cded85339cdf51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c46068c4f77148359db56e2a79acb5d6"}}' 2023-04-18 15:24:19,403 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.130s 2023-04-18 15:24:19,403 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8328beb1-9a4b-4e7f-a5a9-af816e92f1df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'' 2023-04-18 15:24:19,426 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f 0.023s 2023-04-18 15:24:19,427 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe7a32-e36d-4775-87b7-2a7e8b6d82cd', 'x-openstack-request-id': 'req-82fe7a32-e36d-4775-87b7-2a7e8b6d82cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c46068c4f77148359db56e2a79acb5d6/volumes/0722192e-2ac9-4fec-a74a-bfa34881573f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0722192e-2ac9-4fec-a74a-bfa34881573f could not be found."}}' 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 1573f51c-6b60-4c68-a397-0d11288baeff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:26,963 79570 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/6a2ecd63-8167-41ef-b082-40bc65b91036 0.163s 2023-04-18 15:21:26,963 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0c74aa66-829e-4104-926a-672c526c8f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:27,935 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.938s 2023-04-18 15:21:27,935 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-eaa0ea9d-0903-4a29-a718-0dcf8a1289e9', '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": "47b08d1372a04ee4bcfb739191b2189d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "created_at": "2023-04-18T15:21:28Z", "updated_at": "2023-04-18T15:21:28Z", "tags": [], "self": "/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8", "file": "/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:30,203 79570 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 15:21:30,204 79570 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/05813231-e0c2-46d1-aef2-7c931ca0bee8/file 2.268s 2023-04-18 15:21:30,204 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-07bafb42-0f3d-43ac-9012-ef063cd8b398', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8/file'} Body: b'' 2023-04-18 15:21:30,205 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:21:30,205 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:21:30,563 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.355s 2023-04-18 15:21:30,564 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-66129059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:30 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-f3b76a3f-cb81-4a0c-9e0b-63e1757212d4', 'x-compute-request-id': 'req-f3b76a3f-cb81-4a0c-9e0b-63e1757212d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-66129059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g==", "fingerprint": "5a:91:d7:1d:4d:5d:18:6b:c4:50:9b:22:77:13:9b:01", "user_id": "ce463e5c38a846fd82b0829eaa51831a"}}' 2023-04-18 15:21:30,569 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-66129059 created 2023-04-18 15:21:31,131 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.561s 2023-04-18 15:21:31,131 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--843479447", "description": "tempest-description--1223862015"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-87b6a266-e00e-4146-a637-db1a99da4cec', 'date': 'Tue, 18 Apr 2023 15:21:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6064180e-c762-4714-8b00-9cabc94faad0", "name": "tempest-securitygroup--843479447", "stateful": true, "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "description": "tempest-description--1223862015", "shared": false, "security_group_rules": [{"id": "b3cb5945-3a51-4950-958f-84aa2e778d6b", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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": 358, "description": null, "tags": [], "created_at": " 2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}, {"id": "eb1976f3-6631-4239-b3d8-b1d31385c787", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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": 359, "description": null, "tags": [], "created_at": "2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}], "tags": [], "created_at": "2023-04-18T15:21:30Z", "updated_at": "2023-04-18T15:21:30Z", "revision_number": 1, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:31,796 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.664s 2023-04-18 15:21:31,796 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-ab826ba2-e6a4-44ca-b963-699155e32f08', 'date': 'Tue, 18 Apr 2023 15:21:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a38ff10-6b3d-454c-b804-14942a2c4727", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-18T15:21:31Z", "updated_at": "2023-04-18T15:21:31Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:32,280 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.483s 2023-04-18 15:21:32,280 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de085892-b468-404b-be01-720eacbb9c0c', 'date': 'Tue, 18 Apr 2023 15:21:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ec38e96-8a79-47af-a203-6224c50f0360", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "security_group_id": "6064180e-c762-4714-8b00-9cabc94faad0", "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-18T15:21:31Z", "updated_at": "2023-04-18T15:21:31Z", "revision_number": 0, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:21:32,280 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--843479447 created 2023-04-18 15:21:34,574 79570 INFO [tempest.lib.common.rest_client] Request (Valida tionResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.293s 2023-04-18 15:21:34,574 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f6d43b3a-0036-4af2-a946-68aa62ce7575', 'date': 'Tue, 18 Apr 2023 15:21:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d2f49cd4-7a80-4691-b653-216c788fd53c", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "floating_ip_address": "172.24.4.216", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6dd5f52f6ac845babf10dec78710ad3c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:33Z", "updated_at": "2023-04-18T15:21:33Z", "revision_number": 0}}' 2023-04-18 15:21:34,575 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd2f49cd4-7a80-4691-b653-216c788fd53c', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'floating_ip_address': '172.24.4.216', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:33Z', 'updated_at': '2023-04-18T15:21:33Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2023-04-18 15:21:34,695 79570 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.115s 2023-04-18 15:21:34,695 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:34 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-362583d5-78a9-47f2-989c-2fc24b6b107c', '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": "ce463e5c38a846fd82b0829eaa51831a", "name": "tempest-AttachSCSIVolumeTestJSON-648475788-project-member", "password_expires_at": null}, "audit_ids": ["KxbhIEMuR2epR5b0mVtlVw"], "expires_at": "2023-04-18T16:21:34.000000Z", "issued_at": "2023-04-18T15:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6dd5f52f6ac845babf10dec78710ad3c", "name": "tempest-AttachSCSIVolumeTestJSON-648475788"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "i d": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:21:34,696 79570 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3fc895e6-d8e6-44a8-879d-328e9164d8d5', 'name': 'tempest-AttachSCSIVolumeTestJSON-1143907494-network', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62389, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:34,697 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-66129059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPy9TpJbN5yXS8t/UyAflNviLK4skgj1P2zWCLGyOG4HphNDy/nDLp3BKvn+/WMVYzTY4g9HWStleevJrMxJqvvZECZ7XjDXB6I41Z6vymkImMIjvNPnQR1iAOQ0SDQ53g==', 'fingerprint': '5a:91:d7:1d:4d:5d:18:6b:c4:50:9b:22:77:13:9b:01', 'user_id': 'ce463e5c38a846fd82b0829eaa51831a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD0DiHzrcSdWKu/znH1p2MkbJbe4EzxVgDUZG9zHPj8LXJVnVogOQm1\nTWKoH8d68gqgBwYFK4EEACKhZANiAAT8vU6SWzecl0vLf1MgH5Tb4iyuLJII9T9s\n1gixsjhuB6YTQ8v5wy6dwSr5/v1jFWM02OIPR1krZXnryazMSar72RAme14w1wei\nONWer8ppCJjCI7zT50EdYgDkNEg0Od4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6064180e-c762-4714-8b00-9cabc94faad0', 'name': 'tempest-securitygroup--843479447', 'stateful': True, 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': 'tempest-description--1223862015', 'shared': False, 'security_group_rules': [{'id': 'b3cb5945-3a51-4950-958f-84aa2e778d6b', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'security_group_id': '6064180e-c762-4714-8b00-9cabc94faad0', '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': 358, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 0, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}, {'id': 'eb1976f3-6631-4239-b3d8-b1d31385c787', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'security_group_id': '6 064180e-c762-4714-8b00-9cabc94faad0', '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': 359, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 0, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}], 'tags': [], 'created_at': '2023-04-18T15:21:30Z', 'updated_at': '2023-04-18T15:21:30Z', 'revision_number': 1, 'project_id': '6dd5f52f6ac845babf10dec78710ad3c'}, 'floating_ip': {'id': 'd2f49cd4-7a80-4691-b653-216c788fd53c', 'tenant_id': '6dd5f52f6ac845babf10dec78710ad3c', 'floating_ip_address': '172.24.4.216', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6dd5f52f6ac845babf10dec78710ad3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:21:33Z', 'updated_at': '2023-04-18T15:21:33Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2023-04-18 15:21:36,599 79570 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.902s 2023-04-18 15:21:36,600 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "imageRef": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "3fc895e6-d8e6-44a8-879d-328e9164d8d5"}], "security_groups": [{"name": "tempest-securitygroup--843479447"}], "key_name": "tempest-keypair-66129059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e4ccf0a-bf7e-4709-b58a-86a6ea0f169f', 'x-compute-request-id': 'req-8e4ccf0a-bf7e-4709-b58a-86a6ea0f169f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--843479447"}], "adminPass": "t6xJT8gftGLo"}}' 2023-04-18 15:21:36,751 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.148s 2023-04-18 15:21:36,752 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d92fff13-435d-4a7b-92fa-12ba0f25aeb2', 'x-compute-request-id': 'req-d92fff13-435d-4a7b-92fa-12ba0f25aeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "BUILD", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:37Z", "updated": "2023-04-18T15:21:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:27,115 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.303s 2023-04-18 15:22:27,115 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a87063-ef39-44c3-b833-2cf6f6266ede', 'x-compute-request-id': 'req-b3a87063-ef39-44c3-b833-2cf6f6266ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "ACTIVE", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "1a098847897381fa14a853b8825910457cf79bc7aae224fe4ee2db06", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:36Z", "updated": "2023-04-18T15:21:46Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1143907494-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": "2023-04-18T15:21:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--843479447"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:27,127 79570 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:23:27,335 79570 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/8a60c305-73e0-4a37-8e43-c1cb54eed2d4/os-interface 0.164s 2023-04-18 15:23:27,336 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a867aff5-3f5f-488e-9030-f8fb4e01f974', 'x-compute-request-id': 'req-a867aff5-3f5f-488e-9030-f8fb4e01f974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3fc895e6-d8e6-44a8-879d-328e9164d8d5", "port_id": "90967987-e536-45f4-8e45-7e0808853516", "mac_addr": "fa:16:3e:de:24:1a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "49b361ca-00af-4f19-8c8e-a908b495aa9b", "ip_address": "10.0.0.11"}]}]}' 2023-04-18 15:23:28,129 79570 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/d2f49cd4-7a80-4691-b653-216c788fd53c 0.789s 2023-04-18 15:23:28,129 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "90967987-e536-45f4-8e45-7e0808853516"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-b680a33f-bd93-42a5-bfa6-1376644b0ec3', 'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c'} Body: b'{"floatingip": {"id": "d2f49cd4-7a80-4691-b653-216c788fd53c", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "floating_ip_address": "172.24.4.216", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "dafec04b-b2e4-46b4-82f6-5ceb72f8e5f3", "port_id": "90967987-e536-45f4-8e45-7e0808853516", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3fc895e6-d8e6-44a8-879d-328e9164d8d5", "mac_address": "fa:16:3e:de:24:1a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:21:33Z", "updated_at": "2023-04-18T15:23:27Z", "revision_number": 1, "project_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:28,131 79570 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2023-04-18 15:23:28,170 79570 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:23:28,191 79570 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:23:28,192 79570 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2023-04-18 15:23:28,413 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes 0.220s 2023-04-18 15:23:28,413 79570 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-1714258692"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6518d8a-04f1-47a3-958e-8f7410fe7db2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6518d8a-04f1-47a3-958e-8f7410fe7db2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.358272", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:28,465 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff 0.039s 2023-04-18 15:23:28,465 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579df364-415a-4b96-8807-3e63f3897b67', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579df364-415a-4b96-8807-3e63f3897b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:29,516 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff 0.038s 2023-04-18 15:23:29,516 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c437f7-3c55-4e9c-9d06-fcbfaa19f6a6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c437f7-3c55-4e9c-9d06-fcbfaa19f6a6', 'connection': 'close', 'status': '200', 'content-loca tion': 'http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff'} Body: b'{"volume": {"id": "1573f51c-6b60-4c68-a397-0d11288baeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:28.000000", "updated_at": "2023-04-18T15:23:28.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1714258692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dd5f52f6ac845babf10dec78710ad3c/volumes/1573f51c-6b60-4c68-a397-0d11288baeff"}], "user_id": "ce463e5c38a846fd82b0829eaa51831a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dd5f52f6ac845babf10dec78710ad3c"}}' 2023-04-18 15:23:29,646 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.119s 2023-04-18 15:23:29,647 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 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-2393f70f-d09d-429a-866d-20af92cdc8bf', 'x-compute-request-id': 'req-2393f70f-d09d-429a-866d-20af92cdc8bf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'' 2023-04-18 15:23:29,847 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.200s 2023-04-18 15:23:29,848 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:29 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-0ca6386e-899d-42b9-9b92-e0f0e2b7d241', 'x-compute-request-id': 'req-0ca6386e-899d-42b9-9b92-e0f0e2b7d241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"server": {"id": "8a60c305-73e0-4a37-8e43-c1cb54eed2d4", "name": "tempest-AttachSCSIVolumeTestJSON-server-402601108", "status": "ACTIVE", "tenant_id": "6dd5f52f6ac845babf10dec78710ad3c", "user_id": "ce463e5c38a846fd82b0829eaa51831a", "metadata": {}, "hostId": "1a098847897381fa14a853b8825910457cf79bc7aae224fe4ee2db06", "image": {"id": "05813231-e0c2-46d1-aef2-7c931ca0bee8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/05813231-e0c2-46d1-aef2-7c931ca0bee8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:36Z", "updated": "2023-04-18T15:23:30Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1143907494-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:24:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-66129059", "OS-SRV-USG:launched_at": "2023-04-18T15:21:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--843479447"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:19,944 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4 0.034s 2023-04-18 15:24:19,945 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 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-589e1bd2-2a48-4069-bfd2-a5cb483d9f5e', 'x-compute-request-id': 'req-589e1bd2-2a48-4069-bfd2-a5cb483d9f5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a60c305-73e0-4a37-8e43-c1cb54eed2d4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8a60c305-73e0-4a37-8e43-c1cb54eed2d4 could not be found."}}' 2023-04-18 15:24:19,975 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-66129059 0.030s 2023-04-18 15:24:19,975 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:19 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-30cef366-4464-4826-a1d0-c3d5b1eb061a', 'x-compute-request-id': 'req-30cef366-4464-4826-a1d0-c3d5b1eb061a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-66129059'} Body: b'' 2023-04-18 15:24:20,145 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0 0.169s 2023-04-18 15:24:20,145 79570 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-23a96c8a-d828-4084-b411-0f18d772faaf', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0'} Body: b'' 2023-04-18 15:24:20,186 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0 0.040s 2023-04-18 15:24:20,186 79570 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-i d': 'req-33522868-f79b-47b6-9fd6-11f4a15bbaf1', 'date': 'Tue, 18 Apr 2023 15:24:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6064180e-c762-4714-8b00-9cabc94faad0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6064180e-c762-4714-8b00-9cabc94faad0 does not exist", "detail": ""}}' 2023-04-18 15:24:21,057 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c 0.870s 2023-04-18 15:24:21,057 79570 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-9ea23f45-5277-4a8c-9155-bada6de4c913', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d2f49cd4-7a80-4691-b653-216c788fd53c'} Body: b'' 2023-04-18 15:24:21,234 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8 0.176s 2023-04-18 15:24:21,235 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-928dd568-f276-4aac-bdd3-5d4efd53ab6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8'} Body: b'' 2023-04-18 15:24:21,251 79570 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8 0.016s 2023-04-18 15:24:21,251 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1eb77a05-a36d-4d1e-8d3c-f9bf587cef95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/05813231-e0c2-46d1-aef2-7c931ca0bee8'} Body: b'{"message": "No image found with ID 05813231-e0c2-46d1-aef2-7c931ca0bee8

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:24,179 79578 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/ce2c521d8a1341f88c9e6a6ca4a4cd10/types 0.186s 2023-04-18 15:24:24,179 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b87861d-78e7-4d0a-a5e1-27e100db0059', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b87861d-78e7-4d0a-a5e1-27e100db0059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce2c521d8a1341f88c9e6a6ca4a4cd10/types'} Body: b'{"volume_type": {"id": "1c69b4b9-b075-47a8-a03f-64b56715061d", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-18 15:24:25,136 79578 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.954s 2023-04-18 15:24:25,137 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1a96c324-2410-4f64-ab30-c5264025c706', '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": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:25Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,450 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730/file 1.311s 2023-04-18 15:24:26,450 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ca70f5bb-7320-421e-9211-af7bf231f938', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file'} Body: b'' 2023-04-18 15:24:26,469 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.018s 2023-04-18 15:24:26,470 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c67dfce-59eb-43c3-a6a5-db62aeecf068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,491 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.021s 2023-04-18 15:24:26,492 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e2b2d64e-9375-408d-b87b-9ea620af5a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,514 79578 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/9380c4e6-d56b-441f-98f1-6c14d07df730 0.021s 2023-04-18 15:24:26,515 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-00ca2af9-1754-4127-aee0-bfc92222550d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730'} 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": "d9ddfad0c2a736ebbc2bb15cafcbfa6f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fd368be78dd44101a0e6e0a89f6cac13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4ac9e8ccf559fb4e5fbecbb310dbf7d2460c5700393697fd673f659f2b0c3ca6f29a0fa287855c2f050ade3dcc042cc68c8e94e1e4d284f154b70424213635fc", "id": "9380c4e6-d56b-441f-98f1-6c14d07df730", "created_at": "2023-04-18T15:24:25Z", "updated_at": "2023-04-18T15:24:26Z", "tags": [], "self": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730", "file": "/v2/images/9380c4e6-d56b-441f-98f1-6c14d07df730/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:26,866 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes 0.351s 2023-04-18 15:24:26,867 79578 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": "9380c4e6-d56b-441f-98f1-6c14d07df730", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a6382c-38ac-4432-9f25-22b76aea5faf', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a6382c-38ac-4432-9f25-22b76aea5faf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:26.802289", "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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:26,924 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 0.047s 2023-04-18 15:24:26,924 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637ae050-9c81-4f98-88b4-2acb85e4ec61', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637ae050-9c81-4f98-88b4-2acb85e4ec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:27.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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd368be78dd44101a0e6e0a89f6cac13"}}' 2023-04-18 15:24:27,979 79578 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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11 0.043s 2023-04-18 15:24:27,980 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc18f91-ab07-47d8-bf96-0bc6ac11dc7c', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc18f91-ab07-47d8-bf96-0bc6ac11dc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11'} Body: b'{"volume": {"id": "c8f67fbc-0b18-4494-9fb6-c7a806b9ce11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:27.000000", "updated_at": "2023-04-18T15:24:27.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/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd368be78dd44101a0e6e0a89f6cac13/volumes/c8f67fbc-0b18-4494-9fb6-c7a806b9ce11"}], "user_id": "498b6673274348f5b84cc8de82aa7442", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd368be78dd44101a0e6e0a89f6cac13"}}' 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 9ee0be57-47eb-44f7-a458-ec48b5a7a44c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:31,812 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes 0.534s 2023-04-18 15:24:31,812 79578 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-508798326"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a470bcf8-6e04-4fc3-a611-8f68369df4f7', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a470bcf8-6e04-4fc3-a611-8f68369df4f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:31.737635", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 15:24:31,862 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c 0.039s 2023-04-18 15:24:31,862 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191ef16c-c113-4948-9c4d-0866a7318308', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191ef16c-c113-4948-9c4d-0866a7318308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:32.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 2023-04-18 15:24:32,920 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c 0.046s 2023-04-18 15:24:32,920 79578 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd4b152-b4e4-4d0f-b31d-d008bb063971', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd4b152-b4e4-4d0f-b31d-d008bb063971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c'} Body: b'{"volume": {"id": "9ee0be57-47eb-44f7-a458-ec48b5a7a44c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:32.000000", "updated_at": "2023-04-18T15:24:32.000000", "name": "tempest-VolumeRevertTests-Volume-508798326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/9ee0be57-47eb-44f7-a458-ec48b5a7a44c"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 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 a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:31,990 79570 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.634s 2023-04-18 15:24:31,990 79570 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-882857501", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abf3c9ae-882a-4df8-802d-c48668a5fbdf', 'x-compute-request-id': 'req-abf3c9ae-882a-4df8-802d-c48668a5fbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:31.848810", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 15:24:32,059 79570 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/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e 0.059s 2023-04-18 15:24:32,060 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6831a512-1a7c-40c6-9435-3a2fd2dbe49f', 'x-compute-request-id': 'req-6831a512-1a7c-40c6-9435-3a2fd2dbe49f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 15:24:33,128 79570 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/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e 0.062s 2023-04-18 15:24:33,128 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea440d1c-193d-41ba-a1ec-0096bf34413f', 'x-compute-request-id': 'req-ea440d1c-193d-41ba-a1ec-0096bf34413f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e'} Body: b'{"volume": {"id": "a73a0fd7-4ca8-45eb-bcb7-a39dc40f4c4e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T15:24:32.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-882857501", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:33,154 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes 0.219s 2023-04-18 15:24:33,155 79578 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-924007098"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648982fd-0ffe-4565-8bf4-0c6b879ab500', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648982fd-0ffe-4565-8bf4-0c6b879ab500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.083163", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 15:24:33,210 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 0.037s 2023-04-18 15:24:33,210 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d81dc9-250e-492f-8486-9ea38d2533d7', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d81dc9-250e-492f-8486-9ea38d2533d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 2023-04-18 15:24:34,263 79578 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422 0.040s 2023-04-18 15:24:34,263 79578 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db15503-f56b-4075-9fdf-25bd387553e6', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db15503-f56b-4075-9fdf-25bd387553e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422'} Body: b'{"volume": {"id": "dfaeed63-42a6-4a38-b91b-c4f5ccbfa422", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:33.000000", "updated_at": "2023-04-18T15:24:33.000000", "name": "tempest-VolumeRevertTests-Volume-924007098", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c06abb0665c544d6ad0c80861170cdd0/volumes/dfaeed63-42a6-4a38-b91b-c4f5ccbfa422"}], "user_id": "208750ad0c1f4b30bba5d36e6e85ac9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "c06abb0665c544d6ad0c80861170cdd0"}}' 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 36947290-cea0-4b3a-ae5b-8e7d64d1fb64 failed to build and is in ERROR status tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1e34fd41-9f3a-44ca-8640-06a49e588323 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:21:51,189 79580 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 15:21:52,099 79580 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.906s 2023-04-18 15:21:52,099 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--572487215", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0df7d8ec-3482-4af7-8972-6ddda9f682ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--572487215", "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": "ea063b1ab78f47d7aaa62a98e71cc89d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "created_at": "2023-04-18T15:21:52Z", "updated_at": "2023-04-18T15:21:52Z", "tags": [], "self": "/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "file": "/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:21:55,019 79580 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/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file 2.919s 2023-04-18 15:21:55,020 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8ba93e6d-6c74-41b2-baa9-04c2f45af2c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e/file'} Body: b'' 2023-04-18 15:21:55,020 79580 DEBUG [tempest.scenario.manager] image:1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e 2023-04-18 15:21:55,114 79580 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.087s 2023-04-18 15:21:55,115 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-781805728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBIWcmpG36CIKUc+ZjGZJsKflEOszlvud5uPJJPjoC+qj8F+PgG4dP6IYY9bOXZOTQYESZ3FxoGoGgC0jU5LjCm64UsL2JAb6ZMTPtJ2TlONnr7zv7COv88VpeBBoocEww=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-f5178019-e1db-413a-8e9e-64ebef12722a', 'x-compute-request-id': 'req-f5178019-e1db-413a-8e9e-64ebef12722a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-781805728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBIWcmpG36CIKUc+ZjGZJsKflEOszlvud5uPJJPjoC+qj8F+PgG4dP6IYY9bOXZOTQYESZ3FxoGoGgC0jU5LjCm64UsL2JAb6ZMTPtJ2TlONnr7zv7COv88VpeBBoocEww==", "fingerprint": "da:c2:3c:37:03:38:22:cf:2b:b4:8a:de:4b:a7:dd:15", "user_id": "ff9093e866924885b8b5cf1893f69b49"}}' 2023-04-18 15:21:55,276 79580 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.142s 2023-04-18 15:21:55,276 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-bfa4cafe-bfcc-47d2-8e47-5a595dd94f85', '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": "ff9093e866924885b8b5cf1893f69b49", "name": "tempest-TestMinimumBasicScenario-529089331-project-member", "password_expires_at": null}, "audit_ids": ["13mlMAD6S7umj58HTsdGkA"], "expires_at": "2023-04-18T16:21:55.000000Z", "issued_at": "2023-04-18T15:21:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea063b1ab78f47d7aaa62a98e71cc89d", "name": "tempest-TestMinimumBasicScenario-529089331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2 023-04-18 15:21:55,277 79580 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '5eb6340b-662b-4b7c-9cf0-bb581a99996c', 'name': 'tempest-TestMinimumBasicScenario-1800384420-network', 'tenant_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62096, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:13Z', 'updated_at': '2023-04-18T15:21:13Z', 'revision_number': 1} available for tenant 2023-04-18 15:21:56,464 79580 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 1.186s 2023-04-18 15:21:56,465 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1733164282", "imageRef": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-781805728", "networks": [{"uuid": "5eb6340b-662b-4b7c-9cf0-bb581a99996c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a196dab-80f7-4fb5-a646-f7d4471a2e84', 'x-compute-request-id': 'req-2a196dab-80f7-4fb5-a646-f7d4471a2e84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rY4oSPPhUrcn"}}' 2023-04-18 15:21:56,603 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.135s 2023-04-18 15:21:56,604 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21: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-c6bd5ddc-408c-4718-961c-ef06cd937f41', 'x-compute-request-id': 'req-c6bd5ddc-408c-4718-961c-ef06cd937f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "BUILD", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:21:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:46,973 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.317s 2023-04-18 15:22:46,973 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:46 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-1c8ffa26-ab32-4ad8-9aab-f31673229ed7', 'x-compute-request-id': 'req-1c8ffa26-ab32-4ad8-9aab-f31673229ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:22:46,985 79580 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:23:47,355 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.312s 2023-04-18 15:23:47,356 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cd59afc-c397-48ae-8fb8-12d64036800d', 'x-compute-request-id': 'req-0cd59afc-c397-48ae-8fb8-12d64036800d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:47,581 79580 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.210s 2023-04-18 15:23:47,582 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-3a71cb9a-e14f-4482-be73-b3a305fb777e', 'x-compute-request-id': 'req-3a71cb9a-e14f-4482-be73-b3a305fb777e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}]}]}' 2023-04-18 15:23:47,818 79580 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/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.232s 2023-04-18 15:23:47,819 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', ' openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f256130-1439-4086-855f-a960087ee28a', 'x-compute-request-id': 'req-8f256130-1439-4086-855f-a960087ee28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:22:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:48,056 79580 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/ea063b1ab78f47d7aaa62a98e71cc89d/volumes 0.224s 2023-04-18 15:23:48,056 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-581321181", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c401e65-9d83-4e5b-b691-8f5de5145ea0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c401e65-9d83-4e5b-b691-8f5de5145ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:47.992586", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:23:48,131 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GE T http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.064s 2023-04-18 15:23:48,132 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27bf07f-ff78-4266-8697-6e122495c832', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27bf07f-ff78-4266-8697-6e122495c832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:23:49,184 79580 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/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.041s 2023-04-18 15:23:49,185 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227a204a-b58c-41e3-85ad-3688f8ff2028', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227a204a-b58c-41e3-85ad-3688f8ff2028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"volume": {"id": "1e34fd41-9f3a-44ca-8640-06a49e588323", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:23:48.000000", "updated_at": "2023-04-18T15:23:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-581321181", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:23:49,313 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.116s 2023-04-18 15:23:49,314 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-f5cb9604-912b-4c46-8930-ef385e7ff8d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'' 2023-04-18 15:23:49,344 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323 0.029s 2023-04-18 15:23:49,344 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-218f7661-d5f0-46a9-92ea-a97f276d7321', 'x-openstack-request-id': 'req-218f7661-d5f0-46a9-92ea-a97f276d7321', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/1e34fd41-9f3a-44ca-8640-06a49e588323'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e34fd41-9f3a-44ca-8640-06a49e588323 could not be found."}}' 2023-04-18 15:23:49,485 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.140s 2023-04-18 15:23:49,485 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23: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-a25b18c1-d0f2-43c8-a787-d8edffb6dfff', 'x-compute-request-id': 'req-a25b18c1-d0f2-43c8-a787-d8edffb6dfff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'' 2023-04-18 15:23:49,659 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.173s 2023-04-18 15:23:49,660 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60bee252-4dd3-4deb-a94a-fdbc1637825c', 'x-compute-request-id': 'req-60bee252-4dd3-4deb-a94a-fdbc1637825c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"server": {"id": "03c7e520-78d4-489c-81aa-c9a6d27b2b62", "name": "tempest-TestMinimumBasicScenario-server-1733164282", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "1bb8574d-66fe-409e-a6e6-9d4b57f7e b0e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:56Z", "updated": "2023-04-18T15:23:49Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:64:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-781805728", "OS-SRV-USG:launched_at": "2023-04-18T15:22:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:39,726 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62 0.047s 2023-04-18 15:24:39,727 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-06ec888f-a81a-40fc-9657-83761ac58fda', 'x-compute-request-id': 'req-06ec888f-a81a-40fc-9657-83761ac58fda', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03c7e520-78d4-489c-81aa-c9a6d27b2b62'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 03c7e520-78d4-489c-81aa-c9a6d27b2b62 could not be found."}}' 2023-04-18 15:24:39,756 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-781805728 0.028s 2023-04-18 15:24:39,756 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-96729505-4550-4300-bc2a-a13655b66475', 'x-compute-request-id': 'req-96729505-4550-4300-bc2a-a13655b66475', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-781805728'} Body: b'' 2023-04-18 15:24:39,855 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1bb8574d-66fe-409e-a6e6-9d4b57f7eb0e 0.098s 2023-04-18 15:24:39,856 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-828202a1-1d0e-4344-ba49-cde222a3dc61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1bb8574d-66fe -409e-a6e6-9d4b57f7eb0e'} Body: b'' 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 03affe93-d14e-456f-8a70-488aed9f815c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:39,322 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes 0.427s 2023-04-18 15:24:39,322 79570 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-140381014"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee4553e-49cd-43e6-8499-8efe7df9bdcc', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee4553e-49cd-43e6-8499-8efe7df9bdcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.264383", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:24:39,371 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.038s 2023-04-18 15:24:39,371 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa6ab47-f6b5-4955-9df2-5b902cd86163', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa6ab47-f6b5-4955-9df2-5b902cd86163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,420 79570 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/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.037s 2023-04-18 15:24:40,421 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424e833f-b4bd-4340-9611-86dd79ec8e83', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424e833f-b4bd-4340-9611-86dd79ec8e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": "2023-04-18T15:24:39.000000", "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,476 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.044s 2023-04-18 15:24:40,477 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb3c823-5fab-4d68-8aa2-f417599a8482', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb3c823-5fab-4d68-8aa2-f417599a8482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"volume": {"id": "03affe93-d14e-456f-8a70-488aed9f815c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:39.000000", "updated_at": "2023-04-18T15:24:39.000000", "name": "tempest-VolumesTransfersV355Test-Volume-140381014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:40,588 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.100s 2023-04-18 15:24:40,588 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 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-aa648ddf-989d-42a9-b9ce-3fe079bbe3f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'' 2023-04-18 15:24:40,609 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c 0.020s 2023-04-18 15:24:40,610 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 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-9d459f8e-db27-4779-b248-11af7540f888', 'x-openstack-request-id': 'req-9d459f8e-db27-4779-b248-11af7540f888', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/03affe93-d14e-456f-8a70-488aed9f815c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03affe93-d14e-456f-8a70-488aed9f815c 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 1bed1f3b-52bd-4cd7-aa58-bd570d558319 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:40,807 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes 0.194s 2023-04-18 15:24:40,808 79570 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-240090337"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cc4021-e8ab-484d-ad21-79bbd2cce361', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cc4021-e8ab-484d-ad21-79bbd2cce361', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:40.736432", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:24:40,858 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.040s 2023-04-18 15:24:40,858 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571c3b9e-5bef-4b9f-a121-8bd555f8c818', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571c3b9e-5bef-4b9f-a121-8bd555f8c818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:41,912 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.041s 2023-04-18 15:24:41,912 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c219a1b-2358-46bb-812a-9742a2cf4372', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c219a1b-2358-46bb-812a-9742a2cf4372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": "2023-04-18T15:24:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:41,962 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.038s 2023-04-18 15:24:41,962 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa31d01-06cb-4781-b4b4-402a85dcfc57', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa31d01-06cb-4781-b4b4-402a85dcfc57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"volume": {"id": "1bed1f3b-52bd-4cd7-aa58-bd570d558319", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:41.000000", "updated_at": "2023-04-18T15:24:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-240090337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319"}], "user_id": "685dc953f0034ebb8186a31e4fe9fca7", "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": "94b89c33a38d468fbbbf2f020949a2f0"}}' 2023-04-18 15:24:42,080 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.104s 2023-04-18 15:24:42,081 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 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-36233796-6b57-4311-8d9c-c6920fd34dd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'' 2023-04-18 15:24:42,102 79570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319 0.020s 2023-04-18 15:24:42,102 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:42 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-1e5a951b-35c3-42c9-b1fd-e07560e8bbc7', 'x-openstack-request-id': 'req-1e5a951b-35c3-42c9-b1fd-e07560e8bbc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94b89c33a38d468fbbbf2f020949a2f0/volumes/1bed1f3b-52bd-4cd7-aa58-bd570d558319'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bed1f3b-52bd-4cd7-aa58-bd570d558319 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 cb6c0bf9-8366-42e5-b29b-a4625461d4b3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:45,795 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.160s 2023-04-18 15:24:45,796 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce602db9-e369-4675-a322-c28806ca17f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:46,149 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes 0.352s 2023-04-18 15:24:46,149 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1262872391"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad1ce71-6037-4120-b7ba-9d5a60e1a240', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad1ce71-6037-4120-b7ba-9d5a60e1a240', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.085495", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:46,211 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.052s 2023-04-18 15:24:46,211 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f02ec7-d687-4b65-83c2-6049706a0c96', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f02ec7-d687-4b65-83c2-6049706a0c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,260 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.037s 2023-04-18 15:24:47,261 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e11457-382c-417a-b3a9-6fd65817aab5', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e11457-382c-417a-b3a9-6fd65817aab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": "2023-04-18T15:24:46.000000", "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,342 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.070s 2023-04-18 15:24:47,343 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e93588-9949-411f-9eb8-300d447536c0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-47e93588-9949-411f-9eb8-300d447536c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"volume": {"id": "cb6c0bf9-8366-42e5-b29b-a4625461d4b3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:46.000000", "updated_at": "2023-04-18T15:24:46.000000", "name": "tempest-VolumesExtendTest-Volume-1262872391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:47,531 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.178s 2023-04-18 15:24:47,531 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e27ddf7-c74a-40da-8965-0947cb58253c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'' 2023-04-18 15:24:47,552 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3 0.020s 2023-04-18 15:24:47,552 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c82619-3f34-4875-82d5-8d114a1408e6', 'x-openstack-request-id': 'req-d3c82619-3f34-4875-82d5-8d114a1408e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/cb6c0bf9-8366-42e5-b29b-a4625461d4b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb6c0bf9-8366-42e5-b29b-a4625461d4b3 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 21b1dd6d-ddfa-4c7b-891d-ef6166f679ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:47,808 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes 0.253s 2023-04-18 15:24:47,809 79570 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-1886077540"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783bf89b-3fbc-4c5e-ad6e-1897d9de49d7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783bf89b-3fbc-4c5e-ad6e-1897d9de49d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:47.729601", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:47,874 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.056s 2023-04-18 15:24:47,875 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5286ff88-2d2d-48f5-8650-7aff434099e1', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5286ff88-2d2d-48f5-8650-7aff434099e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:48,924 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.037s 2023-04-18 15:24:48,924 79570 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e3a4d8d-311c-484f-9e69-58cd9595b795', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e3a4d8d-311c-484f-9e69-58cd9595b795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": "2023-04-18T15:24:48.000000", "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:48,985 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.050s 2023-04-18 15:24:48,985 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493d7a7c-7c38-453c-8012-622194c89898', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493d7a7c-7c38-453c-8012-622194c89898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"volume": {"id": "21b1dd6d-ddfa-4c7b-891d-ef6166f679ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:48.000000", "updated_at": "2023-04-18T15:24:48.000000", "name": "tempest-VolumesExtendTest-Volume-1886077540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba"}], "user_id": "82aefc555a4040edb6722b13045500ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc001d35684248ab84e957cb184b152c"}}' 2023-04-18 15:24:49,105 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.109s 2023-04-18 15:24:49,106 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fcac3c-12d4-4bbf-a574-7c8edbcaf601', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'' 2023-04-18 15:24:49,128 79570 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 0.022s 2023-04-18 15:24:49,129 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-a67291dd-a460-488d-88aa-48aa14e8583e', 'x-openstack-request-id': 'req-a67291dd-a460-488d-88aa-48aa14e8583e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc001d35684248ab84e957cb184b152c/volumes/21b1dd6d-ddfa-4c7b-891d-ef6166f679ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21b1dd6d-ddfa-4c7b-891d-ef6166f679ba 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 d162b741-e9a8-4e07-a2d0-5c11d23afc72 failed to build and is in ERROR status 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 30e6e0d6-f67c-4c29-8f9f-5efadc09395d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:54,394 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes 0.362s 2023-04-18 15:24:54,395 79570 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-274375933"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17852e45-5db3-4ff8-a937-9c890096ae6d', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17852e45-5db3-4ff8-a937-9c890096ae6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.330717", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:24:54,446 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d 0.040s 2023-04-18 15:24:54,446 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990c8f74-6452-4a87-9e34-4df3a5a3a70a', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990c8f74-6452-4a87-9e34-4df3a5a3a70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9498bd80449e4b7d98a8a29756d62f3f"}}' 2023-04-18 15:24:55,495 79570 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6- f67c-4c29-8f9f-5efadc09395d 0.037s 2023-04-18 15:24:55,496 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6557e516-4a6f-4daf-8d29-0b9fce73810a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6557e516-4a6f-4daf-8d29-0b9fce73810a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d'} Body: b'{"volume": {"id": "30e6e0d6-f67c-4c29-8f9f-5efadc09395d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:24:54.000000", "updated_at": "2023-04-18T15:24:54.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-274375933", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9498bd80449e4b7d98a8a29756d62f3f/volumes/30e6e0d6-f67c-4c29-8f9f-5efadc09395d"}], "user_id": "e8990e807e9846d49cdce2012e87b7e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9498bd80449e4b7d98a8a29756d62f3f"}}' 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 75b0592b-d0ef-4187-9b22-5d17562bb108 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:23:37,182 79582 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.112s 2023-04-18 15:23:37,183 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 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-811971e6-1810-4efe-aca4-886d9fc89862', '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": "fb1187e621234a18a337d8bae5c59ec3", "name": "tempest-VolumesAdminNegativeTest-577927350-project-member", "password_expires_at": null}, "audit_ids": ["RWFADDOuRkOGQdcQkik7fA"], "expires_at": "2023-04-18T16:23:37.000000Z", "issued_at": "2023-04-18T15:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c34ff3309c74223b4c2e3e7f6698860", "name": "tempest-VolumesAdminNegativeTest-577927350"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:23:37,183 79582 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '70f00798-af6a-4eb7-b15c-89b7a38f573e', 'name': 'tempest-VolumesAdminNegativeTest-1079929368-network', 'tenant_id': '8c34ff3309c74223b4c2e3e7f6698860', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8c34ff3309c74223b4c2 e3e7f6698860', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:46Z', 'updated_at': '2023-04-18T15:20:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:23:37,813 79582 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.629s 2023-04-18 15:23:37,814 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1689780935", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "70f00798-af6a-4eb7-b15c-89b7a38f573e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4622308-19f9-49e7-b7d5-498e9b446494', 'x-compute-request-id': 'req-e4622308-19f9-49e7-b7d5-498e9b446494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "uX7Rnn3c3U3E"}}' 2023-04-18 15:23:37,881 79582 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/f4b765cc-7b99-49dc-b879-abbec0414f0f 0.064s 2023-04-18 15:23:37,882 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:37 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-aa267a72-558f-45ae-8bb8-ff32b23bf47e', 'x-compute-request-id': 'req-aa267a72-558f-45ae-8bb8-ff32b23bf47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "name": "tempest-VolumesAdminNegativeTest-server-1689780935", "status": "BUILD", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:38Z", "updated": "2023-04-18T15:23:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL" , "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:28,620 79582 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/f4b765cc-7b99-49dc-b879-abbec0414f0f 0.680s 2023-04-18 15:24:28,621 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 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-7aabe337-3085-4d7a-a169-0e21496da556', 'x-compute-request-id': 'req-7aabe337-3085-4d7a-a169-0e21496da556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f'} Body: b'{"server": {"id": "f4b765cc-7b99-49dc-b879-abbec0414f0f", "name": "tempest-VolumesAdminNegativeTest-server-1689780935", "status": "ACTIVE", "tenant_id": "8c34ff3309c74223b4c2e3e7f6698860", "user_id": "fb1187e621234a18a337d8bae5c59ec3", "metadata": {}, "hostId": "8b4448bafa8cad62f9e4d2aea1f12ba03ea3aea5ad09e2cd3a1a02f5", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:37Z", "updated": "2023-04-18T15:23:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-1079929368-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:0e:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f4b765cc-7b99-49dc-b879-abbec0414f0f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:23:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:28,633 79582 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:25:28,837 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes 0.199s 2023-04-18 15:25:28,838 79582 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-1523951222"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3a06f2-4199-41a8-b266-79f11af3ef42', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3a06f2-4199-41a8-b266-79f11af3ef42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes'} Body: b'{"volume": {"id": "75b05 92b-d0ef-4187-9b22-5d17562bb108", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:28.768964", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:28,889 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108 0.041s 2023-04-18 15:25:28,889 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77133c7-4e15-43d9-b268-e29413d539fd', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77133c7-4e15-43d9-b268-e29413d539fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108'} Body: b'{"volume": {"id": "75b0592b-d0ef-4187-9b22-5d17562bb108", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 2023-04-18 15:25:29,941 79582 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/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108 0.039s 2023-04-18 15:25:29,942 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6ee9a5-a2ac-4e8f-b850-296c4ca1f840', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6ee9a5-a2ac-4e8f-b850-296c4ca1f840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108'} Body: b'{"volume": {"id": "75b0592b-d0ef-4187-9b22-5d17562bb108", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:29.000000", "updated_at": "2023-04-18T15:25:29.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1523951222", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c34ff3309c74223b4c2e3e7f6698860/volumes/75b0592b-d0ef-4187-9b22-5d17562bb108"}], "user_id": "fb1187e621234a18a337d8bae5c59ec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c34ff3309c74223b4c2e3e7f6698860"}}' 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 0c7bf763-6c78-4c42-86cb-93ebbe75e997 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:33,143 79588 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:22:33,606 79588 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.458s 2023-04-18 15:22:33,606 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-419444609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:33 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-ca9c439f-7814-426e-98c1-2ef4d1e1691d', 'x-compute-request-id': 'req-ca9c439f-7814-426e-98c1-2ef4d1e1691d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-419444609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w==", "fingerprint": "a5:82:02:5d:26:22:ce:30:40:3d:d7:62:83:86:75:7f", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}}' 2023-04-18 15:22:33,609 79588 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-419444609 created 2023-04-18 15:22:33,762 79588 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.153s 2023-04-18 15:22:33,763 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--319437347", "description": "tempest-description--753928597"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a2f85f74-2786-4c42-be88-895dec8fe0ec', 'date': 'Tue, 18 Apr 2023 15:22:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "78677b63-8430-452a-882d-54d6d6568bfe", "name": "tempest-securitygroup--319437347", "stateful": true, "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "description": "tempest-description--753928597", "shared": false, "security_group_rules": [{"id": "dcd7f266-ba2f-419b-bf12-acb8d4f18d20", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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": 553, "description": null, "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}, {"id": "fef96df9-7fd9-42c1-898a-a0ba53b973d1", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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": 55 2, "description": null, "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}], "tags": [], "created_at": "2023-04-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 1, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:33,946 79588 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.182s 2023-04-18 15:22:33,946 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-7a2a14c5-d9c2-4c93-9678-2f7f5f420f43', 'date': 'Tue, 18 Apr 2023 15:22:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73441465-639b-405c-8727-692d50455e2e", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-18T15:22:33Z", "updated_at": "2023-04-18T15:22:33Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:34,110 79588 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.163s 2023-04-18 15:22:34,110 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-00ced9bb-49d8-4e80-819e-f394c8dcfde0', 'date': 'Tue, 18 Apr 2023 15:22:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c31450b-25e1-4848-acab-47422ce1d129", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "security_group_id": "78677b63-8430-452a-882d-54d6d6568bfe", "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-18T15:22:34Z", "updated_at": "2023-04-18T15:22:34Z", "revision_number": 0, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:22:34,110 79588 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--319437347 created 2023-04-18 15:22:35,152 79588 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 1.040s 2023-04-18 15:22:35,152 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b4 97c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-6e9bc98a-3bc7-4e6d-87d4-331b9b4b9a97', 'date': 'Tue, 18 Apr 2023 15:22:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "725c555c-483f-4beb-8f34-c42329fd7fd4", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "floating_ip_address": "172.24.4.124", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7fbe55073a1046539025c5b8f35c456a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:22:34Z", "updated_at": "2023-04-18T15:22:34Z", "revision_number": 0}}' 2023-04-18 15:22:35,152 79588 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '725c555c-483f-4beb-8f34-c42329fd7fd4', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'floating_ip_address': '172.24.4.124', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:22:34Z', 'updated_at': '2023-04-18T15:22:34Z', 'revision_number': 0, 'ip': '172.24.4.124'} created 2023-04-18 15:22:35,194 79588 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.036s 2023-04-18 15:22:35,195 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 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-afc349dc-ebed-43ee-94ef-be082b6db0f5', '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": "0641255c4ab044a69d49dea48cb09f9d", "name": "tempest-ServerStableDeviceRescueTest-1566916014-project-member", "password_expires_at": null}, "audit_ids": ["FsiHfCRTQN-3DqUrv9UWpw"], "expires_at": "2023-04-18T16:22:35.000000Z", "issued_at": "2023-04-18T15:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fbe55073a1046539025c5b8f35c456a", "name": "tempest-ServerStableDeviceRescueTest-1566916014"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, { "endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:35,195 79588 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c4629e52-8315-423c-8091-4375ff05586e', 'name': 'tempest-ServerStableDeviceRescueTest-1138861501-network', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57735, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:22:27Z', 'updated_at': '2023-04-18T15:22:27Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:35,196 79588 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-419444609', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrIwEfJHTt0AvmohAZBxTLL1lSZIt2e/D2+6dZE6JYkBXbD81uE/b/xXxlD827JzBZKrLOkF6e10EbEjOkgrXLegNk/j6QzhnH3CSqwO9H1W6XUD7IWNnpP7jnfCcDi+w==', 'fingerprint': 'a5:82:02:5d:26:22:ce:30:40:3d:d7:62:83:86:75:7f', 'user_id': '0641255c4ab044a69d49dea48cb09f9d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBzDoTra2JNazc/0Qa9+9krQgcaPjfinWAV60DPw4WQmQwoY6AxPcLT\nwVxgSleiVh+gBwYFK4EEACKhZANiAAS6yMBHyR07dAL5qIQGQcUyy9ZUmSLdnvw9\nvunWROiWJAV2w/NbhP2/8V8ZQ/NuycwWSqyzpBentdBGxIzpIK1y3oDZP4+kM4Zx\n9wkqsDvR9Vul1A+yFjZ6T+453wnA4vs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '78677b63-8430-452a-882d-54d6d6568bfe', 'name': 'tempest-securitygroup--319437347', 'stateful': True, 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'description': 'tempest-description--753928597', 'shared': False, 'security_group_rules': [{'id': 'dcd7f266-ba2f-419b-bf12-acb8d4f18d20', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'security_group_id': '78677b63-8430-452a-882d-54d6d6568bfe', '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': 553, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 0, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}, {'id': 'fef96df9-7fd9-42c1-898a-a0ba53b973d1', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'security_group_id': '78677b63-8430-452a-882d-54d6d6568bfe', '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': 552, 'description': None, 'tag s': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 0, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}], 'tags': [], 'created_at': '2023-04-18T15:22:33Z', 'updated_at': '2023-04-18T15:22:33Z', 'revision_number': 1, 'project_id': '7fbe55073a1046539025c5b8f35c456a'}, 'floating_ip': {'id': '725c555c-483f-4beb-8f34-c42329fd7fd4', 'tenant_id': '7fbe55073a1046539025c5b8f35c456a', 'floating_ip_address': '172.24.4.124', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fbe55073a1046539025c5b8f35c456a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:22:34Z', 'updated_at': '2023-04-18T15:22:34Z', 'revision_number': 0, 'ip': '172.24.4.124'}} 2023-04-18 15:22:35,830 79588 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2023-04-18 15:22:35,830 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "c4629e52-8315-423c-8091-4375ff05586e"}], "security_groups": [{"name": "tempest-securitygroup--319437347"}], "key_name": "tempest-keypair-419444609", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2302ade5-036d-49d1-aa87-b899ea3850b2', 'x-compute-request-id': 'req-2302ade5-036d-49d1-aa87-b899ea3850b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--319437347"}], "adminPass": "9sffDYtxoB87"}}' 2023-04-18 15:22:35,902 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.068s 2023-04-18 15:22:35,902 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:35 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-7afd49e4-a987-41f9-8698-da096e959378', 'x-compute-request-id': 'req-7afd49e4-a987-41f9-8698-da096e959378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "BUILD", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "064125 5c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:36Z", "updated": "2023-04-18T15:22:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:26,235 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.246s 2023-04-18 15:23:26,238 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:25 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-2ab686a2-7ce5-499f-b155-71f3b88c2557', 'x-compute-request-id': 'req-2ab686a2-7ce5-499f-b155-71f3b88c2557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:22:42Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:23:26,257 79588 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:24:26,733 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083/os-interface 0.414s 2023-04-18 15:24:26,733 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:26 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-6e209af8-096b-4a41-b4d1-60168c0a526e', 'x-compute-request-id': 'req-6e209af8-096b-4a41-b4d1-60168c0a526e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c4629e52-8315-423c-8091-4375ff05586e", "port_id": "2e74270d-de09-492c-8304-f0ba941477a3", "mac_addr": "fa:16:3e:3e:fc:c6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "54ffbf5a-b57e-4a29-a5fe-3f9f6a905c72", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:24:27,592 79588 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/725c555c-483f-4beb-8f34-c42329fd7fd4 0.854s 2023-04-18 15:24:27,592 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2e74270d-de09-492c-8304-f0ba941477a3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-b1124dad-2d77-44cd-899a-4d6b9aedd4a4', 'date': 'Tue, 18 Apr 2023 15:24:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/725c555c-483f-4beb-8f34-c42329fd7fd4'} Body: b'{"floatingip": {"id": "725c555c-483f-4beb-8f34-c42329fd7fd4", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "floating_ip_address": "172.24.4.124", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cad8e194-4313-46a9-8db2-b94f8b34995b", "port_id": "2e74270d-de09-492c-8304-f0ba941477a3", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c4629e52-8315-423c-8091-4375ff05586e", "mac_address": "fa:16:3e:3e:fc:c6", "admin_state_up": true, "status": "ACTIVE", "device_id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:22:34Z", "updated_at": "2023-04-18T15:24:27Z", "revision_number": 1, "project_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:24:27,596 79588 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.124:22' as 'cirros' with public key authentication 2023-04-18 15:24:27,668 79588 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:24:27,703 79588 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:24:27,704 79588 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.124 successfully created 2023-04-18 15:24:28,723 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083/action 1.018s 2023-04-18 15:24:28,723 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2063576296"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:27 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/47e15426-9f74-439c-877a-aaec636ab30 a', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002c3d6e-0c4a-4506-92f8-4c5ba5f34f9e', 'x-compute-request-id': 'req-002c3d6e-0c4a-4506-92f8-4c5ba5f34f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083/action'} Body: b'' 2023-04-18 15:24:28,792 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.063s 2023-04-18 15:24:28,793 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-080ff9be-be86-46ae-9ccd-f1e2c6943ca5', 'x-compute-request-id': 'req-080ff9be-be86-46ae-9ccd-f1e2c6943ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:29Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:18,918 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.066s 2023-04-18 15:25:18,918 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce8ad5d-7170-4ed5-9398-ba6efc2ee41e', 'x-compute-request-id': 'req-cce8ad5d-7170-4ed5-9398-ba6efc2ee41e', 'connection': 'close', 'status': '200', 'content-location': 'h ttp://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:34Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:18,995 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.071s 2023-04-18 15:25:18,996 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7a12b2-84a2-4aa2-8276-4f8e4f7d1c28', 'x-compute-request-id': 'req-6f7a12b2-84a2-4aa2-8276-4f8e4f7d1c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"image": {"id": "47e15426-9f74-439c-877a-aaec636ab30a", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d"}, "created": "2023-04-18T15:24:29Z", "updated": "2023-04-18T15:24:34Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "boo kmark", "href": "http://10.0.0.210/compute/images/47e15426-9f74-439c-877a-aaec636ab30a"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/47e15426-9f74-439c-877a-aaec636ab30a"}], "server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}]}}}' 2023-04-18 15:25:19,233 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.229s 2023-04-18 15:25:19,234 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:19 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-a25b594f-33d8-472d-8212-548c3a06bb9a', 'x-compute-request-id': 'req-a25b594f-33d8-472d-8212-548c3a06bb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:24:34Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:19,501 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.200s 2023-04-18 15:26:19,502 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56bb893e-c8c4-493c-ad09-aed8a4ca3f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/47e15426 -9f74-439c-877a-aaec636ab30a'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b1f1f9e078448f899d29b3956c4b1e3c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7fbe55073a1046539025c5b8f35c456a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "55f628ef65b070bb852a40bc12596ebe3ad004daad01e73685bd7861b886a293f6bfe4eda1e38661109f42a33bfea804655702c34110c63ebc64a077e1976b1f", "id": "47e15426-9f74-439c-877a-aaec636ab30a", "created_at": "2023-04-18T15:24:29Z", "updated_at": "2023-04-18T15:26:19Z", "tags": [], "self": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a", "file": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:26:19,623 79588 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/47e15426-9f74-439c-877a-aaec636ab30a 0.121s 2023-04-18 15:26:19,624 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5231afef-595c-4324-83c3-8cc99376579e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/47e15426-9f74-439c-877a-aaec636ab30a'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "8947976e-1dbd-42fe-abfd-9c303bb36083", "owner_id": "7fbe55073a1046539025c5b8f35c456a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1566916014", "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-1566916014-project-member", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2063576296", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b1f1f9e078448f899d29b3956c4b1e3c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7fbe55073a1046539025c5b8f35c456a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "55f628ef65b070bb852a40bc12596ebe3ad004daad01e73685bd7861b886a293f6bfe4eda1e38661109f42a33bfea804655702c34110c63ebc64a077e1976b1f", "id": "47e15426-9f74-439c-877a-aaec636ab30a", "created_at": "2023-04-18T15:24:29Z", "updated_at": "2023-04-18T15:26:20Z", "tags" : [], "self": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a", "file": "/v2/images/47e15426-9f74-439c-877a-aaec636ab30a/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:26:19,988 79588 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/8947976e-1dbd-42fe-abfd-9c303bb36083 0.363s 2023-04-18 15:26:19,988 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:19 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-b43de293-208a-43e9-a4e7-b37fb002f818', 'x-compute-request-id': 'req-b43de293-208a-43e9-a4e7-b37fb002f818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083'} Body: b'{"server": {"id": "8947976e-1dbd-42fe-abfd-9c303bb36083", "name": "tempest-ServerStableDeviceRescueTest-server-1672950935", "status": "ACTIVE", "tenant_id": "7fbe55073a1046539025c5b8f35c456a", "user_id": "0641255c4ab044a69d49dea48cb09f9d", "metadata": {}, "hostId": "a749c98892051349a61f3117d872bbcdd80aa7a980ee306cebf53569", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:22:35Z", "updated": "2023-04-18T15:24:34Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1138861501-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:fc:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8947976e-1dbd-42fe-abfd-9c303bb36083"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-419444609", "OS-SRV-USG:launched_at": "2023-04-18T15:22:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--319437347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:20,233 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes 0.230s 2023-04-18 15:26:20,233 79588 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-1042677854"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24989dab-d4bd-41aa-9285-1b824cd82ef8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24989dab-d4bd-41aa-9285-1b824cd82ef8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.171504", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:20,283 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997 0.040s 2023-04-18 15:26:20,284 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d196ab0d-d5b2-44be-8798-8dcef49fc31b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d196ab0d-d5b2-44be-8798-8dcef49fc31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7fbe55073a1046539025c5b8f35c456a"}}' 2023-04-18 15:26:21,340 79588 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/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997 0.045s 2023-04-18 15:26:21,341 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775aa582-103b-4886-aa2e-08607c88c8fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775aa582-103b-4886-aa2e-08607c88c8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997'} Body: b'{"volume": {"id": "0c7bf763-6c78-4c42-86cb-93ebbe75e997", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:20.000000", "updated_at": "2023-04-18T15:26:20.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1042677854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {} , "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7fbe55073a1046539025c5b8f35c456a/volumes/0c7bf763-6c78-4c42-86cb-93ebbe75e997"}], "user_id": "0641255c4ab044a69d49dea48cb09f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7fbe55073a1046539025c5b8f35c456a"}}' 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 c8b9ee73-17c5-470e-96f9-1f8dc1998e84 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T15:25:58Z', 'message': 'Build of instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 aborted: Volume da8087bc-b035-4a52-a385-f4e5b4c96c88 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-bb147e6b-7bd1-41be-a6f5-d26533ad13df. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:22:00,029 79566 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.047s 2023-04-18 15:22:00,030 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-940fcd3d-ada0-4661-97e6-740182be316b', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["7Q0V-xE4ReSFJzgzXRumUw"], "expires_at": "2023-04-18T16:22:00.000000Z", "issued_at": "2023-04-18T15:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:22:00,031 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:22:01,557 79566 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.524s 2023-04-18 15:22:01,557 79566 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-1976479625", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37', '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-f4cacc8b-ad0b-4736-866f-8df43ea7abe4', 'x-compute-request-id': 'req-f4cacc8b-ad0b-4736-866f-8df43ea7abe4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ohdGX7cSPcQY"}}' 2023-04-18 15:22:01,728 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.167s 2023-04-18 15:22:01,728 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:01 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-94b7c2c6-4397-4846-9bee-5799da7ca9cf', 'x-compute-request-id': 'req-94b7c2c6-4397-4846-9bee-5799da7ca9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:22:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc 33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:22:52,141 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.351s 2023-04-18 15:22:52,141 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268afea1-3f45-4e71-a657-13a08dba51c5', 'x-compute-request-id': 'req-268afea1-3f45-4e71-a657-13a08dba51c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:22:11Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:22:52,156 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:23:53,081 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37/action 0.865s 2023-04-18 15:23:53,081 79566 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-ServerBootFromVolumeSt ableRescueTest-image-701990222"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:52 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-3c835870-afd2-4648-94c4-998e0ba66238', 'x-compute-request-id': 'req-3c835870-afd2-4648-94c4-998e0ba66238', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37/action'} Body: b'{"image_id": "51cb4e46-2276-4967-8e66-809620358e39"}' 2023-04-18 15:23:53,105 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.021s 2023-04-18 15:23:53,106 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3d604fc3-a221-496a-9ae1-cbc17ee8c316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:54,129 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.021s 2023-04-18 15:23:54,129 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a3736d41-b208-48f0-a371-743f8118877f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerB ootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:55,155 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.024s 2023-04-18 15:23:55,155 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89eb9458-3d86-408b-882f-031cd8350426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:56,182 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.025s 2023-04-18 15:23:56,182 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c23d2b51-3469-4620-9a5d-0b83dd95fcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", " 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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:56Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:57,206 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.023s 2023-04-18 15:23:57,207 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d459a4d-4400-43dd-bfb7-fdef2166e681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:57Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,233 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.024s 2023-04-18 15:23:58,233 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a292b9b4-d375-4e4a-ae2c-e999e68e1372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cb65dd604ff914161405feda30ac890e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f436d90a5c2d28aa56a46a6259f0d49e1449a3db44c045d9cd1b67c886bd4fc3b574390a6784523460cf44ab32fc71186488830510c0b08f6403bce4f698443", "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:58Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,256 79566 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/51cb4e46-2276-4967-8e66-809620358e39 0.023s 2023-04-18 15:23:58,257 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-012bc4b8-0bae-4d92-896d-0b01db8763da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/51cb4e46-2276-4967-8e66-809620358e39'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-701990222", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cb65dd604ff914161405feda30ac890e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef6 4bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f436d90a5c2d28aa56a46a6259f0d49e1449a3db44c045d9cd1b67c886bd4fc3b574390a6784523460cf44ab32fc71186488830510c0b08f6403bce4f698443", "id": "51cb4e46-2276-4967-8e66-809620358e39", "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:58Z", "tags": [], "self": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39", "file": "/v2/images/51cb4e46-2276-4967-8e66-809620358e39/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:23:58,605 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.348s 2023-04-18 15:23:58,605 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1704', '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-7221b92f-dd2b-46f4-9d84-b341b66751c2', 'x-compute-request-id': 'req-7221b92f-dd2b-46f4-9d84-b341b66751c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:23:56Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:24:48,919 79566 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/ecc33160-602f-4c44-9d04-3ba2938f6a37 0.264s 2023-04-18 15:24:48,920 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API- Version', 'x-openstack-request-id': 'req-44e2da8b-2a73-4fa7-8ec3-e0f55cf4835e', 'x-compute-request-id': 'req-44e2da8b-2a73-4fa7-8ec3-e0f55cf4835e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37'} Body: b'{"server": {"id": "ecc33160-602f-4c44-9d04-3ba2938f6a37", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1976479625", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:22:01Z", "updated": "2023-04-18T15:23:58Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:37:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc33160-602f-4c44-9d04-3ba2938f6a37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:22:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:24:48,935 79566 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:49,098 79566 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.094s 2023-04-18 15:25:49,098 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-62872602-386a-46f9-9904-37c7d093ff2d', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["7ZWHPSNpTv6exef_pvTO3w"], "expires_at": "2023-04-18T16:25:49.000000Z", "issued_at": "2023-04-18T15:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.21 0/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:25:49,099 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:25:49,709 79566 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.608s 2023-04-18 15:25:49,710 79566 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-622121921", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84', '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-bb147e6b-7bd1-41be-a6f5-d26533ad13df', 'x-compute-request-id': 'req-bb147e6b-7bd1-41be-a6f5-d26533ad13df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sztgpt9zH535"}}' 2023-04-18 15:25:49,804 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.089s 2023-04-18 15:25:49,804 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 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-94ced1d1-1116-468b-8a32-e8e99a2c2e98', 'x-compute-request-id': 'req-94ced1d1-1116-468b-8a32-e8e99a2c2e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-622121921", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:25:50Z", "updated": "2023-04-18T15:25:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:26:39,979 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.111s 2023-04-18 15:26:39,979 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 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-76ede50d-b2a3-4f12-b647-b2317c27fb30', 'x-compute-request-id': 'req-76ede50d-b2a3-4f12-b647-b2317c27fb30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"server": {"id": "c8b9ee73-17c5-470e-96f9-1f8dc1998e84", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-622121921", "status": "ERROR", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:25:49Z", "updated": "2023-04-18T15:25:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T15:25:58Z", "message": "Build of instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 aborted: Volume da8087bc-b035-4a52-a385-f4e5b4c96c88 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:26:39,994 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 15:26:40,523 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.529s 2023-04-18 15:26:40,524 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 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-0e3b58e8-84a0-4316-908f-b64fdac5b041', 'x-compute-request-id': 'req-0e3b58e8-84a0-4316-908f-b64fdac5b041', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'' 2023-04-18 15:26:40,556 79566 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/c8b9ee73-17c5-470e-96f9-1f8dc1998e84 0.031s 2023-04-18 15:26:40,556 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 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-75f01163-02c7-4085-80eb-6aafb305d1ef', 'x-compute-request-id': 'req-75f01163-02c7-4085-80eb-6aafb305d1ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8b9ee73-17c5-470e-96f9-1f8dc1998e84'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c8b9ee73-17c5-470e-96f9-1f8dc1998e84 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 382d25ca-95f6-4dc2-8be5-cb13b2b57782 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:23:53,622 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:23:53,622 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:23:53,680 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-18 15:23:53,680 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1759299414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:53 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-d1e2611a-4634-4cec-bc43-a300cab46686', 'x-compute-request-id': 'req-d1e2611a-4634-4cec-bc43-a300cab46686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1759299414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ==", "fingerprint": "c6:b5:23:98:64:91:5e:d3:e3:ab:38:85:88:e8:cb:00", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:23:53,682 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1759299414 created 2023-04-18 15:23:54,087 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.404s 2023-04-18 15:23:54,088 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1325301424", "description": "tempest-description--645582616"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-0e02e5ad-8c1f-4c97-8422-5a3f581b08b2', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "name": "tempest-securitygroup--1325301424", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--645582616", "shared": false, "security_group_rules": [{"id": "298280ca-026c-4894-a930-787f32c3c183", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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": 573, "description": null, "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "d43fd497-1d6e-4f87-9976-c616ca36eb9d", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "ethertype": "IPv6", "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": 574, "description": null, "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:23:53Z", "updated_at": "2023-04-18T15:23:53Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,271 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.183s 2023-04-18 15:23:54,271 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-59fc5fcf-6160-4c21-bfea-246b1794d502', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee844fea-09df-480b-9668-0a6e8e941427", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-18T15:23:54Z", "updated_at": "2023-04-18T15:23:54Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,463 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-18 15:23:54,463 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7d177a84-4bff-46ad-9e75-14ec261cffaa', 'date': 'Tue, 18 Apr 2023 15:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10aac390-468b-4ada-945e-11924cd1286f", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "ce633a5d-f7af-4847-8f45-4b9526fcbe06", "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-18T15:23:54Z", "updated_at": "2023-04-18T15:23:54Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:23:54,464 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1325301424 created 2023-04-18 15:23:55,423 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.958s 2023-04-18 15:23:55,423 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-fa8e4da8-0e68-466d-9457-dc46bb98381d', 'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "31c33fce-7f81-4c2c-883c-f95fe863cfee", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.123", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:23:55Z", "updated_at": "2023-04-18T15:23:55Z", "revision_number": 0}}' 2023-04-18 15:23:55,423 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '31c33fce-7f81-4c2c-883c-f95fe863cfee', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:55Z', 'updated_at': '2023-04-18T15:23:55Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-04-18 15:23:55,534 79574 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.105s 2023-04-18 15:23:55,534 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-69d410d3-fb68-454c-b94b-cd0b48c669df', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["w-WQFCfDRh2h2KsDn8P4ag"], "expires_at": "2023-04-18T16:23:55.000000Z", "issued_at": "2023-04-18T15:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0 .0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:23:55,535 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:23:55,535 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1759299414', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkEQhNv/UT/OfiGU5/5OIYC4t7RHeodUWzU5uty1pZrf4ZWIsbVmr5oMEGKF099otAd4aO4dhwDN9dvbDuvZB7Pp/HsDLAFKFZ34F0yTq1jxJm09YJR1YCjWiEF2EBdQQ==', 'fingerprint': 'c6:b5:23:98:64:91:5e:d3:e3:ab:38:85:88:e8:cb:00', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAeSUG7OevA7Epykk5rOskN8AirZReGsfeHI+xO25+EGUbE+D6fHCQN\nnG1Z8jYDcZWgBwYFK4EEACKhZANiAAQZBEITb/1E/zn4hlOf+TiGAuLe0R3qHVFs\n1ObrctaWa3+GViLG1Zq+aDBBihdPfaLQHeGjuHYcAzfXb2w7r2Qez6fx7AywBShW\nd+BdMk6tY8SZtPWCUdWAo1ohBdhAXUE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', 'name': 'tempest-securitygroup--1325301424', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--645582616', 'shared': False, 'security_group_rules': [{'id': '298280ca-026c-4894-a930-787f32c3c183', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', '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': 573, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'd43fd497-1d6e-4f87-9976-c616ca36eb9d', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'ce633a5d-f7af-4847-8f45-4b9526fcbe06', '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': 574, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e 87354'}], 'tags': [], 'created_at': '2023-04-18T15:23:53Z', 'updated_at': '2023-04-18T15:23:53Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '31c33fce-7f81-4c2c-883c-f95fe863cfee', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:55Z', 'updated_at': '2023-04-18T15:23:55Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-04-18 15:23:56,925 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.389s 2023-04-18 15:23:56,926 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-442829303", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "key_name": "tempest-keypair-1759299414", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd10dfb9-d803-462f-9fab-6ef0bb4628e0', 'x-compute-request-id': 'req-dd10dfb9-d803-462f-9fab-6ef0bb4628e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "adminPass": "password"}}' 2023-04-18 15:23:57,013 79574 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/0af338c6-31de-4068-b172-40d4a94552a1 0.084s 2023-04-18 15:23:57,013 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:23:56 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-884e9483-756c-43a6-9305-5efd077bc46a', 'x-compute-request-id': 'req-884e9483-756c-43a6-9305-5efd077bc46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:57Z", "updated": "2023-04-18T15:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:47,266 79574 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/0af338c6-31de-4068-b172-40d4a94552a1 0.214s 2023-04-18 15:24:47,267 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:47 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-b35fd275-7147-470a-abcd-ce6f3773098d', 'x-compute-request-id': 'req-b35fd275-7147-470a-abcd-ce6f3773098d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:56Z", "updated": "2023-04-18T15:24:05Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": "2023-04-18T15:24:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:47,278 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:47,510 79574 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/0af338c6-31de-4068-b172-40d4a94552a1/os-interface 0.174s 2023-04-18 15:25:47,510 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:47 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-9d610a48-f12b-4110-bff3-c45ff29c606b', 'x-compute-request-id': 'req-9d610a48-f12b-4110-bff3-c45ff29c606b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c", "mac_addr": "fa:16:3e:b0:10:9b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:25:48,336 79574 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/31c33fce-7f81-4c2c-883c-f95fe863cfee 0.822s 2023-04-18 15:25:48,337 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ea8d022c-93c9-481e-8a6d-baeb70f88e67', 'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee'} Body: b'{"floatingip": {"id": "31c33fce-7f81-4c2c-883c-f95fe863cfee", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.123", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "7f1295ff-9034-4db2-b581-1091fd7b7b5c", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:b0:10:9b", "admin_state_up": true, "status": "ACTIVE", "device_id": "0af338c6-31de-4068-b172-40d4a94552a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:23:55Z", "updated_at": "2023-04-18T15:25:47Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:48,338 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2023-04-18 15:25:48,371 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:25:48,394 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:25:48,394 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2023-04-18 15:25:48,443 79574 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/0af338c6-31de-4068-b172-40d4a94552a1/ips 0.048s 2023-04-18 15:25:48,444 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 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-6ce54772-818e-4508-a0d8-49a708b51710', 'x-compute-request-id': 'req-6ce54772-818e-4508-a0d8-49a708b51710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:25:48,651 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.204s 2023-04-18 15:25:48,651 79574 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-1287874431"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af74e4c2-95db-4460-b6de-0c8aba81f090', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af74e4c2-95db-4460-b6de-0c8aba81f090', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:48.584926", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:48,700 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782 0.038s 2023-04-18 15:25:48,700 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00072873-8cc7-497e-bfb6-1bdc831f18b5', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00072873-8cc7-497e-bfb6-1bdc831f18b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:49.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:49,752 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0. 210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782 0.041s 2023-04-18 15:25:49,752 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58547d8f-8dce-459b-bcf0-96e46a486d96', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58547d8f-8dce-459b-bcf0-96e46a486d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782'} Body: b'{"volume": {"id": "382d25ca-95f6-4dc2-8be5-cb13b2b57782", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:49.000000", "updated_at": "2023-04-18T15:25:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1287874431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/382d25ca-95f6-4dc2-8be5-cb13b2b57782"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:25:50,079 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.316s 2023-04-18 15:25:50,079 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25: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-6c911add-4fb4-4005-ba70-310e446a3196', 'x-compute-request-id': 'req-6c911add-4fb4-4005-ba70-310e446a3196', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'' 2023-04-18 15:25:50,380 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.300s 2023-04-18 15:25:50,380 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:50 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-ae5bf1bf-1651-440b-8e80-a7a133192eae', 'x-compute-request-id': 'req-ae5bf1bf-1651-440b-8e80-a7a133192eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"server": {"id": "0af338c6-31de-4068-b172-40d4a94552a1", "name": "tempest-AttachVolumeNegativeTest-server-442829303", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea 41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:56Z", "updated": "2023-04-18T15:25:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:10:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0af338c6-31de-4068-b172-40d4a94552a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1759299414", "OS-SRV-USG:launched_at": "2023-04-18T15:24:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1325301424"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:40,578 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1 0.179s 2023-04-18 15:26:40,579 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f5ac00b5-b6ef-4836-959b-90ec67332e38', 'x-compute-request-id': 'req-f5ac00b5-b6ef-4836-959b-90ec67332e38', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0af338c6-31de-4068-b172-40d4a94552a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0af338c6-31de-4068-b172-40d4a94552a1 could not be found."}}' 2023-04-18 15:26:40,606 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1759299414 0.026s 2023-04-18 15:26:40,606 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb7ce2e3-935f-4eaf-8de7-d73ebcbf68d2', 'x-compute-request-id': 'req-cb7ce2e3-935f-4eaf-8de7-d73ebcbf68d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1759299414'} Body: b'' 2023-04-18 15:26:40,845 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06 0.238s 2023-04-18 15:26:40,845 79574 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-8f3e3e40-2c6b-486e-bbec-9701407b25a4', 'content-length': '0', 'date': 'Tue, 18 Apr 202 3 15:26:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06'} Body: b'' 2023-04-18 15:26:40,865 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06 0.019s 2023-04-18 15:26:40,865 79574 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-807f5e95-6430-4f4d-b8a5-16ef127f9ff1', 'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce633a5d-f7af-4847-8f45-4b9526fcbe06'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce633a5d-f7af-4847-8f45-4b9526fcbe06 does not exist", "detail": ""}}' 2023-04-18 15:26:41,362 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee 0.496s 2023-04-18 15:26:41,363 79574 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-e49d1659-1520-4d51-bbc2-2e730ce93c10', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/31c33fce-7f81-4c2c-883c-f95fe863cfee'} 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 f927e09c-14a8-4440-9a3d-59773783e4e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:01,181 79586 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:24:01,181 79586 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:24:01,236 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-04-18 15:24:01,236 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1071032263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:01 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-b38a298f-4bf6-4c55-83c4-a5135f6667c8', 'x-compute-request-id': 'req-b38a298f-4bf6-4c55-83c4-a5135f6667c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1071032263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA==", "fingerprint": "3f:e0:7f:47:64:bb:52:48:f1:81:ca:6e:06:f2:da:7f", "user_id": "c133acd96c98486fac2085187824d10b"}}' 2023-04-18 15:24:01,239 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1071032263 created 2023-04-18 15:24:01,422 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2023-04-18 15:24:01,423 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--453764631", "description": "tempest-description--1661944942"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-88418b9a-d565-4c88-995d-7cf53040e94d', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "name": "tempest-securitygroup--453764631", "stateful": true, "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "description": "tempest-description--1661944942", "shared": false, "security_group_rules": [{"id": "cead3325-5ce4-490e-b4de-af02ba92be22", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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": 591, "description": null, "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}, {"id": "fba28661-a4ac-46cd-a1a6-57d9bfb234c7", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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": 590, "description": null, "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}], "tags": [], "created_at": "2023-04-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,608 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-18 15:24:01,608 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-f0e8a7a2-d0a8-4e76-9694-7831dc31f77a', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffd42598-9062-4cda-bc2d-b4e07a9c67d7", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,776 79586 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-18 15:24:01,776 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7523ce7-e0f3-4b24-8b97-a40f780386c8', 'date': 'Tue, 18 Apr 2023 15:24:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "899cf060-03e9-46b2-8625-2bb1a3c1675e", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "security_group_id": "f25fd7bf-c16b-4ea4-8363-f8667d05f3ef", "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-18T15:24:01Z", "updated_at": "2023-04-18T15:24:01Z", "revision_number": 0, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:24:01,776 79586 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--453764631 created 2023-04-18 15:24:03,242 79586 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.465s 2023-04-18 15:24:03,242 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-8321ab28-6ff1-4257-875c-152781fe380c', 'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4932dc49-537e-4054-b9d6-05c76d387355", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.136", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7269241b8f244a86b51580dd6319d5c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:24:02Z", "updated_at": "2023-04-18T15:24:02Z", "revision_number": 0}}' 2023-04-18 15:24:03,242 79586 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4932dc49-537e-4054-b9d6-05c76d387355', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.136', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:24:02Z', 'updated_at': '2023-04-18T15:24:02Z', 'revision_number': 0, 'ip': '172.24.4.136'} created 2023-04-18 15:24:03,332 79586 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.084s 2023-04-18 15:24:03,332 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 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-b8d7446a-d76d-49d9-bd08-4ecfd5bee6a4', '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": "c133acd96c98486fac2085187824d10b", "name": "tempest-AttachVolumeTestJSON-1284069294-project-member", "password_expires_at": null}, "audit_ids": ["vGpShiqnQiK8IZgShHD9RA"], "expires_at": "2023-04-18T16:24:03.000000Z", "issued_at": "2023-04-18T15:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7269241b8f244a86b51580dd6319d5c6", "name": "tempest-AttachVolumeTestJSON-1284069294"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", " region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:24:03,333 79586 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '5fec6c8b-49b1-4298-a7ee-886f04baa0e2', 'name': 'tempest-AttachVolumeTestJSON-1622188140-network', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59816, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:24:03,333 79586 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1071032263', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0+z1T8JGAqOwEd47wtk+oiuve8oER6pPhgz5GXldqvtEyzaNUi+YhHCo3rDf8zNGGpB0LFt3coxqAMz8raHCcmBslKDY19GMdgDIKKUxC8Esh6nPvPxbLRWsbpIoXGlA==', 'fingerprint': '3f:e0:7f:47:64:bb:52:48:f1:81:ca:6e:06:f2:da:7f', 'user_id': 'c133acd96c98486fac2085187824d10b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDByne1miTEnv8BarJIo0cc2Yg5Fy/bqSKRjXyX6BNKElHwJ/1uvi6fV\nD5KthTUmmHygBwYFK4EEACKhZANiAASdPs9U/CRgKjsBHeO8LZPqIrr3vKBEeqT4\nYM+Rl5Xar7RMs2jVIvmIRwqN6w3/MzRhqQdCxbd3KMagDM/K2hwnJgbJSg2NfRjH\nYAyCilMQvBLIepz7z8Wy0VrG6SKFxpQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', 'name': 'tempest-securitygroup--453764631', 'stateful': True, 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'description': 'tempest-description--1661944942', 'shared': False, 'security_group_rules': [{'id': 'cead3325-5ce4-490e-b4de-af02ba92be22', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', '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': 591, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, {'id': 'fba28661-a4ac-46cd-a1a6-57d9bfb234c7', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'security_group_id': 'f25fd7bf-c16b-4ea4-8363-f8667d05f3ef', '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': 590, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 0, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}], 'tags': [], 'created_at': '202 3-04-18T15:24:01Z', 'updated_at': '2023-04-18T15:24:01Z', 'revision_number': 1, 'project_id': '7269241b8f244a86b51580dd6319d5c6'}, 'floating_ip': {'id': '4932dc49-537e-4054-b9d6-05c76d387355', 'tenant_id': '7269241b8f244a86b51580dd6319d5c6', 'floating_ip_address': '172.24.4.136', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7269241b8f244a86b51580dd6319d5c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:24:02Z', 'updated_at': '2023-04-18T15:24:02Z', 'revision_number': 0, 'ip': '172.24.4.136'}} 2023-04-18 15:24:03,972 79586 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.638s 2023-04-18 15:24:03,972 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-69839217", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2"}], "security_groups": [{"name": "tempest-securitygroup--453764631"}], "key_name": "tempest-keypair-1071032263", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94d4a8c-b075-441e-85c7-d4611f13cb04', 'x-compute-request-id': 'req-e94d4a8c-b075-441e-85c7-d4611f13cb04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--453764631"}], "adminPass": "password"}}' 2023-04-18 15:24:04,095 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.119s 2023-04-18 15:24:04,095 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-600c487f-2527-4abd-aea1-7bd4005eaffa', 'x-compute-request-id': 'req-600c487f-2527-4abd-aea1-7bd4005eaffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "BUILD", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "l inks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:04Z", "updated": "2023-04-18T15:24:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:54,382 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.226s 2023-04-18 15:24:54,382 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:54 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-8396c498-6752-467f-bd50-7f51fc933269', 'x-compute-request-id': 'req-8396c498-6752-467f-bd50-7f51fc933269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:03Z", "updated": "2023-04-18T15:24:14Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": "2023-04-18T15:24:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--453764631"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:24:54,393 79586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:25:54,702 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/os-interface 0.248s 2023-04-18 15:25:54,703 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:54 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-d0bb2c5c-4f75-41b5-9207-b5d6e3c5f40f', 'x-compute-request-id': 'req-d0bb2c5c-4f75-41b5-9207-b5d6e3c5f40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed", "mac_addr": "fa:16:3e:32:0e:29", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e788df66-789b-44cb-979c-7af9ee4d5919", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 15:25:55,731 79586 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/4932dc49-537e-4054-b9d6-05c76d387355 1.024s 2023-04-18 15:25:55,731 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5a874751-c8e0-4fec-9bec-cbfb52681d47', 'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355'} Body: b'{"floatingip": {"id": "4932dc49-537e-4054-b9d6-05c76d387355", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "floating_ip_address": "172.24.4.136", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "bae004a4-2ed1-423d-84b6-dff2a8babfe6", "port_id": "4d94c0a0-156f-49b6-8b4e-70d3346ee8ed", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5fec6c8b-49b1-4298-a7ee-886f04baa0e2", "mac_address": "fa:16:3e:32:0e:29", "admin_state_up": true, "status": "ACTIVE", "device_id": "45163f1f-e814-4801-95cc-4a1d5d232138", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:24:02Z", "updated_at": "2023-04-18T15:25:55Z", "revision_number": 1, "project_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:55,733 79586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.136:22' as 'cirros' with public key authentication 2023-04-18 15:25:55,766 79586 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:25:55,787 79586 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:25:55,787 79586 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.136 successfully created 2023-04-18 15:25:55,826 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/ips 0.038s 2023-04-18 15:25:55,826 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f108f1fa-f95a-4686-b8f2-ae8aed6cf6b5', 'x-compute-request-id': 'req-f108f1fa-f95a-4686-b8f2-ae8aed6cf6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 15:25:56,020 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes 0.190s 2023-04-18 15:25:56,020 79586 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-791148587"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb28693f-6f76-492b-9f67-3897eacc37b5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb28693f-6f76-492b-9f67-3897eacc37b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:55.950516", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:25:56,096 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6 0.065s 2023-04-18 15:25:56,096 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdcd3df-c601-40e5-af9f-5894d6d6650e', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdcd3df-c601-40e5-af9f-5894d6d6650e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:56.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:57,145 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6 0.037s 2023-04-18 15:25:57,145 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8717c94-338e-47ef-be61-16823c40d44f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8717c94-338e-47ef-be61-16823c40d44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6'} Body: b'{"volume": {"id": "f927e09c-14a8-4440-9a3d-59773783e4e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:25:56.000000", "updated_at": "2023-04-18T15:25:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-791148587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7269241b8f244a86b51580dd6319d5c6/volumes/f927e09c-14a8-4440-9a3d-59773783e4e6"}], "user_id": "c133acd96c98486fac2085187824d10b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7269241b8f244a86b51580dd6319d5c6"}}' 2023-04-18 15:25:57,272 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.115s 2023-04-18 15:25:57,273 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9b4e35e-9305-4921-8b1b-945b48f20d45', 'x-compute-request-id': 'req-d9b4e35e-9305-4921-8b1b-945b48f20d45', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'' 2023-04-18 15:25:57,539 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.266s 2023-04-18 15:25:57,540 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb49469a-aed4-46cf-ae87-2d6bb1b65264', 'x-compute-request-id': 'req-fb49469a-aed4-46cf-ae87-2d6bb1b65264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"server": {"id": "45163f1f-e814-4801-95cc-4a1d5d232138", "name": "tempest-AttachVolumeTestJSON-server-69839217", "status": "ACTIVE", "tenant_id": "7269241b8f244a86b51580dd6319d5c6", "user_id": "c133acd96c98486fac2085187824d10b", "metadata": {}, "hostId": "d914de6b09a06f0736df4c39354314bad24f7b47d68edea58c73f2c3", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:03Z", "updated": "2023-04-18T15:25:57Z", "addresses": {"tempest-AttachVolumeTestJSON-1622188140-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}, {"version": 4, "addr": "172.24.4.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/45163f1f-e814-4801-95cc-4a1d5d232138"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071032263", "OS-SRV-USG:launched_at": "2023-04-18T15:24:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--453764631"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:47,758 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138 0.159s 2023-04-18 15:26:47,758 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f8b03629-8fa8-4710-a2d1-6734e168917a', 'x-compute-request-id': 'req-f8b03629-8fa8-4710-a2d1-6734e168917a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/45163f1f-e814-4801-95cc-4a1d5d232138'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 45163f1f-e814-4801-95cc-4a1d5d232138 could not be found."}}' 2023-04-18 15:26:47,796 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1071032263 0.036s 2023-04-18 15:26:47,796 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7cb022e-dca3-4c58-8357-8de785c68e22', 'x-compute-request-id': 'req-f7cb022e-dca3-4c58-8357-8de785c68e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1071032263'} Body: b'' 2023-04-18 15:26:47,964 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef 0.167s 2023-04-18 15:26:47,964 79586 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-6b7aea89-2bfd-458f-9883-7c05e020663c', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef'} Body: b'' 2023-04-18 15:26:47,992 79586 INFO [tempest.l ib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef 0.027s 2023-04-18 15:26:47,992 79586 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-3c5432cf-403c-4620-b07b-fddd2fc1f4d9', 'date': 'Tue, 18 Apr 2023 15:26:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f25fd7bf-c16b-4ea4-8363-f8667d05f3ef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f25fd7bf-c16b-4ea4-8363-f8667d05f3ef does not exist", "detail": ""}}' 2023-04-18 15:26:48,470 79586 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355 0.478s 2023-04-18 15:26:48,471 79586 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-3878b2e7-833d-4b6b-887c-1b4ec8347c3e', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:26:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4932dc49-537e-4054-b9d6-05c76d387355'} 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 92f30d14-4ee3-4bea-a7b5-492b679e20b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:54,481 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types 0.181s 2023-04-18 15:26:54,482 79586 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-46709940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e5fb14-69de-44ee-9589-be0e4281d12d', 'content-length': '226', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e5fb14-69de-44ee-9589-be0e4281d12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types'} Body: b'{"volume_type": {"id": "036dadbf-a02c-4a1d-9aba-8c33ce89cb4f", "name": "tempest-GroupSnapshotsV319Test-volume-type-46709940", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:26:54,525 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types 0.039s 2023-04-18 15:26:54,526 79586 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-256312529"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-750ccbd1-272c-4120-b835-39957f0c2956', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-750ccbd1-272c-4120-b835-39957f0c2956', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types'} Body: b'{"group_type": {"id": "0d75716d-e943-49a0-a159-1cbfe9c73471", "name": "tempest-GroupSnapshotsV319Test-group-type-256312529", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:26:54,752 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups 0.219s 2023-04-18 15:26:54,752 79586 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": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "name": "tempest-GroupSnapshotsV319Test-Group-509864850"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee90abce-cdde-4971-9f1c-105ac0a7c129', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee90abce-cdde-4971-9f1c-105ac0a7c129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "name": "tempest-GroupSnapshotsV319Test-Group-509864850"}}' 2023-04-18 15:26:54,791 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.037s 2023-04-18 15:26:54,792 79586 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c59143-a144-4153-bbb0-d768dd52a03f', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c59143-a144-4153-bbb0-d768dd52a03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:26:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-509864850", "description": null, "group_type": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:26:55,826 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.029s 2023-04-18 15:26:55,827 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cd24ad-14d1-4a3e-a99a-89cbf92f47b2', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cd24ad-14d1-4a3e-a99a-89cbf92f47b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"group": {"id": "92f30d14-4ee3-4bea-a7b5-492b679e20b0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:26:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-509864850", "description": null, "group_type": "0d75716d-e943-49a0-a159-1cbfe9c73471", "volume_types": ["036dadbf-a02c-4a1d-9aba-8c33ce89cb4f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:26:55,897 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/volumes/detail 0.065s 2023-04-18 15:26:55,897 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6868c46-c4a0-4a6d-ae1f-39788b6f10ea', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6868c46-c4a0-4a6d-ae1f-39788b6f10ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:26:55,980 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0/action 0.072s 2023-04-18 15:26:55,980 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 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-10476eab-0945-483f-a530-e5487633b5fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0/action'} Body: b'' 2023-04-18 15:26:55,998 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0 0.017s 2023-04-18 15:26:55,999 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:55 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-2d79d496-1b49-49d9-af4b-ec58953341eb', 'x-openstack-request-id': 'req-2d79d496-1b49-49d9-af4b-ec58953341eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4cd28aacdeca4d0880cc9630debf7617/groups/92f30d14-4ee3-4bea-a7b5-492b679e20b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 92f30d14-4ee3-4bea-a7b5-492b679e20b0 could not be found."}}' 2023-04-18 15:26:56,025 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types/0d75716d-e943-49a0-a159-1cbfe9c73471 0.026s 2023-04-18 15:26:56,026 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 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-f83a1127-6de5-4286-b902-9d6104849e60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/group_types/0d75716d-e943-49a0-a159-1cbfe9c73471'} Body: b'' 2023-04-18 15:26:56,074 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f 0.048s 2023-04-18 15:26:56,074 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e29ed4-fdb3-4686-9ae7-3106be7f91cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f'} Body: b'' 2023-04-18 15:26:56,089 79586 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f 0.014s 2023-04-18 15:26:56,089 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Tue, 18 Apr 2023 15:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e23279-e339-4c0a-b8f3-310c90401636', 'x-openstack-request-id': 'req-70e23279-e339-4c0a-b8f3-310c90401636', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/faab27745c4a46e1bac0eafe2edfd92d/types/036dadbf-a02c-4a1d-9aba-8c33ce89cb4f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 036dadbf-a02c-4a1d-9aba-8c33ce89cb4f could not be found."}}' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 91b07994-ad4a-4d93-b486-97dc4b851c65 failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 96906222-e3c2-4bc7-9bc7-c46db17718ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:02,062 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes 0.418s 2023-04-18 15:27:02,062 79586 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-276809134"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e7e5ea-4a3d-43b8-96f2-7e8b0ae07ed4', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e7e5ea-4a3d-43b8-96f2-7e8b0ae07ed4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:01.940188", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:02,110 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.039s 2023-04-18 15:27:02,111 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be4b757-9cda-48c9-b791-3726371c8c45', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be4b757-9cda-48c9-b791-3726371c8c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,164 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.041s 2023-04-18 15:27:03,164 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c686d938-03e3-4abf-9941-fc9724430768', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c686d938-03e3-4abf-9941-fc9724430768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": "2023-04-18T15:27:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,238 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.057s 2023-04-18 15:27:03,238 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65b6346-05e9-4e39-a2eb-7fd11857ef85', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65b6346-05e9-4e39-a2eb-7fd11857ef85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"volume": {"id": "96906222-e3c2-4bc7-9bc7-c46db17718ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:02.000000", "updated_at": "2023-04-18T15:27:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-276809134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:03,361 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.112s 2023-04-18 15:27:03,361 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca21531e-aa17-4925-a601-6cc52bb0c937', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'' 2023-04-18 15:27:03,385 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec 0.023s 2023-04-18 15:27:03,386 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0b87f7-6a43-4a78-b32e-72548da3bdbb', 'x-openstack-request-id': 'req-8b0b87f7-6a43-4a78-b32e-72548da3bdbb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/96906222-e3c2-4bc7-9bc7-c46db17718ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 96906222-e3c2-4bc7-9bc7-c46db17718ec 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 8a3eb429-aa2f-455d-8ed8-c43285c63580 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:03,600 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes 0.212s 2023-04-18 15:27:03,601 79586 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-1188075266"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63241df7-d689-401c-bf51-ff880622df51', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63241df7-d689-401c-bf51-ff880622df51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:03.535960", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:03,662 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.051s 2023-04-18 15:27:03,663 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af1e1fd8-df2c-41e2-90ec-f005b6661c70', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af1e1fd8-df2c-41e2-90ec-f005b6661c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,736 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.057s 2023-04-18 15:27:04,737 79586 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49bf4e6f-c6ca-4113-a04a-80182918f880', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49bf4e6f-c6ca-4113-a04a-80182918f880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": "2023-04-18T15:27:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,788 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.040s 2023-04-18 15:27:04,788 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0f5f5f-4cf5-43d2-b4ab-bf5a49ecce28', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0f5f5f-4cf5-43d2-b4ab-bf5a49ecce28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"volume": {"id": "8a3eb429-aa2f-455d-8ed8-c43285c63580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:04.000000", "updated_at": "2023-04-18T15:27:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1188075266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580"}], "user_id": "fda60c4d2e794f05adb3d2ca038e9eea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1156d3557e034e239ff0dae2f5c39285"}}' 2023-04-18 15:27:04,903 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.105s 2023-04-18 15:27:04,903 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1597542a-98f7-401a-a6f7-4a2da66f60ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'' 2023-04-18 15:27:04,932 79586 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580 0.028s 2023-04-18 15:27:04,933 79586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c2c55ea-3e48-4958-937c-9cc9aa7f9c90', 'x-openstack-request-id': 'req-0c2c55ea-3e48-4958-937c-9cc9aa7f9c90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1156d3557e034e239ff0dae2f5c39285/volumes/8a3eb429-aa2f-455d-8ed8-c43285c63580'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8a3eb429-aa2f-455d-8ed8-c43285c63580 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 6b0f5f99-cf53-45fe-8d28-01d7a89b2569 failed to build and is in ERROR status tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.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 5564b545-963c-457b-a475-33542605207d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:24:39,862 79580 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 15:24:40,490 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.628s 2023-04-18 15:24:40,491 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--837779449", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c5813ded-a5c0-4a3e-bbb7-d51140d0b2eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--837779449", "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": "ea063b1ab78f47d7aaa62a98e71cc89d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "created_at": "2023-04-18T15:24:40Z", "updated_at": "2023-04-18T15:24:40Z", "tags": [], "self": "/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "file": "/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:24:41,827 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file 1.335s 2023-04-18 15:24:41,827 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c3cfb289-4736-463f-be80-5a4c0b189e61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d/file'} Body: b'' 2023-04-18 15:24:41,828 79580 DEBUG [tempest.scenario.manager] image:7c3280dc-0bf5-4ab4-b4b2-7e16899c431d 2023-04-18 15:24:41,886 79580 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.055s 2023-04-18 15:24:41,886 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-960140690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAEjsfnZ9+34omnAOMkdJLBMb2zuPlMfMEKPbKExxOe9VpUyhWg3S3OK31VdJIQkODsgxYtKCPwo3gwhPboKkwRWQeeEfdyq5eRDlWqsMHqzdJYaczL2NAR3jLJEXWd7w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-08fff594-1b18-424d-923a-5b1e1a16c73b', 'x-compute-request-id': 'req-08fff594-1b18-424d-923a-5b1e1a16c73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-960140 690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAEjsfnZ9+34omnAOMkdJLBMb2zuPlMfMEKPbKExxOe9VpUyhWg3S3OK31VdJIQkODsgxYtKCPwo3gwhPboKkwRWQeeEfdyq5eRDlWqsMHqzdJYaczL2NAR3jLJEXWd7w==", "fingerprint": "98:e0:dc:3b:e3:32:f7:c1:1e:a0:1b:cb:7a:ac:d4:cd", "user_id": "ff9093e866924885b8b5cf1893f69b49"}}' 2023-04-18 15:24:41,986 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2023-04-18 15:24:41,986 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24: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-1d3eeed1-6d43-46eb-85f5-8662e8bb350e', '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": "ff9093e866924885b8b5cf1893f69b49", "name": "tempest-TestMinimumBasicScenario-529089331-project-member", "password_expires_at": null}, "audit_ids": ["bkdmd7rqRBe2AgPrYJxMsw"], "expires_at": "2023-04-18T16:24:41.000000Z", "issued_at": "2023-04-18T15:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea063b1ab78f47d7aaa62a98e71cc89d", "name": "tempest-TestMinimumBasicScenario-529089331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:24:41,987 79580 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': '5eb6340b-662b-4b7c-9cf0-bb581a99996c', 'name': 'tempest-TestMinimumBasicScenario-1800384420-network', 'tenant_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea063b1ab78f47d7aaa62a98e71cc89d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62096, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:13Z', 'updated_at': '2023-04-18T15:21:13Z', 'revision_number': 1} available for tenant 2023-04-18 15:24:42,881 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.893s 2023-04-18 15:24:42,881 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-979661342", "imageRef": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-960140690", "networks": [{"uuid": "5eb6340b-662b-4b7c-9cf0-bb581a99996c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb703b45-1da3-42a9-8eeb-2e95696f51dc', 'x-compute-request-id': 'req-fb703b45-1da3-42a9-8eeb-2e95696f51dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3cGL2unB46kW"}}' 2023-04-18 15:24:43,076 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.192s 2023-04-18 15:24:43,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dbbd87a-7a38-4de8-964f-aeec491013ff', 'x-compute-request-id': 'req-0dbbd87a-7a38-4de8-964f-aeec491013ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "BUILD", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:43Z", "updated": "2023-04-18T15:24:42Z", "addresses": {}, "accessI Pv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:25:33,347 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.211s 2023-04-18 15:25:33,347 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:33 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-0a1dfede-8cd1-4b12-816a-32652beb42f0', 'x-compute-request-id': 'req-0a1dfede-8cd1-4b12-816a-32652beb42f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:25:33,360 79580 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:26:33,673 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.261s 2023-04-18 15:26:33,673 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 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 -11a127b6-dc8a-4f74-ac84-5f3f1889808a', 'x-compute-request-id': 'req-11a127b6-dc8a-4f74-ac84-5f3f1889808a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:26:33,885 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.199s 2023-04-18 15:26:33,885 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532af275-9924-469a-a694-21297d7dd8e6', 'x-compute-request-id': 'req-532af275-9924-469a-a694-21297d7dd8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}]}]}' 2023-04-18 15:26:34,120 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.231s 2023-04-18 15:26:34,121 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:33 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-eca0c1ce-e303-4594-81b9-080bedd57637', 'x-compute-request-id': 'req-eca0c1ce-e303-4594-81b9-080bedd57637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e 9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:24:50Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:26:34,450 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes 0.317s 2023-04-18 15:26:34,450 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2057133486", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632bb3c4-2c46-4d3e-8b72-466e4e9b454f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632bb3c4-2c46-4d3e-8b72-466e4e9b454f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.380411", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:34,508 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.047s 2023-04-18 15:26:34,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute -request-id': 'req-fe688f1e-1856-4d9b-b056-2103c349af71', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe688f1e-1856-4d9b-b056-2103c349af71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:26:35,561 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.040s 2023-04-18 15:26:35,561 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a172f6eb-c8b0-463f-8571-2bca0c9f4478', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a172f6eb-c8b0-463f-8571-2bca0c9f4478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"volume": {"id": "5564b545-963c-457b-a475-33542605207d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:34.000000", "updated_at": "2023-04-18T15:26:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-2057133486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d"}], "user_id": "ff9093e866924885b8b5cf1893f69b49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d"}}' 2023-04-18 15:26:35,691 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.118s 2023-04-18 15:26:35,691 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-e4570a02-a192-4162-a37e-cae47ebfeaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1a b78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'' 2023-04-18 15:26:35,712 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d 0.020s 2023-04-18 15:26:35,713 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-adea47e1-1373-4683-82e1-df31c4b0e905', 'x-openstack-request-id': 'req-adea47e1-1373-4683-82e1-df31c4b0e905', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea063b1ab78f47d7aaa62a98e71cc89d/volumes/5564b545-963c-457b-a475-33542605207d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5564b545-963c-457b-a475-33542605207d could not be found."}}' 2023-04-18 15:26:36,077 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.363s 2023-04-18 15:26:36,077 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26: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-d6ede79b-9117-44f9-b11b-31e5af1c1b14', 'x-compute-request-id': 'req-d6ede79b-9117-44f9-b11b-31e5af1c1b14', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'' 2023-04-18 15:26:36,251 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.173s 2023-04-18 15:26:36,251 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e9a077-74b8-43ee-adec-7b99da8da563', 'x-compute-request-id': 'req-25e9a077-74b8-43ee-adec-7b99da8da563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"server": {"id": "e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4", "name": "tempest-TestMinimumBasicScenario-server-979661342", "status": "ACTIVE", "tenant_id": "ea063b1ab78f47d7aaa62a98e71cc89d", "user_id": "ff9093e866924885b8b5cf1893f69b49", "metadata": {}, "hostId": "5dc24eb285620b50cc3dfc1393a5df892a274f07c288fb09c440ffa5", "image": {"id": "7c3280dc-0bf5-4ab4-b4b2-7e16899c431d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:24:42Z", "updated": "2023-04-18T15:26:36Z", "addresses": {"tempest-TestMinimumBasicScenario-1800384420-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:cc:f4"}]}, "accessIPv4": "", "access IPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-960140690", "OS-SRV-USG:launched_at": "2023-04-18T15:24: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-18 15:27:26,509 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 0.197s 2023-04-18 15:27:26,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-f12a7675-22cd-4f61-b43a-6c1dd7e771b3', 'x-compute-request-id': 'req-f12a7675-22cd-4f61-b43a-6c1dd7e771b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e1112e7e-0fa8-4b68-8e9f-76cfad7f50b4 could not be found."}}' 2023-04-18 15:27:26,535 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-960140690 0.025s 2023-04-18 15:27:26,535 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-a1d23be8-78c4-47c9-8acb-ae8a3c38ec53', 'x-compute-request-id': 'req-a1d23be8-78c4-47c9-8acb-ae8a3c38ec53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-960140690'} Body: b'' 2023-04-18 15:27:26,634 79580 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d 0.097s 2023-04-18 15:27:26,634 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24a2a6c7-44d8-4286-ae34-2a0797a57283', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c3280dc-0bf5-4ab4-b4b2-7e16899c431d'} 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 cc09c612-4376-487f-8a85-93305abbb0a8 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:29,866 79582 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/4d6b8f8c5655446aa1baaa2209ffe006/types 0.270s 2023-04-18 15:27:29,867 79582 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-1067331176", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78fe5cb-51dd-453a-81ff-88bbe3d6f558', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78fe5cb-51dd-453a-81ff-88bbe3d6f558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types'} Body: b'{"volume_type": {"id": "a3f8b6ff-f7b5-4cf4-bf37-8e9087641476", "name": "tempest-VolumeTypesTest-volume-type-1067331176", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:27:29,910 79582 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/4d6b8f8c5655446aa1baaa2209ffe006/types 0.040s 2023-04-18 15:27:29,910 79582 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-1925230144", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d295d75-3186-42da-a8d5-fc169de43091', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d295d75-3186-42da-a8d5-fc169de43091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types'} Body: b'{"volume_type": {"id": "f21c1e6b-1ae0-4d89-8260-76c88e84cad1", "name": "tempest-VolumeTypesTest-volume-type-1925230144", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:27:30,266 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes 0.353s 2023-04-18 15:27:30,267 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-245241738", "volume_type": "a3f8b6ff-f7b5-4cf4-bf37-8e9087641476", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a07b8b-c13b-44ff-bd1a-fee133db68d8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a07b8b-c13b-44ff-bd1a-fee133db68d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.201078", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:30,322 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.045s 2023-04-18 15:27:30,323 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61d035f-b4c4-4068-9e9d-4937d8026d6f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61d035f-b4c4-4068-9e9d-4937d8026d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,378 79582 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/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.045s 2023-04-18 15:27:31,379 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3a0ec0-c947-4156-b3df-da3e2efd5668', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d3a0ec0-c947-4156-b3df-da3e2efd5668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": "2023-04-18T15:27:30.000000", "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a3 2-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,429 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.039s 2023-04-18 15:27:31,430 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5264e3-c703-48e3-b854-d1445b948e61', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5264e3-c703-48e3-b854-d1445b948e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"volume": {"id": "b8bdd51d-1198-4a32-bdaf-856cf6ccabb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:30.000000", "updated_at": "2023-04-18T15:27:30.000000", "name": "tempest-VolumeTypesTest-volume-245241738", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1067331176", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0"}], "user_id": "dce311fdba0c4c40b859ed028710cd05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e5a3b2bc564b78ae1d527c343b7880"}}' 2023-04-18 15:27:31,552 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.112s 2023-04-18 15:27:31,553 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c458362d-8b8a-4f68-931f-f0fe085db788', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'' 2023-04-18 15:27:31,574 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 0.021s 2023-04-18 15:27:31,575 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-253cbc3f-89d3-4f3f-abbc-f354890c0315', 'x-openstack-request-id': 'req-253cbc3f-89d3-4f3f-abbc-f35489 0c0315', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76e5a3b2bc564b78ae1d527c343b7880/volumes/b8bdd51d-1198-4a32-bdaf-856cf6ccabb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8bdd51d-1198-4a32-bdaf-856cf6ccabb0 could not be found."}}' 2023-04-18 15:27:31,626 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1 0.051s 2023-04-18 15:27:31,627 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fb176f-c2b4-49d4-b4ca-a00846ca09a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1'} Body: b'' 2023-04-18 15:27:31,644 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1 0.017s 2023-04-18 15:27:31,644 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e9b821-2ef5-413f-892b-b21c2792147b', 'x-openstack-request-id': 'req-95e9b821-2ef5-413f-892b-b21c2792147b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/f21c1e6b-1ae0-4d89-8260-76c88e84cad1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f21c1e6b-1ae0-4d89-8260-76c88e84cad1 could not be found."}}' 2023-04-18 15:27:31,693 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 0.048s 2023-04-18 15:27:31,693 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9116cf-2c0f-4971-b8d2-db506aef16e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476'} Body: b'' 2023-04-18 15:27:31,710 79582 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 0.015s 2023-04-18 15:27:31,710 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bed8a7-103b-4b0f-a57b-caffb078e5df', 'x-openstack-request-id': 'req-28bed8a7-103b-4b0f-a57b-caffb078e5d f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4d6b8f8c5655446aa1baaa2209ffe006/types/a3f8b6ff-f7b5-4cf4-bf37-8e9087641476'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a3f8b6ff-f7b5-4cf4-bf37-8e9087641476 could not be found."}}' tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume abe02e33-134b-44a7-b45a-ea49900e38d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:35,593 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes 0.449s 2023-04-18 15:27:35,593 79582 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-570822473"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706f4225-3c56-487e-8098-0a2495e205db', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706f4225-3c56-487e-8098-0a2495e205db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:35.519408", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:35,645 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.041s 2023-04-18 15:27:35,646 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12dd95af-445d-4635-a67d-d5d6c958e9ee', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12dd95af-445d-4635-a67d-d5d6c958e9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,698 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.039s 2023-04-18 15:27:36,698 79582 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fde054c-f867-491c-860f-befa15fc5d4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fde054c-f867-491c-860f-befa15fc5d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": "2023-04-18T15:27:36.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,751 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.042s 2023-04-18 15:27:36,752 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35ae583-a452-4443-b4d5-33d0561ab010', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35ae583-a452-4443-b4d5-33d0561ab010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"volume": {"id": "abe02e33-134b-44a7-b45a-ea49900e38d5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T15:27:36.000000", "updated_at": "2023-04-18T15:27:36.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-570822473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5"}], "user_id": "01b487b9cfc44e8196ca1dc8292b0b32", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "acac187dbab04d8bbd5a582d99918b7e"}}' 2023-04-18 15:27:36,860 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.097s 2023-04-18 15:27:36,860 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:36 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406e1b96-ecce-4bb8-9a22-f38e91a4a10c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'' 2023-04-18 15:27:36,886 79582 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5 0.025s 2023-04-18 15:27:36,886 79582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-fbe1210e-92d7-4f66-91f9-d35584cbf27f', 'x-openstack-request-id': 'req-fbe1210e-92d7-4f66-91f9-d35584cbf27f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/acac187dbab04d8bbd5a582d99918b7e/volumes/abe02e33-134b-44a7-b45a-ea49900e38d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume abe02e33-134b-44a7-b45a-ea49900e38d5 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 bc090635-2074-4af7-95c8-780f40e6e275 failed to build and is in ERROR status tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:25:39,529 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.226s 2023-04-18 15:25:39,530 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a35b28b9-7f6a-4470-8bab-08bce9b89819', 'x-compute-request-id': 'req-a35b28b9-7f6a-4470-8bab-08bce9b89819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:39,947 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes 0.345s 2023-04-18 15:26:39,947 79568 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-860553267"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1234b58-2f51-4b6c-b78e-6de20ca59ced', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1234b58-2f51-4b6c-b78e-6de20ca59ced', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:39.890978", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:26:39,998 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b 0.041s 2023-04-18 15:26:39,998 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a714454-8da3-4ee6-a378-841ca46c2382', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a714454-8da3-4ee6-a378-841ca46c2382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:40.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:26:41,055 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b 0.044s 2023-04-18 15:26:41,056 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9030bcb-58cf-4df9-b019-76a9f49cec4e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9030bcb-58cf-4df9-b019-76a9f49cec4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b'} Body: b'{"volume": {"id": "3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:26:40.000000", "updated_at": "2023-04-18T15:26:40.000000", "name": "tempest-ServersNegativeTestJSON-volume-860553267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/3ac6e6f4-6c07-4501-8ea1-5bd9c6478d3b"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tena nt-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:26:41,614 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.546s 2023-04-18 15:26:41,614 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46181ceb-e70f-426e-b535-015356328435', 'x-compute-request-id': 'req-46181ceb-e70f-426e-b535-015356328435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 33fb6fbe-c568-431f-a9dc-186a17913f5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:43,888 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.216s 2023-04-18 15:27:43,889 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eac7673a-d91b-4efe-b282-126d464c897f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:44,349 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.459s 2023-04-18 15:27:44,349 79588 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-47154101", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd16eb05-dc79-4856-8113-ce3f00639aee', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd16eb05-dc79-4856-8113-ce3f00639aee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.268977", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:44,397 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.039s 2023-04-18 15:27:44,398 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e87151b-eb37-44b4-84e8-f9bcd85801cf', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e87151b-eb37-44b4-84e8-f9bcd85801cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:45,448 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.039s 2023-04-18 15:27:45,448 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b5576a-05ee-455d-9918-3a041f273f98', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b5576a-05ee-455d-9918-3a041f273f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"volume": {"id": "33fb6fbe-c568-431f-a9dc-186a17913f5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:44.000000", "updated_at": "2023-04-18T15:27:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-47154101", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:45,568 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.108s 2023-04-18 15:27:45,569 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af28feac-aa43-4029-a105-a017cb5a5968', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'' 2023-04-18 15:27:45,589 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c 0.020s 2023-04-18 15:27:45,589 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3180cf-5256-462f-814d-f490276c3459', 'x-openstack-request-id': 'req-ad3180cf-5256-462f-814d-f490276c3459', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33fb6fbe-c568-431f-a9dc-186a17913f5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33fb6fbe-c568-431f-a9dc-186a17913f5c 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 33f1b622-b59f-45fa-a3e3-54ba0cb2b712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:45,612 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.020s 2023-04-18 15:27:45,613 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f750740b-99b2-49c0-8103-18c6c9ade019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:45,904 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.290s 2023-04-18 15:27:45,904 79588 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-1890956468", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceac6d93-8b89-4d29-b219-e5a60f8ece0e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceac6d93-8b89-4d29-b219-e5a60f8ece0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:45.851113", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:45,954 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.040s 2023-04-18 15:27:45,954 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684082d4-1df6-4316-8691-e1adc33a4069', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684082d4-1df6-4316-8691-e1adc33a4069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:46.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,002 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.036s 2023-04-18 15:27:47,002 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e149bb-a6ab-4898-816d-bbb20b72c33b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e149bb-a6ab-4898-816d-bbb20b72c33b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"volume": {"id": "33f1b622-b59f-45fa-a3e3-54ba0cb2b712", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:46.000000", "updated_at": "2023-04-18T15:27:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1890956468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,111 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.098s 2023-04-18 15:27:47,111 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a697631e-4a60-4673-a2c3-19c5ea629e66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'' 2023-04-18 15:27:47,133 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712 0.021s 2023-04-18 15:27:47,133 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aef1253-79ff-43b6-8f7c-28ad0462e409', 'x-openstack-request-id': 'req-2aef1253-79ff-43b6-8f7c-28ad0462e409', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/33f1b622-b59f-45fa-a3e3-54ba0cb2b712'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33f1b622-b59f-45fa-a3e3-54ba0cb2b712 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 7d3717ac-8384-4deb-9773-a8eed1cd63ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:47,136 79588 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 15:27:47,190 79588 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.051s 2023-04-18 15:27:47,190 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-2015686778", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLNf8NHioLE/aW2CD6nzUI8iTgir6MiI4YCECUxPD7ml2oUuo4HiT5lDny+P7RLBUIj31Un0T4dPgnZMaUqShLdnSngG93a3R1+zEPp6J3qmXlRrcgck2C4omH8+xhSlQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f83586b-7bb1-4893-a92a-40eb7685d547', 'x-compute-request-id': 'req-6f83586b-7bb1-4893-a92a-40eb7685d547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-2015686778", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLNf8NHioLE/aW2CD6nzUI8iTgir6MiI4YCECUxPD7ml2oUuo4HiT5lDny+P7RLBUIj31Un0T4dPgnZMaUqShLdnSngG93a3R1+zEPp6J3qmXlRrcgck2C4omH8+xhSlQ==", "fingerprint": "65:1f:60:2e:bf:b0:31:81:91:93:6a:3a:44:59:78:76", "user_id": "4dd2727d2b05465e85e49e93f41a6485"}}' 2023-04-18 15:27:47,346 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-18 15:27:47,346 79588 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-1972697283", "description": "tempest-secgroup-smoke-1972697283 description", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a39fd0df-343c-4a01-8d26-9137cb5c657f', 'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "name": "tempest-secgroup-smoke-1972697283", "stateful": true, "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "description": "tempest-secgroup-smoke-1972697283 description", "shared": false, "security_group_rules": [{"id": "2068302b-0e3b-4b4a-9eb8-36571c8823ae", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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": 783, "description": null, "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}, {"id": "5fcb52a4-9cc6-4620-8800-8ab7465f1383", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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": 782, "description": null, "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf 34ae6914f7fb717cbd91e09d1b2"}], "tags": [], "created_at": "2023-04-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 1, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,504 79588 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.157s 2023-04-18 15:27:47,504 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "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-c7c76579-9598-463e-a468-313e21d2d1d3', 'date': 'Tue, 18 Apr 2023 15:27: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": "daebc376-ea73-45ec-a538-2aab5fd8e67a", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,666 79588 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.161s 2023-04-18 15:27:47,666 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "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-25980d3c-5a23-457c-9bfa-5546277b1890', 'date': 'Tue, 18 Apr 2023 15:27: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": "e2467f50-6a08-4a7a-865d-e0348035d18c", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,817 79588 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.150s 2023-04-18 15:27:47,818 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ee9f83b-52b7-4204-a559-1262fc485921', 'date': 'Tue, 18 Apr 2023 15:27:47 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "febd0b17-c985-4b7d-a02e-26bf1465e251", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:47,982 79588 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-18 15:27:47,983 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-230c9a65-58df-4e2a-8b93-9592a8ceba02', 'date': 'Tue, 18 Apr 2023 15:27: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": "b5da5493-dbb1-4dd9-b3f5-dccee4a4beee", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:47Z", "updated_at": "2023-04-18T15:27:47Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,139 79588 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.156s 2023-04-18 15:27:48,139 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf898de8-805d-436b-a224-22ac24a84938', 'date': 'Tue, 18 Apr 2023 15:27: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": "bc0ee6f5-2c16-4301-897a-d9a68fd90823", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:48Z", "updated_at": "2023-04-18T15:27:48Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,323 79588 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.183s 2023-04-18 15:27:48,323 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e52c124d-a92e-4014-8014-f3e942ad3ef3', 'date': 'Tue, 18 Apr 2023 15:27: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": "305e7532-d11a-4220-942a-afa74de72d1b", "tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2", "security_group_id": "f8e026ab-8ce0-4f6c-a872-d69a80f2b79a", "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-18T15:27:48Z", "updated_at": "2023-04-18T15:27:48Z", "revision_number": 0, "project_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:48,324 79588 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 15:27:48,344 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036 0.020s 2023-04-18 15:27:48,344 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4f6a51db-c793-482e-ab99-e4ab3920e37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036'} 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": "64bbb434f79b4b9a9c45bf7ecad349e1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "created_at": "2023-04-18T15:17:25Z", "updated_at": "2023-04-18T15:17:26Z", "tags": [], "self": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036", "file": "/v2/images/6a2ecd63-8167-41ef-b082-40bc65b91036/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:27:48,688 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes 0.343s 2023-04-18 15:27:48,688 79588 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-849889045", "snapshot_id": null, "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84eeb76c-036a-4ce9-a5cf-183760d1f201', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84eeb76c-036a-4ce9-a5cf-183760d1f201', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volum es'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:48.623456", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:27:48,738 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.038s 2023-04-18 15:27:48,738 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba68067-fff4-40a8-81e3-2240cc90593f', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba68067-fff4-40a8-81e3-2240cc90593f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:49,804 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.044s 2023-04-18 15:27:49,804 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07cdec0-3cca-4f58-a6c4-0279001b044c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07cdec0-3cca-4f58-a6c4-0279001b044c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"volume": {"id": "7d3717ac-8384-4deb-9773-a8eed1cd63ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:49.000000", "updated_at": "2023-04-18T15:27:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-849889045", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee"}], "user_id": "4dd2727d2b05465e85e49e93f41a6485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a8bf34ae6914f7fb717cbd91e09d1b2"}}' 2023-04-18 15:27:49,925 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.107s 2023-04-18 15:27:49,926 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-277e8ff0-4717-4df9-b5af-b8c3e64b2299', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'' 2023-04-18 15:27:49,947 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee 0.021s 2023-04-18 15:27:49,948 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27: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-e1c5eec3-0fda-4812-bb18-f87f995d24de', 'x-openstack-request-id': 'req-e1c5eec3-0fda-4812-bb18-f87f995d24de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a8bf34ae6914f7fb717cbd91e09d1b2/volumes/7d3717ac-8384-4deb-9773-a8eed1cd63ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7d3717ac-8384-4deb-9773-a8eed1cd63ee could not be found."}}' 2023-04-18 15:27:50,182 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f8e026ab-8ce0-4f6c-a872-d69a80f2b79a 0.234s 2023-04-18 15:27:50,183 79588 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-5be4fa34-95f8-4708-861d-39850f7583f8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:27:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8e026ab-8ce0-4f6c-a872-d69a80f2b79a'} Body: b'' 2023-04-18 15:27:50,212 79588 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2015686778 0.029s 2023-04-18 15:27:50,213 79588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9131ef7d-4111-4c01-8102-ac9d16430040', 'x-compute-request-id': 'req-9131ef7d-4111-4c01-8102-ac9d16430040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2015686778'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 41edea89-1e06-4f90-80e7-3cf86101e562 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:25:51,536 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.345s 2023-04-18 15:25:51,536 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5524d08-70f9-4540-9106-337c27a9b0d0', 'x-compute-request-id': 'req-a5524d08-70f9-4540-9106-337c27a9b0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:25:51,984 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.436s 2023-04-18 15:25:51,984 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31011c3f-0d39-4899-b5dd-54525459388e', 'x-compute-request-id': 'req-31011c3f-0d39-4899-b5dd-54525459388e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:42,430 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.387s 2023-04-18 15:26:42,431 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 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-0c09759e-0958-4f02-87cd-9084a95120fe', 'x-compute-request-id': 'req-0c09759e-0958-4f02-87cd-9084a95120fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:26:42,662 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.219s 2023-04-18 15:26:42,662 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 15:26:42 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-fa79879e-4669-4db6-8885-38a280cdeb99', 'x-compute-request-id': 'req-fa79879e-4669-4db6-8885-38a280cdeb99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:43,032 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes 0.297s 2023-04-18 15:27:43,032 79572 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-886058936"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5515787-4509-46bf-be8a-13b28a1993e6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5515787-4509-46bf-be8a-13b28a1993e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:42.959245", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [ ]}}' 2023-04-18 15:27:43,121 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562 0.079s 2023-04-18 15:27:43,121 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf16d3d-644b-4ded-a9a5-7b1070333049', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf16d3d-644b-4ded-a9a5-7b1070333049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:43.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:27:44,178 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562 0.044s 2023-04-18 15:27:44,178 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88f7588-c3ab-42f0-b30c-b56a69f4600a', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88f7588-c3ab-42f0-b30c-b56a69f4600a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562'} Body: b'{"volume": {"id": "41edea89-1e06-4f90-80e7-3cf86101e562", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:27:43.000000", "updated_at": "2023-04-18T15:27:43.000000", "name": "tempest-ServerActionsTestJSON-volume-886058936", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/41edea89-1e06-4f90-80e7-3cf86101e562"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:27:44,421 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.231s 2023-04-18 15:27:44,421 795 72 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:44 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-c567696b-5da2-40e3-9921-b47a8820cf8e', 'x-compute-request-id': 'req-c567696b-5da2-40e3-9921-b47a8820cf8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1dae8da6-65b2-45bb-aad9-3bf85c12ce52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:41,366 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:26:41,366 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:26:41,420 79574 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-18 15:26:41,421 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1315550948", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 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-c3132c3e-14ea-43ce-bcd5-d2619cd503bb', 'x-compute-request-id': 'req-c3132c3e-14ea-43ce-bcd5-d2619cd503bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1315550948", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g==", "fingerprint": "fb:d6:fe:a8:74:ec:52:f8:9a:56:34:12:83:c6:2b:9a", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607"}}' 2023-04-18 15:26:41,423 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1315550948 created 2023-04-18 15:26:41,606 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-18 15:26:41,607 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2132273094", "description": "tempest-description--1767603440"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4de8949e-582f-4d64-802b-81c9bb585702', 'date': 'Tue, 18 Apr 2023 15:26:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "name": "tempest-securitygroup--2132273094", "stateful": true, "tenant_id": "2e45db5645a54c88a6f7780012e87354", "description": "tempest-description--1767603440", "shared": false, "security_group_rules": [{"id": "d0e5f87b-daa7-4866-afb8-e0c5e3241e6f", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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": 656, "description": null, "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}, {"id": "e2c4ed1d-635a-49c6-b51c-25e8abaa80ad", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 655, "description": null, "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}], "tags": [], "created_at": "2023-04-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,773 79574 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-18 15:26:41,774 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-1a11f370-497d-42dc-bc24-7797c6636487', 'date': 'Tue, 18 Apr 2023 15:26: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": "b8989f3b-c294-47f2-a71e-70d9fcd158f8", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,927 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-18 15:26:41,927 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2c719179-2920-41de-9739-86511ccc0795', 'date': 'Tue, 18 Apr 2023 15:26: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": "c7955fa3-19c8-47ba-9f28-7893f2aed4ea", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "security_group_id": "fc5d48b4-afeb-4998-995a-45378bb2350f", "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-18T15:26:41Z", "updated_at": "2023-04-18T15:26:41Z", "revision_number": 0, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:26:41,928 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2132273094 created 2023-04-18 15:26:42,929 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.001s 2023-04-18 15:26:42,930 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8f7dd36c-9de8-439f-bd6f-f6362c03a53a', 'date': 'Tue, 18 Apr 2023 15:26:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "36efae99-6d4f-4d2d-93d9-766560cb2d40", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.4", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e45db5645a54c88a6f7780012e87354", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:26:42Z", "updated_at": "2023-04-18T15:26:42Z", "revision_number": 0}}' 2023-04-18 15:26:42,930 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '36efae99-6d4f-4d2d-93d9-766560cb2d40', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.4', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:26:42Z', 'updated_at': '2023-04-18T15:26:42Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-18 15:26:42,969 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 15:26:42,970 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 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-2b0a5d97-64f7-4044-aa45-38051c5691b9', '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": "fdecf5faa0a8407e8ee245f30d6eb607", "name": "tempest-AttachVolumeNegativeTest-1832404876-project-member", "password_expires_at": null}, "audit_ids": ["G5uRMh0DTryCml_bo6Xk2w"], "expires_at": "2023-04-18T16:26:42.000000Z", "issued_at": "2023-04-18T15:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e45db5645a54c88a6f7780012e87354", "name": "tempest-AttachVolumeNegativeTest-1832404876"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1 ", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:26:42,970 79574 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '03193d32-3e21-4e7c-ae10-c5ddd6544407', 'name': 'tempest-AttachVolumeNegativeTest-416450464-network', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e45db5645a54c88a6f7780012e87354', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61144, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:20:45Z', 'updated_at': '2023-04-18T15:20:45Z', 'revision_number': 1} available for tenant 2023-04-18 15:26:42,971 79574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1315550948', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmIAlikHNXYI6WdMeuTGACeDWnP867p0MimK+yG4walSyMDeK/HdHqPDDRcSUA7Sc9NaHfiDr6qLi42PXuJimVTb0yMsquKY86uJGM0bLYl9rziZKQ9/p0ZAKKJt1Tf2g==', 'fingerprint': 'fb:d6:fe:a8:74:ec:52:f8:9a:56:34:12:83:c6:2b:9a', 'user_id': 'fdecf5faa0a8407e8ee245f30d6eb607', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBjOTZJWmJPVPepZ1xy5W+TVKj3SNzpOF/e8o4cRPhFDU0JPfAesgw7\nODtIIixFQQmgBwYFK4EEACKhZANiAARZiAJYpBzV2COlnTHrkxgAng1pz/Ou6dDI\npivshuMGpUsjA3ivx3R6jww0XElAO0nPTWh34g6+qi4uNj17iYplU29MjLKrimPO\nriRjNGy2Jfa84mSkPf6dGQCiibdU39o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', 'name': 'tempest-securitygroup--2132273094', 'stateful': True, 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'description': 'tempest-description--1767603440', 'shared': False, 'security_group_rules': [{'id': 'd0e5f87b-daa7-4866-afb8-e0c5e3241e6f', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', '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': 656, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, {'id': 'e2c4ed1d-635a-49c6-b51c-25e8abaa80ad', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'security_group_id': 'fc5d48b4-afeb-4998-995a-45378bb2350f', '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': 655, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 0, 'project_id': '2e45db5645a54c88a6f7780012e87354'}], 'tags': [], 'created_at ': '2023-04-18T15:26:41Z', 'updated_at': '2023-04-18T15:26:41Z', 'revision_number': 1, 'project_id': '2e45db5645a54c88a6f7780012e87354'}, 'floating_ip': {'id': '36efae99-6d4f-4d2d-93d9-766560cb2d40', 'tenant_id': '2e45db5645a54c88a6f7780012e87354', 'floating_ip_address': '172.24.4.4', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e45db5645a54c88a6f7780012e87354', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:26:42Z', 'updated_at': '2023-04-18T15:26:42Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-18 15:26:44,410 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.438s 2023-04-18 15:26:44,410 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-390221429", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "03193d32-3e21-4e7c-ae10-c5ddd6544407"}], "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "key_name": "tempest-keypair-1315550948", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd874c0-fee7-45b0-8274-1566e965cab9', 'x-compute-request-id': 'req-dcd874c0-fee7-45b0-8274-1566e965cab9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "adminPass": "password"}}' 2023-04-18 15:26:44,496 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.082s 2023-04-18 15:26:44,496 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:44 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-5221444a-7205-45ff-beef-0062d79f7a5b', 'x-compute-request-id': 'req-5221444a-7205-45ff-beef-0062d79f7a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "BUILD", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {" id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:26:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:34,848 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.293s 2023-04-18 15:27:34,849 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:34 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-7575879b-137f-48e6-93ae-700598852860', 'x-compute-request-id': 'req-7575879b-137f-48e6-93ae-700598852860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:26:52Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": "2023-04-18T15:26:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:27:34,860 79574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:28:35,154 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/os-interface 0.226s 2023-04-18 15:28:35,154 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:34 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-509a39de-b914-4db3-ae1b-a5ad607d895e', 'x-compute-request-id': 'req-509a39de-b914-4db3-ae1b-a5ad607d895e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7", "mac_addr": "fa:16:3e:e2:9d:a7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e48a498-67e1-4d90-be24-9b03884850f1", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 15:28:36,115 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40 0.956s 2023-04-18 15:28:36,115 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-f6c666a0-f08d-42f6-bcac-5a1efbffb39a', 'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40'} Body: b'{"floatingip": {"id": "36efae99-6d4f-4d2d-93d9-766560cb2d40", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "floating_ip_address": "172.24.4.4", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "e27d76f8-3f54-4861-b64b-257b18757a36", "port_id": "3c10a5dc-c995-4875-9b2b-043f4817d2f7", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03193d32-3e21-4e7c-ae10-c5ddd6544407", "mac_address": "fa:16:3e:e2:9d:a7", "admin_state_up": true, "status": "ACTIVE", "device_id": "f2953604-2514-4f53-a6fe-169ff750da52", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:26:42Z", "updated_at": "2023-04-18T15:28:35Z", "revision_number": 1, "project_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:36,116 79574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-18 15:28:36,154 79574 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:28:36,177 79574 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:28:36,178 79574 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-18 15:28:36,235 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/ips 0.057s 2023-04-18 15:28:36,236 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 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-3c914d0e-2d0c-4567-a179-7a3f8e905401', 'x-compute-request-id': 'req-3c914d0e-2d0c-4567-a179-7a3f8e905401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 15:28:3 6,444 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes 0.205s 2023-04-18 15:28:36,444 79574 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-1310279419"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a31d25-4a8c-451f-b66b-8275c03ef643', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a31d25-4a8c-451f-b66b-8275c03ef643', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.378016", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:28:36,506 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52 0.052s 2023-04-18 15:28:36,506 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b932992-bd4d-4915-8119-1ffb52fd8419', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b932992-bd4d-4915-8119-1ffb52fd8419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:37,558 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52 0.040s 2023-04-18 15:28:37,559 79574 DEBUG [tempest.lib.common.rest_client] Request - H eaders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8edbdc7-4134-4c64-8872-e73c10e32540', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8edbdc7-4134-4c64-8872-e73c10e32540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52'} Body: b'{"volume": {"id": "1dae8da6-65b2-45bb-aad9-3bf85c12ce52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:36.000000", "updated_at": "2023-04-18T15:28:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1310279419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e45db5645a54c88a6f7780012e87354/volumes/1dae8da6-65b2-45bb-aad9-3bf85c12ce52"}], "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e45db5645a54c88a6f7780012e87354"}}' 2023-04-18 15:28:37,687 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.117s 2023-04-18 15:28:37,687 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc940f58-3e88-4e7d-836a-6e2d62fc1c27', 'x-compute-request-id': 'req-cc940f58-3e88-4e7d-836a-6e2d62fc1c27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'' 2023-04-18 15:28:38,226 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.538s 2023-04-18 15:28:38,227 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 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-bde2e459-e5dd-47dc-ad30-31fbd1dba569', 'x-compute-request-id': 'req-bde2e459-e5dd-47dc-ad30-31fbd1dba569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"server": {"id": "f2953604-2514-4f53-a6fe-169ff750da52", "name": "tempest-AttachVolumeNegativeTest-server-390221429", "status": "ACTIVE", "tenant_id": "2e45db5645a54c88a6f7780012e87354", "user_id": "fdecf5faa0a8407e8ee245f30d6eb607", "metadata": {}, "hostId": "1b401361ee6b50de41613cb180684c5e6885d8860d0ea41fe01e753c", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]} , "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:26:44Z", "updated": "2023-04-18T15:28:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-416450464-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:9d:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2953604-2514-4f53-a6fe-169ff750da52"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1315550948", "OS-SRV-USG:launched_at": "2023-04-18T15:26:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2132273094"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:29:28,304 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52 0.038s 2023-04-18 15:29:28,304 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-22397082-369a-4f02-a390-46b37e92e862', 'x-compute-request-id': 'req-22397082-369a-4f02-a390-46b37e92e862', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2953604-2514-4f53-a6fe-169ff750da52'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2953604-2514-4f53-a6fe-169ff750da52 could not be found."}}' 2023-04-18 15:29:28,340 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1315550948 0.035s 2023-04-18 15:29:28,340 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe63453b-2d95-4f79-868d-88c40a4cb854', 'x-compute-request-id': 'req-fe63453b-2d95-4f79-868d-88c40a4cb854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1315550948'} Body: b'' 2023-04-18 15:29:28,509 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f 0.168s 2023-04-18 15:29:28,510 79574 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-2ae7d38b-9e87-41ab-b5ee-769590fc4634', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f'} Body: b'' 2023-04-18 15:29:28,540 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f 0.030s 2023-04-18 15:29:28,541 79574 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-c7879765-b791-48b3-9923-8480e4c4f2b1', 'date': 'Tue, 18 Apr 2023 15:29:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc5d48b4-afeb-4998-995a-45378bb2350f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fc5d48b4-afeb-4998-995a-45378bb2350f does not exist", "detail": ""}}' 2023-04-18 15:29:29,019 79574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40 0.478s 2023-04-18 15:29:29,020 79574 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-a07bc65f-1ad5-4849-87a9-bbc464f2c3ec', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:29:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/36efae99-6d4f-4d2d-93d9-766560cb2d40'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1ee21ab-9eb0-4639-b0c8-c95392ce2ab6 failed to build and is in ERROR status 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 db947f2e-1fee-41f2-a0e6-c5c239856f19 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:27:42,097 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.411s 2023-04-18 15:27:42,098 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd022b06-f0f8-465c-b050-e710d23712bd', 'x-compute-request-id': 'req-fd022b06-f0f8-465c-b050-e710d23712bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:42,359 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes 0.191s 2023-04-18 15:28:42,359 79568 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-1409799180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faeb90fd-f4c6-48a3-87ef-e38fd34bebc8', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faeb90fd-f4c6-48a3-87ef-e38fd34bebc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.301394", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:28:42,413 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19 0.044s 2023-04-18 15:28:42,413 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a82131-c9ca-4549-8ace-86547c03a7b3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a82131-c9ca-4549-8ace-86547c03a7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:28:43,463 79568 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/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19 0.038s 2023-04-18 15:28:43,464 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4f2325-73fb-4965-966d-49a83ae4202b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4f2325-73fb-4965-966d-49a83ae4202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19'} Body: b'{"volume": {"id": "db947f2e-1fee-41f2-a0e6-c5c239856f19", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:28:42.000000", "updated_at": "2023-04-18T15:28:42.000000", "name": "tempest-ServersNegativeTestJSON-volume-1409799180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ebf08f40b0da4ad7b2b8fdb2834d464b/volumes/db947f2e-1fee-41f2-a0e6-c5c239856f19"}], "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b"}}' 2023-04-18 15:28:43,694 79568 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f 0.219s 2023-04-18 15:28:43,694 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a937b5-0579-44ff-8de2-e52b0cf918c1', 'x-compute-request-id': 'req-22a937b5-0579-44ff-8de2-e52b0cf918c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f'} Body: b'{"server": {"id": "d327a0b3-1d65-434b-bc57-ec312e17a87f", "name": "tempest-ServersNegativeTestJSON-server-2091599920", "status": "ACTIVE", "tenant_id": "ebf08f40b0da4ad7b2b8fdb2834d464b", "user_id": "99cb7e246c95430e8324dfa9ee5dd10f", "metadata": {}, "hostId": "faa945f95640018d5239d6f5218cea5ccfef105701af496131d0e5c2", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:21:06Z", "updated": "2023-04-18T15:21:23Z", "addresses": {"tempest-ServersNegativeTestJSON-1995758341-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:fc:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d327a0b3-1d65-434b-bc57-ec312e17a87f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:21:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d7fcdac4-1ad9-4ab2-bd86-265765904f81 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:00,309 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.261s 2023-04-18 15:30:00,309 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-707739637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtlP2edA1Mrd706tqdpvz/m0FKbv036nswvVKf7g7eID4v4Od2jpnu7/hvjtU+WxlShFRFM1vzjS3qihY7wnH7gbgN7caXfzZsiSlVPH0TF6XPUF6CTrGnh5+Ocv+xPcw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56a49fb7-8dbc-4d20-8ac0-aafe786a0a0a', 'x-compute-request-id': 'req-56a49fb7-8dbc-4d20-8ac0-aafe786a0a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-707739637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtlP2edA1Mrd706tqdpvz/m0FKbv036nswvVKf7g7eID4v4Od2jpnu7/hvjtU+WxlShFRFM1vzjS3qihY7wnH7gbgN7caXfzZsiSlVPH0TF6XPUF6CTrGnh5+Ocv+xPcw==", "fingerprint": "e8:b5:b7:3f:72:83:50:e8:bf:20:90:80:b6:b2:79:51", "user_id": "915ffadcdfff4ba395b5f50501690eef"}}' 2023-04-18 15:30:00,455 79574 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.142s 2023-04-18 15:30:00,455 79574 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-1060115082", "description": "tempest-secgroup-smoke-1060115082 description", "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-89e7485c-9786-4932-bb5d-1ac887c65710', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "name": "tempest-secgroup-smoke-1060115082", "stateful": true, "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "description": "tempest-secgroup-smoke-1060115082 description", "shared": false, "security_group_rules": [{"id": "1fbc487b-5d5c-49d3-a1df-4a8e9d95bb3a", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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": 852, "description": null, "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}, {"id": "da3bc813-a686-4498-8e43-1a4940ad7031", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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": 851, "description": null, "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}], "tags": [], "created_at": "2023-04-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 1, "project_id ": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,612 79574 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.156s 2023-04-18 15:30:00,612 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "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-d593be85-a712-432f-816a-0369d735c0db', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62c0042b-6b02-4bf1-bae8-29ce9a041d12", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,766 79574 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.153s 2023-04-18 15:30:00,766 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "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-4546df39-a1e6-4fe2-9ac8-43cd8de2ba0f', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf509dbd-feed-4ed0-b886-1b136d4aae6d", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:00,935 79574 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.168s 2023-04-18 15:30:00,935 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23c8bd1d-7ca3-42e0-9075-fede72aee6ed', 'date': 'Tue, 18 Apr 2023 15:30:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ade941d0-c286-46bc-b05b-43d9c87cda43", "tenant_id": "e1801e328d5c4 96c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:00Z", "updated_at": "2023-04-18T15:30:00Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,105 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 15:30:01,106 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7f1897e4-93dd-420a-9d40-41946bbc2d89', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbcc3824-89c4-4a4f-bdff-b8c452d6a0e8", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,300 79574 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.194s 2023-04-18 15:30:01,301 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bed12260-8bea-490c-87b1-e9ff864dec15', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "14ec790e-5195-4518-aec2-8ff2582fd8f2", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,461 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:30:01,461 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "project_id": "e1801e328d5c496c967cdd4d8eb8e436", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-db0d0763-e2f4-4bd7-a515-4b8008fc469d', 'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee68dfa5-2976-44db-b26f-51132e10dca8", "tenant_id": "e1801e328d5c496c967cdd4d8eb8e436", "security_group_id": "a10afdf3-7089-42d0-9184-9d1d982d2897", "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-18T15:30:01Z", "updated_at": "2023-04-18T15:30:01Z", "revision_number": 0, "project_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:01,692 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes 0.230s 2023-04-18 15:30:01,693 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1137042112", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d59a4c-f293-4c02-a74a-c45eab75040c', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d59a4c-f293-4c02-a74a-c45eab75040c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:01.631883", "updated_at": null, "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:01,745 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.040s 2023-04-18 15:30:01,746 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f51b14-3530-46a6-a921-fb500cec4b10', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f51b14-3530-46a6-a921-fb500cec4b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:02.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:02,806 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.047s 2023-04-18 15:30:02,807 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d03b637-cbe5-4ccd-962b-f1e01c923954', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d03b637-cbe5-4ccd-962b-f1e01c923954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"volume": {"id": "d7fcdac4-1ad9-4ab2-bd86-265765904f81", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:02.000000", "updated_at": "2023-04-18T15:30:02.000000", "name": "tempest-TestStampPattern-volume-1137042112", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81"}], "user_id": "915ffadcdfff4ba395b5f50501690eef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1801e328d5c496c967cdd4d8eb8e436"}}' 2023-04-18 15:30:02,915 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.096s 2023-04-18 15:30:02,915 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30: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-fb7a6630-5fe8-4310-8d61-22271d1c9115', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'' 2023-04-18 15:30:02,936 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81 0.020s 2023-04-18 15:30:02,936 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30: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-reque st-id': 'req-5e7c96e9-596a-44ae-b0d2-af9ff3c50110', 'x-openstack-request-id': 'req-5e7c96e9-596a-44ae-b0d2-af9ff3c50110', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1801e328d5c496c967cdd4d8eb8e436/volumes/d7fcdac4-1ad9-4ab2-bd86-265765904f81'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d7fcdac4-1ad9-4ab2-bd86-265765904f81 could not be found."}}' 2023-04-18 15:30:03,103 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a10afdf3-7089-42d0-9184-9d1d982d2897 0.166s 2023-04-18 15:30:03,103 79574 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-45f3b255-417d-423b-b49d-1b2d6c2ad5f8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:30:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a10afdf3-7089-42d0-9184-9d1d982d2897'} Body: b'' 2023-04-18 15:30:03,139 79574 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-707739637 0.035s 2023-04-18 15:30:03,139 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:03 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-fd07cf63-9124-4a2e-8823-09e7ebf01fb3', 'x-compute-request-id': 'req-fd07cf63-9124-4a2e-8823-09e7ebf01fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-707739637'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0f37542b-d942-40b2-b2cc-956e2a573897 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:11,152 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.369s 2023-04-18 15:30:11,152 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7bda1ae-ded1-44f0-8cbc-4d2f797971b0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7bda1ae-ded1-44f0-8cbc-4d2f797971b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.095411", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,366 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.204s 2023-04-18 15:30:11,366 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1479361997"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741a2406-c7df-4178-9cd0-336ece820037', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741a2406-c7df-4178-9cd0-336ece820037', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "e1eb0f41-0f28-4ef0-afd4-97abac81da6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.289657", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1479361997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/e1eb0f41-0f28-4ef0-afd4-97abac81da6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/e1eb0f41-0f28-4ef0-afd4-97abac81da6d"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,566 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.188s 2023-04-18 15:30:11,566 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1450833852"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0ca2a8-80b5-426a-9f0b-8a53c6e9b09a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0ca2a8-80b5-426a-9f0b-8a53c6e9b09a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.505723", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1450833852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/4d0cfb3c-c5ae-46d9-bd3f-c3af1ab6026f"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,754 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.178s 2023-04-18 15:30:11,754 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1627990556"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8845a591-bfbc-4c3f-bb5a-a39c8f2e85e3', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8845a591-bfbc-4c3f-bb5a-a39c8f2e85e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "2cf153db-929c-4448-bd3d-aee850312036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.700393", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1627990556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/2cf153db-929c-4448-bd3d-aee850312036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/2cf153db-929c-4448-bd3d-aee850312036"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,945 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes 0.181s 2023-04-18 15:30:11,946 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1, "name": "tempest-CreateV olumesFromImageTest-Volume-349110611"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da85ea5-a0ed-496f-85ca-8b23188f2a0a', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da85ea5-a0ed-496f-85ca-8b23188f2a0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes'} Body: b'{"volume": {"id": "924e3d8d-45bc-4b10-950c-e892d3419bda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.890049", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-349110611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/924e3d8d-45bc-4b10-950c-e892d3419bda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/924e3d8d-45bc-4b10-950c-e892d3419bda"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:30:11,996 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897 0.041s 2023-04-18 15:30:11,997 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2566a9ef-0c28-40ab-a962-4ec3c01fe450', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2566a9ef-0c28-40ab-a962-4ec3c01fe450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.000000", "updated_at": "2023-04-18T15:30:11.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b3756968f842aba43e2af635e9e1fb"}}' 2023-04-18 15:30:13,047 79574 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897 0.037s 2023-04-18 15:30:13,048 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87467fb2-00d4-46a6-a17c-56c28d50862c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-87467fb2-00d4-46a6-a17c-56c28d50862c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897'} Body: b'{"volume": {"id": "0f37542b-d942-40b2-b2cc-956e2a573897", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:30:11.000000", "updated_at": "2023-04-18T15:30:11.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1916187085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3b3756968f842aba43e2af635e9e1fb/volumes/0f37542b-d942-40b2-b2cc-956e2a573897"}], "user_id": "323fbcf7efbc4682b72cd049206a0722", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3b3756968f842aba43e2af635e9e1fb"}}' 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 88e37f30-5a4b-4e6c-a124-aacf1428ec5a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T15:29:47Z', 'message': 'Build of instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a aborted: Volume 32f3bc48-c2ba-4160-a3b5-6f2068b630ed did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:26:40,608 79566 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.037s 2023-04-18 15:26:40,609 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f69dae9-df8d-4107-aa63-0d69b0651777', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["4L1oKFybRfqJyDHFOnqhKA"], "expires_at": "2023-04-18T16:26:40.000000Z", "issued_at": "2023-04-18T15:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:26:40,609 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:26:41,622 79566 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.012s 2023-04-18 15:26:41,623 79566 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-1896656006", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2', '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-f8aa802b-bee4-4841-b89c-48e454e1199c', 'x-compute-request-id': 'req-f8aa802b-bee4-4841-b89c-48e454e1199c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9jGB6W4u4qZW"}}' 2023-04-18 15:26:41,698 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.072s 2023-04-18 15:26:41,698 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:26:41 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-3adfdec2-37b5-4a78-8813-9dbacb3549da', 'x-compute-request-id': 'req-3adfdec2-37b5-4a78-8813-9dbacb3549da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:42Z", "updated": "2023-04-18T15:26:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c 600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:27:32,258 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.495s 2023-04-18 15:27:32,258 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6aae5e6-dad3-488a-99a5-6d0c7ebd61b0', 'x-compute-request-id': 'req-e6aae5e6-dad3-488a-99a5-6d0c7ebd61b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:41Z", "updated": "2023-04-18T15:26:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:26:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:27:32,275 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 15:28:33,183 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2/action 0.847s 2023-04-18 15:28:33,183 79566 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-ServerBootFromVolumeSt ableRescueTest-image-1714726849"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:32 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-badfd944-6646-46cb-a08d-00eb0c7d70e6', 'x-compute-request-id': 'req-badfd944-6646-46cb-a08d-00eb0c7d70e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2/action'} Body: b'{"image_id": "79aed434-0330-4c8e-8efe-44e803365412"}' 2023-04-18 15:28:33,212 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.027s 2023-04-18 15:28:33,213 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5b7c47a7-1149-4a47-8241-8d2a6a5646b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:34,236 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.021s 2023-04-18 15:28:34,237 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a08fc3d2-7cec-421b-888c-3d2e62c9a5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-Serve rBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:35,260 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.021s 2023-04-18 15:28:35,260 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2897ae35-a5b1-4250-b185-209f23f0b4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:33Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:36,295 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.033s 2023-04-18 15:28:36,296 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3a06952-aa9d-4744-ae29-170dd478bc53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036 ", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:36Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:37,321 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.024s 2023-04-18 15:28:37,322 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-787589d6-fc7b-433b-bcad-8720bb3e04bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "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": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:37Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,347 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.024s 2023-04-18 15:28:38,348 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-48f61789-d48c-4792-b7c4-4b84ac8692c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cbbc62cbab7a274318f2ff2d297763c3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bcdceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "a830458aa2e197e413ece2bc5167944c69624cbfe143dcedd4226fba727f043a8001e9e7b07ce96bb197880597e3fd6b7cfa3cd16f0c0e3a8bec6a31fb0bd4a9", "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:38Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,374 79566 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/79aed434-0330-4c8e-8efe-44e803365412 0.025s 2023-04-18 15:28:38,374 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f78a6bca-333a-4598-9fba-aefdd462b204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/79aed434-0330-4c8e-8efe-44e803365412'} Body: b'{"base_image_ref": "6a2ecd63-8167-41ef-b082-40bc65b91036", "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": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "owner_id": "f021ab0d78fb4ef1bcdceccef64bc955", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235", "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-1866714235-project-member", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1714726849", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "cbbc62cbab7a274318f2ff2d297763c3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f021ab0d78fb4ef1bc dceccef64bc955", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "a830458aa2e197e413ece2bc5167944c69624cbfe143dcedd4226fba727f043a8001e9e7b07ce96bb197880597e3fd6b7cfa3cd16f0c0e3a8bec6a31fb0bd4a9", "id": "79aed434-0330-4c8e-8efe-44e803365412", "created_at": "2023-04-18T15:28:33Z", "updated_at": "2023-04-18T15:28:38Z", "tags": [], "self": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412", "file": "/v2/images/79aed434-0330-4c8e-8efe-44e803365412/file", "schema": "/v2/schemas/image"}' 2023-04-18 15:28:38,667 79566 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/20c600e7-7cc9-4bd5-918e-cadf78cd56c2 0.292s 2023-04-18 15:28:38,667 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc9987b-3019-403d-99ce-ee1b6675937f', 'x-compute-request-id': 'req-abc9987b-3019-403d-99ce-ee1b6675937f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2'} Body: b'{"server": {"id": "20c600e7-7cc9-4bd5-918e-cadf78cd56c2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1896656006", "status": "ACTIVE", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "6aa70d1d6b5a2e44d691eee664b5f34643cc6dbefc9aed2ce86c2fbd", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:26:41Z", "updated": "2023-04-18T15:28:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-298929366-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c600e7-7cc9-4bd5-918e-cadf78cd56c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T15:26:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:29:38,827 79566 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.076s 2023-04-18 15:29:38,827 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8e5092b8-b5a7-4616-b57d-8b1f4daa7ef6', '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": "7c813fea447b4ddd8d0f09078f4f173c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235-project-member", "password_expires_at": null}, "audit_ids": ["JprYZDjeTZCEQETbpkFLew"], "expires_at": "2023-04-18T16:29:38.000000Z", "issued_at": "2023-04-18T15:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f021ab0d78fb4ef1bcdceccef64bc955", "name": "tempest-ServerBootFromVolumeStableRescueTest-1866714235"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f021ab0d78fb4ef1bcdceccef64bc955", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:29:38,828 79566 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6b431f75-004a-45be-9f0d-ec0a00baad53', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-298929366-network', 'tenant_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f021ab0d78fb4ef1bcdceccef64bc955', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20466, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:21:46Z', 'updated_at': '2023-04-18T15:21:46Z', 'revision_number': 1} available for tenant 2023-04-18 15:29:39,398 79566 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.569s 2023-04-18 15:29:39,398 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "6a2ecd63-8167-41ef-b082-40bc65b91036", "destination_type": "volume"}], "networks": [{"uuid": "6b431f75-004a-45be-9f0d-ec0a00baad53"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a', '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-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0', 'x-compute-request-id': 'req-e822b131-0fa0-4c35-9bb6-4fa2d69bdeb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "efP5uiLfpfdc"}}' 2023-04-18 15:29:39,484 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.083s 2023-04-18 15:29:39,485 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:39 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-cd47be64-ef4c-4bbd-85b2-9637044ef0ef', 'x-compute-request-id': 'req-cd47be64-ef4c-4bbd-85b2-9637044ef0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "status": "BUILD", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:29:39Z", "updated": "2023-04-18T15:29:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:30:29,645 795 66 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.129s 2023-04-18 15:30:29,646 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9646cf5-49f4-4c2f-84f3-1aa49c31da37', 'x-compute-request-id': 'req-f9646cf5-49f4-4c2f-84f3-1aa49c31da37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"server": {"id": "88e37f30-5a4b-4e6c-a124-aacf1428ec5a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1675291297", "status": "ERROR", "tenant_id": "f021ab0d78fb4ef1bcdceccef64bc955", "user_id": "7c813fea447b4ddd8d0f09078f4f173c", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T15:29:39Z", "updated": "2023-04-18T15:29:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T15:29:47Z", "message": "Build of instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a aborted: Volume 32f3bc48-c2ba-4160-a3b5-6f2068b630ed did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 15:30:29,661 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 15:30:30,053 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.391s 2023-04-18 15:30:30,053 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:29 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-48685c57-e233-4365-8ccf-231a6119899f', 'x-compute-request-id': 'req-48685c57-e233-4365-8ccf-231a6119899f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'' 2023-04-18 15:30:30,096 79566 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/88e37f30-5a4b-4e6c-a124-aacf1428ec5a 0.041s 2023-04-18 15:30:30,096 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:30 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-58af1100-db49-4392-899c-fcbc3b67a503', 'x-compute-request-id': 'req-58af1100-db49-4392-899c-fcbc3b67a503', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88e37f30-5a4b-4e6c-a124-aacf1428ec5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 88e37f30-5a4b-4e6c-a124-aacf1428ec5a could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eb377255-5a97-47ac-b16b-f1aafee4fb52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:28:44,675 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.217s 2023-04-18 15:28:44,675 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-a3a919d0-f00c-4eb3-a93d-c25705f904eb', 'x-compute-request-id': 'req-a3a919d0-f00c-4eb3-a93d-c25705f904eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:44,950 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.261s 2023-04-18 15:28:44,950 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-6ba193fe-b8f1-4d19-b0a3-c63144d64139', 'x-compute-request-id': 'req-6ba193fe-b8f1-4d19-b0a3-c63144d64139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10 .0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:28:45,112 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.149s 2023-04-18 15:28:45,113 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:28:44 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-17c3f2ab-a269-4f00-9135-2e23bea63e43', 'x-compute-request-id': 'req-17c3f2ab-a269-4f00-9135-2e23bea63e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:29:45,576 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/5a 93c03c2c6c485fadd7209380ee7e3b/volumes 0.392s 2023-04-18 15:29:45,576 79572 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-157987568"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a8f503-b284-485d-bc20-b6e93f5ad449', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a8f503-b284-485d-bc20-b6e93f5ad449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:45.518134", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:29:45,637 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52 0.050s 2023-04-18 15:29:45,638 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a138abae-dfdd-4c59-bf23-b8c0a495946f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a138abae-dfdd-4c59-bf23-b8c0a495946f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:46.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:29:46,731 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52 0.072s 2023-04-18 15:29:46,731 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad21007-d360-4653-b80b-237cec460143', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad21007-d360-4653-b80b-237cec460143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52'} Body: b'{"volume": {"id": "eb377255-5a97-47ac-b16b-f1aafee4fb52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:29:46.000000", "updated_at": "2023-04-18T15:29:46.000000", "name": "tempest-ServerActionsTestJSON-volume-157987568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/eb377255-5a97-47ac-b16b-f1aafee4fb52"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:29:46,742 79572 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-18 15:29:46,984 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.240s 2023-04-18 15:29:46,984 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:29:46 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-02326de8-a7d8-4be4-995a-78e65342eb53', 'x-compute-request-id': 'req-02326de8-a7d8-4be4-995a-78e65342eb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": nul l, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d98f22a2-a873-49a0-bd96-c2b4b41410d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:47,429 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.340s 2023-04-18 15:30:47,429 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-e236ee82-ad09-4e91-9c9c-32ee23ba17a9', 'x-compute-request-id': 'req-e236ee82-ad09-4e91-9c9c-32ee23ba17a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:30:47,851 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.409s 2023-04-18 15:30:47,851 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-49087f2e-9480-4f50-97b8-0b1d7b99fe2d', 'x-compute-request-id': 'req-49087f2e-9480-4f50-97b8-0b1d7b99fe2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10 .0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:30:48,003 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.140s 2023-04-18 15:30:48,004 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-c523ade6-4d31-4a75-90a0-b7006c9e174f', 'x-compute-request-id': 'req-c523ade6-4d31-4a75-90a0-b7006c9e174f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:31:48,178 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/t okens 0.097s 2023-04-18 15:31:48,179 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 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-ee5410ed-0307-4aa7-bd47-4c52a6145e6a', '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": "c0cdce8a340441bf8777dbc42f2118ca", "name": "tempest-ServerActionsTestJSON-1137619331-project-member", "password_expires_at": null}, "audit_ids": ["own-ZHvSRsmgp6_BsL3gQA"], "expires_at": "2023-04-18T16:31:48.000000Z", "issued_at": "2023-04-18T15:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a93c03c2c6c485fadd7209380ee7e3b", "name": "tempest-ServerActionsTestJSON-1137619331"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:31:48,180 79572 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '4caf5710-7663-43d4-91f0-14163c6d0ff2', 'name': 'tempest-ServerActionsTestJSON-1573336722-network', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48544, 'is_default': False, 'availability_zone_hints': [], 'availabili ty_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:23:49Z', 'updated_at': '2023-04-18T15:23:50Z', 'revision_number': 1} available for tenant 2023-04-18 15:31:48,180 79572 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1780748071', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKciQFPz2DPc6e222MTe8Iis16y5nDMsvMOnpJC271XwMop7o1hYlxWwUspjxyKQ2Qktv4QhACRnUT/C9zQCv3r9Ngog7/mtWnfyG2QnbFvQTPqXPPXdHur3yO23jpl5Xw==', 'fingerprint': '87:fc:2a:56:02:40:d2:19:5c:d2:dc:cb:e2:12:0c:13', 'user_id': 'c0cdce8a340441bf8777dbc42f2118ca', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCA9ArpWmcl9SY8ELLuslSQyaQc/ti5kyksskFX39j0qef3gGPHZADN\niE0Xo9U6KH+gBwYFK4EEACKhZANiAASnIkBT89gz3OntttjE3vCIrNesuZwzLLzD\np6SQtu9V8DKKe6NYWJcVsFLKY8cikNkJLb+EIQAkZ1E/wvc0Ar96/TYKIO/5rVp3\n8htkJ2xb0Ez6lzz13R7q98jtt46ZeV8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '53833abe-7088-435b-993d-80cbd4df1cc0', 'name': 'tempest-securitygroup--1852273947', 'stateful': True, 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'description': 'tempest-description--722888729', 'shared': False, 'security_group_rules': [{'id': 'd723f4a3-1eb0-4089-a6de-50645be08d02', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'security_group_id': '53833abe-7088-435b-993d-80cbd4df1cc0', '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': 582, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 0, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}, {'id': 'f7765db6-954e-48f0-b509-d9c1e641d4e7', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'security_group_id': '53833abe-7088-435b-993d-80cbd4df1cc0', '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': 581, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 0, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}], 'tags': [], 'created_at': '2023-04-18T15:23:57Z', 'updated_at': '2023-04-18T15:23:57Z', 'revision_number': 1, 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b'}, 'floating_ip': {'id': '3a44c3b9-a17c-4e3e-855c-6dea2f4f3841', 'tenant_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5a93c03c2c6c485fadd7209380ee7e3b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:23:58Z', 'updated_at': '2023-04-18T15:23:58Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2023-04-18 15:31:48,492 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes 0.310s 2023-04-18 15:31:48,492 79572 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-1179592934", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48999b53-56cf-41e9-9eb1-80dc954c9fc6', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48999b53-56 cf-41e9-9eb1-80dc954c9fc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:31:48.436578", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:31:48,549 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.048s 2023-04-18 15:31:48,550 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8277245-0e07-404d-8ba1-482001c3d592', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8277245-0e07-404d-8ba1-482001c3d592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:31:48.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:31:49,607 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.044s 2023-04-18 15:31:49,607 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4d589e-2198-4a4a-badf-84947a333ff5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4d589e-2198-4a4a-badf-84947a333ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"volume": {"id": "d98f22a2-a873-49a0-bd96-c2b4b41410d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15: 31:48.000000", "updated_at": "2023-04-18T15:31:49.000000", "name": "tempest-tempest.common.compute-volume-1179592934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1"}], "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b"}}' 2023-04-18 15:31:49,712 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.094s 2023-04-18 15:31:49,712 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31: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-4fa45278-49e0-479d-85f9-f57f7552c806', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'' 2023-04-18 15:31:49,736 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1 0.023s 2023-04-18 15:31:49,736 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31: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-77d89c31-1294-421e-87b3-a530dfdacdcf', 'x-openstack-request-id': 'req-77d89c31-1294-421e-87b3-a530dfdacdcf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5a93c03c2c6c485fadd7209380ee7e3b/volumes/d98f22a2-a873-49a0-bd96-c2b4b41410d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d98f22a2-a873-49a0-bd96-c2b4b41410d1 could not be found."}}' 2023-04-18 15:31:49,737 79572 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-18 15:31:50,038 79572 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6 0.300s 2023-04-18 15:31:50,039 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:49 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-de01a0fd-f9b7-49d0-8b41-569596479167', 'x-compute-request-id': 'req-de01a0fd-f9b7-49d0-8b41-569596479167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6'} Body: b'{"server": {"id": "1b7a 6ca2-ec0d-44ad-b968-538f9326eef6", "name": "tempest-ServerActionsTestJSON-server-1496768709", "status": "ACTIVE", "tenant_id": "5a93c03c2c6c485fadd7209380ee7e3b", "user_id": "c0cdce8a340441bf8777dbc42f2118ca", "metadata": {}, "hostId": "be6d5ebdfdf5ed1dfbb6430e97d075202485c444f0075a5dd96efd10", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:23:59Z", "updated": "2023-04-18T15:24:07Z", "addresses": {"tempest-ServerActionsTestJSON-1573336722-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:46:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b7a6ca2-ec0d-44ad-b968-538f9326eef6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1780748071", "OS-SRV-USG:launched_at": "2023-04-18T15:24:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1852273947"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_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 0b0a02b4-f29a-439b-9e90-587f67692b1e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:30:45,913 79568 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:30:45,913 79568 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:30:46,082 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.165s 2023-04-18 15:30:46,082 79568 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-1697552668", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:45 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-90e5b308-bbd6-49eb-93c4-ff3aeeb65982', 'x-compute-request-id': 'req-90e5b308-bbd6-49eb-93c4-ff3aeeb65982', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1697552668", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg==", "fingerprint": "49:35:58:59:e3:b7:e3:f3:d7:1c:b0:6b:8a:cc:62:9d", "user_id": "4150a73c61944e97a3bf6abc1b45f096"}}' 2023-04-18 15:30:46,085 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1697552668 created 2023-04-18 15:30:46,248 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-18 15:30:46,249 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2087450145", "description": "tempest-description--2123629416"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-50a137f4-b1ee-488f-bca3-4350ad57a1ee', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "name": "tempest-securitygroup--2087450145", "stateful": true, "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "tempest-description--2123629416", "shared": false, "security_group_rules": [{"id": "6474c290-35fd-4a00-80f6-9ff51b53e80d", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}, {"id": "d2f0e7ca-e153-47f1-9087-83bf58fffb9f", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "ethertype": "IPv4", "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": 877, "description": null, "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}], "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,420 79568 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-18 15:30:46,420 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-ae932bf6-5f42-4d05-a1af-f48bbd760739', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c61bf903-56cc-4889-a8a4-53a25a359b94", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,581 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:30:46,582 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1a22bbf9-89fb-45ed-9845-550fd15907d0', 'date': 'Tue, 18 Apr 2023 15:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3dbe474d-135a-4cab-9301-8ec6c4957794", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "49cb6a8d-fc91-444a-a8c5-f4f54c85c711", "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-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:30:46,582 79568 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2087450145 created 2023-04-18 15:30:47,764 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.181s 2023-04-18 15:30:47,764 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-04395d31-70d8-4a72-8461-a3f1b98c2e9e', 'date': 'Tue, 18 Apr 2023 15:30:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.14", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:30:46Z", "revision_number": 0}}' 2023-04-18 15:30:47,764 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'ip': '172.24.4.14'} created 2023-04-18 15:30:47,807 79568 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.036s 2023-04-18 15:30:47,808 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 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-9979230f-86ad-45ff-89f2-a59d7d7543c5', '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": "4150a73c61944e97a3bf6abc1b45f096", "name": "tempest-AttachVolumeShelveTestJSON-1485500833-project-member", "password_expires_at": null}, "audit_ids": ["iXev1NLaRqmJ8fIuz5nb-A"], "expires_at": "2023-04-18T16:30:47.000000Z", "issued_at": "2023-04-18T15:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c507f731c244d2a2ee0ab8d602844c", "name": "tempest-AttachVolumeShelveTestJSON-1485500833"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "int erface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:30:47,809 79568 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'a59dfdca-19ca-4196-b761-10cce5339ecf', 'name': 'tempest-AttachVolumeShelveTestJSON-2081375871-network', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33824, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:30:39Z', 'updated_at': '2023-04-18T15:30:40Z', 'revision_number': 1} available for tenant 2023-04-18 15:30:47,809 79568 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1697552668', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqulbs6X9zovKp4AtIt449mHw83rwvo9dW+co0/S3IQoVbV68oDXY/Sd0ItQGkTkwYUF7EnfMf+spIOKipBGhesEh/AWxJoZpkd+eStg5DfzsQ4WUNCRY6GC2L/oEetyg==', 'fingerprint': '49:35:58:59:e3:b7:e3:f3:d7:1c:b0:6b:8a:cc:62:9d', 'user_id': '4150a73c61944e97a3bf6abc1b45f096', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCLkKYwPlqKM1xB6hfXtPRtPEBP+kehgYhvYEv7ImwGFps64RQuTuOr\nU2DzLhEVDTegBwYFK4EEACKhZANiAAQ6rpW7Ol/c6LyqeALSLeOPZh8PN68L6PXV\nvnKNP0tyEKFW1evKA12P0ndCLUBpE5MGFBexJ3zH/rKSDioqQRoXrBIfwFsSaGaZ\nHfnkrYOQ387EOFlDQkWOhgti/6BHrco=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', 'name': 'tempest-securitygroup--2087450145', 'stateful': True, 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': 'tempest-description--2123629416', 'shared': False, 'security_group_rules': [{'id': '6474c290-35fd-4a00-80f6-9ff51b53e80d', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', '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-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, {'id': 'd2f0e7ca-e153-47f1-9087-83bf58fffb9f', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '49cb6a8d-fc91-444a-a8c5-f4f54c85c711', '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-18T15:30:46Z', 'updated_at': ' 2023-04-18T15:30:46Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}], 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 1, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, 'floating_ip': {'id': '92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:30:46Z', 'updated_at': '2023-04-18T15:30:46Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-04-18 15:30:48,481 79568 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.670s 2023-04-18 15:30:48,481 79568 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-1753770309", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a59dfdca-19ca-4196-b761-10cce5339ecf"}], "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "key_name": "tempest-keypair-1697552668", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa', '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-2d26cf83-2c70-4889-8a90-90b94c3ce14a', 'x-compute-request-id': 'req-2d26cf83-2c70-4889-8a90-90b94c3ce14a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "adminPass": "password"}}' 2023-04-18 15:30:48,559 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.075s 2023-04-18 15:30:48,560 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:30:48 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-efb0c83f-4032-4bc8-9c1e-772eb14a8cd9', 'x-compute-request-id': 'req-efb0c83f-4032-4bc8-9c1e-772eb14a8cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "BUILD", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id" : "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:30:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:31:38,861 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.238s 2023-04-18 15:31:38,862 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:31:38 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-43cd4cfa-c5b6-479a-add5-2277dface942', 'x-compute-request-id': 'req-43cd4cfa-c5b6-479a-add5-2277dface942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": "2023-04-18T15:30:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:31:38,875 79568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:32:39,163 79568 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/s ervers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/os-interface 0.247s 2023-04-18 15:32:39,164 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:38 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-ebf8bf5b-5d86-4d98-9876-5a965713dbf8', 'x-compute-request-id': 'req-ebf8bf5b-5d86-4d98-9876-5a965713dbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b", "mac_addr": "fa:16:3e:14:05:b4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "983c6d27-0ab1-4376-bc50-6dfb2d7a654c", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:32:39,949 79568 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/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e 0.780s 2023-04-18 15:32:39,949 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-96c1a98e-adbb-410a-89e0-496e06c47c59', 'date': 'Tue, 18 Apr 2023 15:32:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e'} Body: b'{"floatingip": {"id": "92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.14", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cc9be2c1-8310-4b58-b320-5ccf186a857a", "port_id": "13ce0bfd-0af5-482a-b353-72b4ffaf499b", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "mac_address": "fa:16:3e:14:05:b4", "admin_state_up": true, "status": "ACTIVE", "device_id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:30:46Z", "updated_at": "2023-04-18T15:32:39Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:39,951 79568 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.14:22' as 'cirros' with public key authentication 2023-04-18 15:32:39,994 79568 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:32:40,073 79568 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:32:40,073 79568 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.14 successfully created 2023-04-18 15:32:40,137 79568 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/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/ips 0.063s 2023-04-18 15:32:40,137 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'c ompute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c0559d-6cad-4c5c-9768-379918c80b76', 'x-compute-request-id': 'req-a3c0559d-6cad-4c5c-9768-379918c80b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:32:40,421 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes 0.280s 2023-04-18 15:32:40,421 79568 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-1504549688"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b6595f-0851-4e93-8bb1-5d82ee086737', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b6595f-0851-4e93-8bb1-5d82ee086737', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.308119", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:32:40,471 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e 0.040s 2023-04-18 15:32:40,472 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ba3025-7dac-453a-88d5-8f932d83234e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ba3025-7dac-453a-88d5-8f932d83234e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id ": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:41,524 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e 0.039s 2023-04-18 15:32:41,524 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b69865-3a59-403d-9f9f-bbb34ca55aa9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b69865-3a59-403d-9f9f-bbb34ca55aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e'} Body: b'{"volume": {"id": "0b0a02b4-f29a-439b-9e90-587f67692b1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:32:40.000000", "updated_at": "2023-04-18T15:32:40.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1504549688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/0b0a02b4-f29a-439b-9e90-587f67692b1e"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:32:41,659 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.121s 2023-04-18 15:32:41,659 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 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-9b242233-7b7a-4978-8d24-ead0d7cac23b', 'x-compute-request-id': 'req-9b242233-7b7a-4978-8d24-ead0d7cac23b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'' 2023-04-18 15:32:42,061 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.401s 2023-04-18 15:32:42,062 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1713', '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-d4fbf144-c80f-42f4-909c-e0be2b8031a1', 'x-compute-requ est-id': 'req-d4fbf144-c80f-42f4-909c-e0be2b8031a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"server": {"id": "4c0aac4f-c88e-4cef-b175-b94e7bc66dfa", "name": "tempest-AttachVolumeShelveTestJSON-server-1753770309", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:30:48Z", "updated": "2023-04-18T15:32:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1697552668", "OS-SRV-USG:launched_at": "2023-04-18T15:30:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2087450145"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:33:32,150 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa 0.046s 2023-04-18 15:33:32,151 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-952c6244-08dd-4ddb-a034-4abb43a1c929', 'x-compute-request-id': 'req-952c6244-08dd-4ddb-a034-4abb43a1c929', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c0aac4f-c88e-4cef-b175-b94e7bc66dfa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4c0aac4f-c88e-4cef-b175-b94e7bc66dfa could not be found."}}' 2023-04-18 15:33:32,189 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1697552668 0.037s 2023-04-18 15:33:32,189 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-73990169-7725-4934-bd41-cf41e525a9d0', 'x-compute-request-id': 'req-73990169-7725-4934-bd41-cf41e525a9d0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/temp est-keypair-1697552668'} Body: b'' 2023-04-18 15:33:32,355 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711 0.165s 2023-04-18 15:33:32,356 79568 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-8e6f2779-acaf-4cec-abf7-c56eaf910942', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711'} Body: b'' 2023-04-18 15:33:32,375 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711 0.019s 2023-04-18 15:33:32,376 79568 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-29c33549-c08e-402d-bef8-301d04f93d19', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/49cb6a8d-fc91-444a-a8c5-f4f54c85c711'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 49cb6a8d-fc91-444a-a8c5-f4f54c85c711 does not exist", "detail": ""}}' 2023-04-18 15:33:32,867 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e 0.491s 2023-04-18 15:33:32,868 79568 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-ac032007-a727-4a00-84c5-a2d94e208631', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:33:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/92a8ae4e-8d06-4afe-9bd9-21aa9ec0bf5e'} 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 badff5e3-cf8a-4aab-ac64-8aecc6e8464e 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-18 15:33:51,307 79572 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools?detail=True 0.158s 2023-04-18 15:33:51,307 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f982014-ebf4-441b-92a8-fefeb0aeeff1', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f982014-ebf4-441b-92a8-fefeb0aeeff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:51,353 79572 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools 0.037s 2023-04-18 15:33:51,353 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15af77a2-c345-4104-9c94-c55ffbd9e723', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15af77a2-c345-4104-9c94-c55ffbd9e723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df36438e331949fd8874fd7773852c81/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 05db953a-4b93-454a-82d0-ff7db3f64b8e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:54,573 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes 0.324s 2023-04-18 15:33:54,573 79572 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-351463481"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599a454e-d5b3-46c9-a47c-6ea1334438c9', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599a454e-d5b3-46c9-a47c-6ea1334438c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:54.510402", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:33:54,621 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.038s 2023-04-18 15:33:54,622 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd679ed-6d05-433b-ba4d-52912602c0fd', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd679ed-6d05-433b-ba4d-52912602c0fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,671 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64 b8e 0.037s 2023-04-18 15:33:55,672 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be874b45-b38d-4cb8-8591-e98eb5ce56d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be874b45-b38d-4cb8-8591-e98eb5ce56d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": "2023-04-18T15:33:55.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,736 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.053s 2023-04-18 15:33:55,737 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-322d3ac1-d937-48e6-8b17-0294d7ce86c8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-322d3ac1-d937-48e6-8b17-0294d7ce86c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"volume": {"id": "05db953a-4b93-454a-82d0-ff7db3f64b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:55.000000", "updated_at": "2023-04-18T15:33:55.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-351463481", "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/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e"}], "user_id": "bea98d73af72477cb767aa54d6e687d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22912f0e8ae0436fb9ce6a758dae862f"}}' 2023-04-18 15:33:55,879 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.132s 2023-04-18 15:33:55,880 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33: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-cfd07e39-d90e-47ff-9ae9-e340520566f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'' 2023-04-18 15:33:55,901 79572 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e 0.020s 2023-04-18 15:33:55,902 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7a8112-041e-4996-ac7c-80612138548b', 'x-openstack-request-id': 'req-5d7a8112-041e-4996-ac7c-80612138548b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/22912f0e8ae0436fb9ce6a758dae862f/volumes/05db953a-4b93-454a-82d0-ff7db3f64b8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 05db953a-4b93-454a-82d0-ff7db3f64b8e 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 945da6e0-938d-4555-8ee5-825c9cbc972c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:59,351 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes 0.443s 2023-04-18 15:33:59,351 79572 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-1412861777"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8094488-351b-47b7-b926-172285c7182f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8094488-351b-47b7-b926-172285c7182f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.285975", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:33:59,403 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.042s 2023-04-18 15:33:59,404 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb170206-c873-4991-89ab-e19b1000e2c0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb170206-c873-4991-89ab-e19b1000e2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,454 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.039s 2023-04-18 15:34:00,455 79572 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25dbfe81-2929-42de-8f07-29acdb3bd528', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25dbfe81-2929-42de-8f07-29acdb3bd528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": "2023-04-18T15:33:59.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,506 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.040s 2023-04-18 15:34:00,507 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc0945b7-cab8-42ea-a87c-0621f039a45a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc0945b7-cab8-42ea-a87c-0621f039a45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"volume": {"id": "945da6e0-938d-4555-8ee5-825c9cbc972c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:33:59.000000", "updated_at": "2023-04-18T15:33:59.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1412861777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c"}], "user_id": "e3b6b87b2fc646f1a0b133bc6797c2fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03004dd574f14e1682d433a3c80784b5"}}' 2023-04-18 15:34:00,629 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.111s 2023-04-18 15:34:00,630 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34: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-0d985257-a960-420d-ab90-4ea771d40194', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'' 2023-04-18 15:34:00,651 79572 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c 0.021s 2023-04-18 15:34:00,651 79572 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34: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-3d55e19f-9f73-4fcc-98f3-fb3494f477d7', 'x-openstack-request-id': 'req-3d55e19f-9f73-4fcc-98f3-fb3494f477d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03004dd574f14e1682d433a3c80784b5/volumes/945da6e0-938d-4555-8ee5-825c9cbc972c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 945da6e0-938d-4555-8ee5-825c9cbc972c 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 95dea434-848a-4ea1-a79a-d7bdbac80d21 failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 80a79ab7-7852-43c7-9088-07ff88639072 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:33:32,893 79568 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 15:33:32,896 79568 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 15:33:32,985 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-04-18 15:33:32,986 79568 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-2125891901", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:32 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-a4261744-7adc-42b2-a340-e50497db3a62', 'x-compute-request-id': 'req-a4261744-7adc-42b2-a340-e50497db3a62', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2125891901", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ==", "fingerprint": "3d:1d:20:bc:8f:0e:43:0d:86:17:58:84:ae:b9:7f:6d", "user_id": "4150a73c61944e97a3bf6abc1b45f096"}}' 2023-04-18 15:33:32,993 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2125891901 created 2023-04-18 15:33:33,190 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.196s 2023-04-18 15:33:33,191 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1547986182", "description": "tempest-description--1735735892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cf9339ce-7ccd-4d4d-9250-cdfacbfa9bd2', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "name": "tempest-securitygroup--1547986182", "stateful": true, "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "tempest-description--1735735892", "shared": false, "security_group_rules": [{"id": "00ccfe3a-4edd-44ee-a413-61eec143a446", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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": 899, "description": null, "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}, {"id": "6ee2e36d-ccd3-4476-9a82-582709799cb8", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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": 900, "description": null, "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}], "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,365 79568 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-18 15:33:33,366 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-e5367af9-a3b9-4690-86fb-3ff79a6ae618', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e739bd8-519b-474c-9ef0-1d5d2b9e4232", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,520 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 15:33:33,520 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-da437b66-7cc8-4386-8ef8-d99b27c1efd4', 'date': 'Tue, 18 Apr 2023 15:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa2b0e7f-45dc-4c8f-95c2-076417b22440", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "security_group_id": "894b84c9-332d-4535-ad84-f6f849ee6d15", "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-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:33:33,520 79568 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1547986182 created 2023-04-18 15:33:34,303 79568 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.781s 2023-04-18 15:33:34,303 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8e47f49d-0875-495e-bdb9-86690016364a', 'date': 'Tue, 18 Apr 2023 15:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9947b15c-e3b0-43b0-9a92-e6dda124e67c", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.3", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c507f731c244d2a2ee0ab8d602844c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:33:33Z", "revision_number": 0}}' 2023-04-18 15:33:34,303 79568 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9947b15c-e3b0-43b0-9a92-e6dda124e67c', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.3', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'ip': '172.24.4.3'} created 2023-04-18 15:33:34,416 79568 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.097s 2023-04-18 15:33:34,416 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:34 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-0081a21c-4ede-4d58-9d22-4bd2a58f4fed', '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": "4150a73c61944e97a3bf6abc1b45f096", "name": "tempest-AttachVolumeShelveTestJSON-1485500833-project-member", "password_expires_at": null}, "audit_ids": ["oH6XFsFQT1Cpi-nj2ZpR2Q"], "expires_at": "2023-04-18T16:33:34.000000Z", "issued_at": "2023-04-18T15:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c507f731c244d2a2ee0ab8d602844c", "name": "tempest-AttachVolumeShelveTestJSON-1485500833"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interf ace": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:33:34,417 79568 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'a59dfdca-19ca-4196-b761-10cce5339ecf', 'name': 'tempest-AttachVolumeShelveTestJSON-2081375871-network', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33824, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:30:39Z', 'updated_at': '2023-04-18T15:30:40Z', 'revision_number': 1} available for tenant 2023-04-18 15:33:34,417 79568 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2125891901', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGt5byqMcuHwsnQfqE39C6dRljPs6hFYq3+fl5mJyxdUT6AAETPhrZK54VLMiR5lz2RuTfS3DoqGpUBBUbmzBx4hm3IKpH8Ng+DZ/FLruWl+NZNOIwKLipiBEGUYd1UARQ==', 'fingerprint': '3d:1d:20:bc:8f:0e:43:0d:86:17:58:84:ae:b9:7f:6d', 'user_id': '4150a73c61944e97a3bf6abc1b45f096', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQYTHYuJmeJN3tGyoOx4ISqElchSigwbbHgmKFkPd1DuJ7+KgfQ1zP\nyDodi0VWkiSgBwYFK4EEACKhZANiAARreW8qjHLh8LJ0H6hN/QunUZYz7OoRWKt/\nn5eZicsXVE+gABEz4a2SueFSzIkeZc9kbk30tw6KhqVAQVG5swceIZtyCqR/DYPg\n2fxS67lpfjWTTiMCi4qYgRBlGHdVAEU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '894b84c9-332d-4535-ad84-f6f849ee6d15', 'name': 'tempest-securitygroup--1547986182', 'stateful': True, 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': 'tempest-description--1735735892', 'shared': False, 'security_group_rules': [{'id': '00ccfe3a-4edd-44ee-a413-61eec143a446', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '894b84c9-332d-4535-ad84-f6f849ee6d15', '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': 899, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, {'id': '6ee2e36d-ccd3-4476-9a82-582709799cb8', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'security_group_id': '894b84c9-332d-4535-ad84-f6f849ee6d15', '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': 900, 'description': None, 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '202 3-04-18T15:33:33Z', 'revision_number': 0, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}], 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 1, 'project_id': '01c507f731c244d2a2ee0ab8d602844c'}, 'floating_ip': {'id': '9947b15c-e3b0-43b0-9a92-e6dda124e67c', 'tenant_id': '01c507f731c244d2a2ee0ab8d602844c', 'floating_ip_address': '172.24.4.3', 'floating_network_id': 'a116e408-bbe8-4a0e-94d7-f7e0b497c6d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c507f731c244d2a2ee0ab8d602844c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T15:33:33Z', 'updated_at': '2023-04-18T15:33:33Z', 'revision_number': 0, 'ip': '172.24.4.3'}} 2023-04-18 15:33:35,062 79568 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.644s 2023-04-18 15:33:35,063 79568 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-887250948", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a59dfdca-19ca-4196-b761-10cce5339ecf"}], "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "key_name": "tempest-keypair-2125891901", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66', '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-e17ff976-853b-483c-9f00-85813d97e4f8', 'x-compute-request-id': 'req-e17ff976-853b-483c-9f00-85813d97e4f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "adminPass": "password"}}' 2023-04-18 15:33:35,145 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.079s 2023-04-18 15:33:35,146 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e6b0d99-344d-4797-8c2d-565eb4ce22bc', 'x-compute-request-id': 'req-6e6b0d99-344d-4797-8c2d-565eb4ce22bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "BUILD", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150 a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:34:25,430 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.218s 2023-04-18 15:34:25,430 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-9b59d6a1-9ed7-481b-a4b1-9847cdc1180f', 'x-compute-request-id': 'req-9b59d6a1-9ed7-481b-a4b1-9847cdc1180f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:33:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": "2023-04-18T15:33:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:34:25,444 79568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:35:25,619 79568 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/c 9a6558c-5a67-4081-a7aa-312b327c8b66/os-interface 0.164s 2023-04-18 15:35:25,619 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:25 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-5849cdef-0d02-43d0-aef6-e1be675d7927', 'x-compute-request-id': 'req-5849cdef-0d02-43d0-aef6-e1be675d7927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48", "mac_addr": "fa:16:3e:23:6f:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "983c6d27-0ab1-4376-bc50-6dfb2d7a654c", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 15:35:26,754 79568 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/9947b15c-e3b0-43b0-9a92-e6dda124e67c 1.130s 2023-04-18 15:35:26,754 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6678ed5b-6272-4940-abee-9f64fdb1e357', 'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c'} Body: b'{"floatingip": {"id": "9947b15c-e3b0-43b0-9a92-e6dda124e67c", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "floating_ip_address": "172.24.4.3", "floating_network_id": "a116e408-bbe8-4a0e-94d7-f7e0b497c6d0", "router_id": "cc9be2c1-8310-4b58-b320-5ccf186a857a", "port_id": "61750790-b36b-4b41-9bc4-0d7e462a7a48", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a59dfdca-19ca-4196-b761-10cce5339ecf", "mac_address": "fa:16:3e:23:6f:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T15:33:33Z", "updated_at": "2023-04-18T15:35:26Z", "revision_number": 1, "project_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:26,757 79568 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.3:22' as 'cirros' with public key authentication 2023-04-18 15:35:26,787 79568 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 15:35:26,822 79568 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 15:35:26,822 79568 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.3 successfully created 2023-04-18 15:35:26,866 79568 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/c9a6558c-5a67-4081-a7aa-312b327c8b66/ips 0.043s 2023-04-18 15:35:26,866 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20 ', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-255ee934-c901-46f3-ad44-1827dcb53a0c', 'x-compute-request-id': 'req-255ee934-c901-46f3-ad44-1827dcb53a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 15:35:27,064 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes 0.194s 2023-04-18 15:35:27,064 79568 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-215013235"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a340aad6-335f-4e61-a254-b89ce4e37368', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a340aad6-335f-4e61-a254-b89ce4e37368', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.002378", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:35:27,116 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072 0.040s 2023-04-18 15:35:27,116 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f05cba4f-e5d2-42c0-9351-301c13ff6ee3', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f05cba4f-e5d2-42c0-9351-301c13ff6ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61 944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:28,177 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072 0.050s 2023-04-18 15:35:28,178 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae36399-3034-43ec-9ce1-a5f5f5242f2c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae36399-3034-43ec-9ce1-a5f5f5242f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072'} Body: b'{"volume": {"id": "80a79ab7-7852-43c7-9088-07ff88639072", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:35:27.000000", "updated_at": "2023-04-18T15:35:27.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-215013235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01c507f731c244d2a2ee0ab8d602844c/volumes/80a79ab7-7852-43c7-9088-07ff88639072"}], "user_id": "4150a73c61944e97a3bf6abc1b45f096", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c507f731c244d2a2ee0ab8d602844c"}}' 2023-04-18 15:35:28,312 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.121s 2023-04-18 15:35:28,312 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38407cad-0092-4c63-b30b-68d519df2552', 'x-compute-request-id': 'req-38407cad-0092-4c63-b30b-68d519df2552', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'' 2023-04-18 15:35:28,595 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.282s 2023-04-18 15:35:28,595 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4565eb-986e-4465-884d-1bc1e89b865f', 'x-compute-request-id': 'req-f c4565eb-986e-4465-884d-1bc1e89b865f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"server": {"id": "c9a6558c-5a67-4081-a7aa-312b327c8b66", "name": "tempest-AttachVolumeShelveTestJSON-server-887250948", "status": "ACTIVE", "tenant_id": "01c507f731c244d2a2ee0ab8d602844c", "user_id": "4150a73c61944e97a3bf6abc1b45f096", "metadata": {}, "hostId": "4a5dd7b175e93014f52a313492071b1ca10f321da3c34a64d2438f70", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:33:35Z", "updated": "2023-04-18T15:35:28Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2081375871-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}, {"version": 4, "addr": "172.24.4.3", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:6f:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2125891901", "OS-SRV-USG:launched_at": "2023-04-18T15:33:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1547986182"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 15:36:18,907 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66 0.252s 2023-04-18 15:36:18,908 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:18 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-bec88416-d316-48fe-80cd-ed8fbe649fdd', 'x-compute-request-id': 'req-bec88416-d316-48fe-80cd-ed8fbe649fdd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c9a6558c-5a67-4081-a7aa-312b327c8b66'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c9a6558c-5a67-4081-a7aa-312b327c8b66 could not be found."}}' 2023-04-18 15:36:18,943 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2125891901 0.035s 2023-04-18 15:36:18,944 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:18 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-060f12d1-a280-455a-9b43-91aa28692d87', 'x-compute-request-id': 'req-060f12d1-a280-455a-9b43-91aa28692d87', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-21258 91901'} Body: b'' 2023-04-18 15:36:19,230 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15 0.286s 2023-04-18 15:36:19,231 79568 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-203df208-685c-449b-8b29-dfdc3ab2efd8', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15'} Body: b'' 2023-04-18 15:36:19,280 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15 0.049s 2023-04-18 15:36:19,281 79568 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-be6b0fc3-a518-43fc-8d6e-5670b04979a4', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/894b84c9-332d-4535-ad84-f6f849ee6d15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 894b84c9-332d-4535-ad84-f6f849ee6d15 does not exist", "detail": ""}}' 2023-04-18 15:36:19,771 79568 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c 0.489s 2023-04-18 15:36:19,771 79568 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-f26ff2e0-dc63-4237-a176-f062fdf12460', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:36:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9947b15c-e3b0-43b0-9a92-e6dda124e67c'} Body: b'' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group bebeb247-d388-4154-bf2c-bf3b16baab23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:36:32,378 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types 0.166s 2023-04-18 15:36:32,378 79568 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-895344844"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abae6108-f9c8-49a5-b4a1-448e17c1ef2c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abae6108-f9c8-49a5-b4a1-448e17c1ef2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types'} Body: b'{"volume_type": {"id": "1e5fa67b-064b-493d-b41f-5fcf440667c9", "name": "tempest-GroupsV320Test-volume-type-895344844", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:36:32,420 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types 0.038s 2023-04-18 15:36:32,421 79568 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-75425865"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb013f2f-55ea-4cf3-806d-9239a0bf8650', 'content-length': '175', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb013f2f-55ea-4cf3-806d-9239a0bf8650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types'} Body: b'{"group_type": {"id": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "name": "tempest-GroupsV320Test-group-type-75425865", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:36:32,634 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups 0.210s 2023-04-18 15:36:32,634 79568 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": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "name": "tempest-GroupsV320Test-Group-104249126"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a7d124-16f8-437a-bd17-ab2360afd068', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9a7d124-16f8-437a-bd17-ab2360afd068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "name": "tempest-GroupsV320Test-Group-104249126"}}' 2023-04-18 15:36:32,668 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.031s 2023-04-18 15:36:32,668 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4159f566-f472-4034-a292-2cd1fb075a7d', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4159f566-f472-4034-a292-2cd1fb075a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:36:33.000000", "name": "tempest-GroupsV320Test-Group-104249126", "description": null, "group_type": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:36:33,704 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.031s 2023-04-18 15:36:33,704 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7d00837-dd59-4d5e-8d92-5ed6bfc40faf', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7d00837-dd59-4d5e-8d92-5ed6bfc40faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"group": {"id": "bebeb247-d388-4154-bf2c-bf3b16baab23", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:36:33.000000", "name": "tempest-GroupsV320Test-Group-104249126", "description": null, "group_type": "1dc24d27-4702-4c2a-b670-af078b6d2c4e", "volume_types": ["1e5fa67b-064b-493d-b41f-5fcf440667c9"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 15:36:33,777 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/volumes/detail 0.067s 2023-04-18 15:36:33,777 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12db76f8-1b89-43e1-899e-cf8ff7f19d24', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12db76f8-1b89-43e1-899e-cf8ff7f19d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:36:33,848 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23/action 0.060s 2023-04-18 15:36:33,848 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1227d6b-faeb-459c-b70b-fcccd7db9582', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23/action'} Body: b'' 2023-04-18 15:36:33,864 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23 0.015s 2023-04-18 15:36:33,864 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-1e86a19f-6e65-4123-96a0-57db8e036942', 'x-openstack-request-id': 'req-1e86a19f-6e65-4123-96a0-57db8e036942', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2ed4569eadc2404889657203c2a34aaa/groups/bebeb247-d388-4154-bf2c-bf3b16baab23'} Body: b'{"itemNotFound": {"code": 404, "message": "Group bebeb247-d388-4154-bf2c-bf3b16baab23 could not be found."}}' 2023-04-18 15:36:33,894 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types/1dc24d27-4702-4c2a-b670-af078b6d2c4e 0.029s 2023-04-18 15:36:33,894 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-9ddd6249-4f51-498a-8b27-3b039f3ebf6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/group_types/1dc24d27-4702-4c2a-b670-af078b6d2c4e'} Body: b'' 2023-04-18 15:36:33,941 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9 0.047s 2023-04-18 15:36:33,942 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90a2095-7bfb-4528-8be6-3004d8e6eb6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9'} Body: b'' 2023-04-18 15:36:33,959 79568 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9 0.017s 2023-04-18 15:36:33,959 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:33 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-08771167-7c66-4f0b-a170-3809af81d82d', 'x-openstack-request-id': 'req-08771167-7c66-4f0b-a170-3809af81d82d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f2aeca921a70477893a1702a1a94e5ce/types/1e5fa67b-064b-493d-b41f-5fcf440667c9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1e5fa67b-064b-493d-b41f-5fcf440667c9 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 606a5e11-1781-478d-9a53-93fcd97c6fb7 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 ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:36:48,283 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes 0.349s 2023-04-18 15:36:48,284 79568 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-1110090240"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eaba155-7dfa-4701-80d7-3dacd32440f4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eaba155-7dfa-4701-80d7-3dacd32440f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.224187", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:36:48,335 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 0.040s 2023-04-18 15:36:48,335 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22e620a-6fc7-4df4-b48f-75139f43e831', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22e620a-6fc7-4df4-b48f-75139f43e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4fb58da3d80415e9f1ba25087979e68"}}' 2023-04-18 15:36:49,390 79568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018 0.041s 2 023-04-18 15:36:49,390 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1f6b72-3d2b-4f11-bd6e-6695396ce981', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1f6b72-3d2b-4f11-bd6e-6695396ce981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018'} Body: b'{"volume": {"id": "ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:36:48.000000", "updated_at": "2023-04-18T15:36:48.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1110090240", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b4fb58da3d80415e9f1ba25087979e68/volumes/ce6a6bb7-82b4-49d5-b2f4-2c06a1d12018"}], "user_id": "998fb6625eb64429ac8a34203ec61842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4fb58da3d80415e9f1ba25087979e68"}}' 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 7da86f84-6f46-49a6-8ae4-8a8a013f126f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:37:05,235 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes 0.224s 2023-04-18 15:37:05,235 79566 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-1138561670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288dce61-397b-4d8f-abdd-648d810b20c8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288dce61-397b-4d8f-abdd-648d810b20c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.172751", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:37:05,286 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f 0.041s 2023-04-18 15:37:05,287 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac8a3ea-8488-410c-9cb9-e506d1cefdc9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac8a3ea-8488-410c-9cb9-e506d1cefdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 2023-04-18 15:37:06,337 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f 0.039s 2023-04-18 15:37:06,338 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c035aa-991a-4936-bac3-cf1d5916751f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c035aa-991a-4936-bac3-cf1d5916751f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f'} Body: b'{"volume": {"id": "7da86f84-6f46-49a6-8ae4-8a8a013f126f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:05.000000", "updated_at": "2023-04-18T15:37:05.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1138561670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/7da86f84-6f46-49a6-8ae4-8a8a013f126f"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 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 071f9e6d-eef0-4ca9-877e-c50c540bd61d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:37:06,653 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes 0.301s 2023-04-18 15:37:06,653 79566 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-743899854"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9363560-d06c-4751-ba71-77d5a3c1f5d3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9363560-d06c-4751-ba71-77d5a3c1f5d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:06.534673", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:37:06,699 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d 0.037s 2023-04-18 15:37:06,700 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a628e6-504b-4b25-858b-1e8c7de9dbbf', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a628e6-504b-4b25-858b-1e8c7de9dbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:07.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 2023-04-18 15:37:07,773 79566 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d 0.062s 2023-04-18 15:37:07,773 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4523c37f-49e8-4844-9ca6-aa39e438a92c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4523c37f-49e8-4844-9ca6-aa39e438a92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d'} Body: b'{"volume": {"id": "071f9e6d-eef0-4ca9-877e-c50c540bd61d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:37:07.000000", "updated_at": "2023-04-18T15:37:07.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-743899854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d0d132d8ca24daebd8a61b8a5d5430b/volumes/071f9e6d-eef0-4ca9-877e-c50c540bd61d"}], "user_id": "61c59765bfac455fb0127b6676d4b649", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d0d132d8ca24daebd8a61b8a5d5430b"}}' 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 082e479a-2b78-483a-ba7f-00eeda0d3d01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:38:54,908 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types 0.512s 2023-04-18 15:38:54,909 79566 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-1663839959"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3393c290-a8f3-4ba9-98a4-dbdf61d2592c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3393c290-a8f3-4ba9-98a4-dbdf61d2592c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types'} Body: b'{"volume_type": {"id": "96670941-275a-4210-88cd-ee3846a806ed", "name": "tempest-GroupsTest-volume-type-1663839959", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:38:54,948 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types 0.035s 2023-04-18 15:38:54,948 79566 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-2084537185"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9b7859-9a86-4961-a159-6dd0a029e9bf', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9b7859-9a86-4961-a159-6dd0a029e9bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types'} Body: b'{"group_type": {"id": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "name": "tempest-GroupsTest-group-type-2084537185", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:38:55,162 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups 0.208s 2023-04-18 15:38:55,162 79566 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": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"], "name": "tempest-Group1-1008190254"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca06be9-046c-4311-8602-f00d3f438e96', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca06be9-046c-4311-8602-f00d3f438e96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "name": "tempest-Group1-1008190254"}}' 2023-04-18 15:38:55,194 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.029s 2023-04-18 15:38:55,194 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613e8e1c-639a-4a35-b17a-9f3c5689b3ee', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-613e8e1c-639a-4a35-b17a-9f3c5689b3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:38:55.000000", "name": "tempest-Group1-1008190254", "description": null, "group_type": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"]}}' 2023-04-18 15:38:56,232 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.032s 2023-04-18 15:38:56,232 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c36bf9e-18fe-4cb9-89f0-04cecbd9a037', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c36bf9e-18fe-4cb9-89f0-04cecbd9a037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"group": {"id": "082e479a-2b78-483a-ba7f-00eeda0d3d01", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:38:55.000000", "name": "tempest-Group1-1008190254", "description": null, "group_type": "9fd2d94b-309c-4ddb-9621-1c6237b8c77f", "volume_types": ["96670941-275a-4210-88cd-ee3846a806ed"]}}' 2023-04-18 15:38:56,308 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail 0.070s 2023-04-18 15:38:56,309 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13d8259-3f9e-4731-aacf-6420fdb94af1', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13d8259-3f9e-4731-aacf-6420fdb94af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:38:56,419 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01/action 0.096s 2023-04-18 15:38:56,419 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-r equest-id': 'req-9e66f73e-267e-489a-a1a2-dd9244b25c60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01/action'} Body: b'' 2023-04-18 15:38:56,436 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01 0.016s 2023-04-18 15:38:56,436 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-69e7da81-b5b1-48e2-8ab4-a91f6abf735d', 'x-openstack-request-id': 'req-69e7da81-b5b1-48e2-8ab4-a91f6abf735d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/082e479a-2b78-483a-ba7f-00eeda0d3d01'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 082e479a-2b78-483a-ba7f-00eeda0d3d01 could not be found."}}' 2023-04-18 15:38:56,466 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/9fd2d94b-309c-4ddb-9621-1c6237b8c77f 0.028s 2023-04-18 15:38:56,466 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 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-2be07232-d7f1-4abd-abf9-a17b413bd10c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/9fd2d94b-309c-4ddb-9621-1c6237b8c77f'} Body: b'' 2023-04-18 15:38:56,526 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed 0.059s 2023-04-18 15:38:56,526 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1d06b7-fe1d-46ed-a2b9-2fd8d0f89808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed'} Body: b'' 2023-04-18 15:38:56,542 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed 0.015s 2023-04-18 15:38:56,543 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5d043b-f6fe-4c9b-9ff3-4d0c191ad9ad', 'x-openstack-request-id': 'req-ce5d043b-f6fe-4c9b-9f f3-4d0c191ad9ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/96670941-275a-4210-88cd-ee3846a806ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 96670941-275a-4210-88cd-ee3846a806ed 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 bb251bf4-5e73-4f55-8595-914f330b0b98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:38:56,576 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types 0.030s 2023-04-18 15:38:56,576 79566 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-2116280539"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdebd228-0eab-4f60-907e-22b45ae652a2', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdebd228-0eab-4f60-907e-22b45ae652a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types'} Body: b'{"volume_type": {"id": "f4ecc935-5866-4967-aa04-432727b02179", "name": "tempest-GroupsTest-volume-type-2116280539", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 15:38:56,613 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types 0.033s 2023-04-18 15:38:56,614 79566 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-1913259554"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6d1fb2-5fa3-41c5-9110-465be472bc1c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6d1fb2-5fa3-41c5-9110-465be472bc1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types'} Body: b'{"group_type": {"id": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "name": "tempest-GroupsTest-group-type-1913259554", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 15:38:56,692 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups 0.075s 2023-04-18 15:38:56,692 79566 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": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"], "name": "tempest-GroupsTest-Group-468617889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bf79de-3b52-4a57-958b-076ddde996e2', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bf79de-3b52-4a57-958b-076ddde996e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "name": "tempest-GroupsTest-Group-468617889"}}' 2023-04-18 15:38:56,726 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.032s 2023-04-18 15:38:56,727 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6d966b-dfed-4675-989d-be543d768fb9', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6d966b-dfed-4675-989d-be543d768fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T15:38:57.000000", "name": "tempest-GroupsTest-Group-468617889", "description": null, "group_type": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"]}}' 2023-04-18 15:38:57,768 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.036s 2023-04-18 15:38:57,768 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181ad266-78a2-4eed-a61c-1971682d8c9a', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181ad266-78a2-4eed-a61c-1971682d8c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"group": {"id": "bb251bf4-5e73-4f55-8595-914f330b0b98", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T15:38:57.000000", "name": "tempest-GroupsTest-Group-468617889", "description": null, "group_type": "34606ab1-d3aa-41fe-9978-8896a7f69dc8", "volume_types": ["f4ecc935-5866-4967-aa04-432727b02179"]}}' 2023-04-18 15:38:57,835 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail 0.062s 2023-04-18 15:38:57,835 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c255cc-8425-4b85-a5bb-2a0678922936', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c255cc-8425-4b85-a5bb-2a0678922936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 15:38:57,908 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98/action 0.063s 2023-04-18 15:38:57,909 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-ec7f5dc5-3a58-4282-a46c-6fa53e4 daa7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98/action'} Body: b'' 2023-04-18 15:38:57,926 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98 0.017s 2023-04-18 15:38:57,927 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-6bd20d9b-e720-415d-bbf9-5d37dd891009', 'x-openstack-request-id': 'req-6bd20d9b-e720-415d-bbf9-5d37dd891009', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d51600d9d2eb4339b9dbcc7738cba175/groups/bb251bf4-5e73-4f55-8595-914f330b0b98'} Body: b'{"itemNotFound": {"code": 404, "message": "Group bb251bf4-5e73-4f55-8595-914f330b0b98 could not be found."}}' 2023-04-18 15:38:57,955 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/34606ab1-d3aa-41fe-9978-8896a7f69dc8 0.027s 2023-04-18 15:38:57,955 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 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-14252402-249a-414c-b563-6f4b180499c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/group_types/34606ab1-d3aa-41fe-9978-8896a7f69dc8'} Body: b'' 2023-04-18 15:38:58,012 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179 0.056s 2023-04-18 15:38:58,013 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d80a351-dc29-4e13-96bb-13ddf38fa687', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179'} Body: b'' 2023-04-18 15:38:58,029 79566 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179 0.015s 2023-04-18 15:38:58,029 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a038a2-8bd8-48d8-bc29-a62fc073b9ce', 'x-openstack-request-id': 'req-e9a038a2-8bd8-48d8-bc29-a62fc073b9ce', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/d381f04ef25d4175bc92e4b8f0ef736d/types/f4ecc935-5866-4967-aa04-432727b02179'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f4ecc935-5866-4967-aa04-432727b02179 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 a33cb536-099e-46c5-8b71-5437cabfece6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:01,341 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes 0.387s 2023-04-18 15:39:01,341 79566 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-1694858109"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41915e25-daab-4108-9585-3b6611be2c3c', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41915e25-daab-4108-9585-3b6611be2c3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.284330", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:39:01,393 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.042s 2023-04-18 15:39:01,393 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9537c313-7a18-4602-b24e-0cef0d7919c1', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9537c313-7a18-4602-b24e-0cef0d7919c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,453 79566 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/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.047s 2023-04-18 15:39:02,453 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-805afc82-82f9-457c-b188-93dd4c62f27a', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-805afc82-82f9-457c-b188-93dd4c62f27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": "2023-04-18T15:39:01.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,505 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.039s 2023-04-18 15:39:02,505 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5a3ac7-16a1-4c5d-a25a-95ec83bb9c06', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5a3ac7-16a1-4c5d-a25a-95ec83bb9c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"volume": {"id": "a33cb536-099e-46c5-8b71-5437cabfece6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:01.000000", "updated_at": "2023-04-18T15:39:01.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1694858109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:02,621 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.103s 2023-04-18 15:39:02,622 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 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-63fd1c67-6bb7-40f5-9820-9d5589752e20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'' 2023-04-18 15:39:02,644 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6 0.022s 2023-04-18 15:39:02,644 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 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-667985f6-759b-4c6f-9812-e6cd7082da92', 'x-openstack-request-id': 'req-667985f6-759b-4c6f-9812-e6cd7082da92', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/a33cb536-099e-46c5-8b71-5437cabfece6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a33cb536-099e-46c5-8b71-5437cabfece6 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 9e7938e7-abbc-4815-899f-51e4d76247fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:02,825 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes 0.178s 2023-04-18 15:39:02,825 79566 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-1336817870"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58506b8f-076a-4150-8148-5a3fabfbe1b9', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58506b8f-076a-4150-8148-5a3fabfbe1b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:02.769162", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 15:39:02,879 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.041s 2023-04-18 15:39:02,880 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-791eb7b1-e0e2-4dc6-b702-660c7f61c9eb', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791eb7b1-e0e2-4dc6-b702-660c7f61c9eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:03,931 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.039s 2023-04-18 15:39:03,931 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ca1ffc-25f1-49af-ab06-0cc6bd591065', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ca1ffc-25f1-49af-ab06-0cc6bd591065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": "2023-04-18T15:39:03.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:03,990 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.048s 2023-04-18 15:39:03,990 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5c00c0-3ad1-4fa7-b8ec-6f644fdfd17f', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5c00c0-3ad1-4fa7-b8ec-6f644fdfd17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"volume": {"id": "9e7938e7-abbc-4815-899f-51e4d76247fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:39:03.000000", "updated_at": "2023-04-18T15:39:03.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1336817870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb"}], "user_id": "583f6b6aaab54c6d90d7b1d9eb94909e", "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": "5f47bd340ec440e283ed38974f025ee9"}}' 2023-04-18 15:39:04,111 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.110s 2023-04-18 15:39:04,112 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:04 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-6fc75f3c-1765-4ef2-bff6-3d94e314318d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'' 2023-04-18 15:39:04,133 79566 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb 0.020s 2023-04-18 15:39:04,134 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:04 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-61b26908-6d26-41ec-98fb-7c24a149ba00', 'x-openstack-request-id': 'req-61b26908-6d26-41ec-98fb-7c24a149ba00', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f47bd340ec440e283ed38974f025ee9/volumes/9e7938e7-abbc-4815-899f-51e4d76247fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e7938e7-abbc-4815-899f-51e4d76247fb 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 4a4ab44d-e8df-4937-bb2f-2ed40b29be17 failed to build and is in ERROR status 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 1e1631f7-797c-4563-9de9-f72f652cd54c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 15:39:26,133 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.297s 2023-04-18 15:39:26,134 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1336579351", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNc5hqmb3j6iwPGcesRZcoNZAc0Cm5YP0jOjd2suj7q0dhF0D4f5tvICug/fozfch0de5uW9BKrRJ4ZFzTgIno5wFXnbcIbnKJamAcEeidT/+KUit/XApZ9KF+bZuEZDHQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6e0eece-c969-45cc-a9dd-c381ffe97fa1', 'x-compute-request-id': 'req-d6e0eece-c969-45cc-a9dd-c381ffe97fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1336579351", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNc5hqmb3j6iwPGcesRZcoNZAc0Cm5YP0jOjd2suj7q0dhF0D4f5tvICug/fozfch0de5uW9BKrRJ4ZFzTgIno5wFXnbcIbnKJamAcEeidT/+KUit/XApZ9KF+bZuEZDHQ==", "fingerprint": "df:3e:8c:6f:db:f5:fe:24:88:b5:04:c4:11:6e:1d:19", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9"}}' 2023-04-18 15:39:26,332 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.192s 2023-04-18 15:39:26,333 79566 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-1559991489", "description": "tempest-secgroup-smoke-1559991489 description", "project_id": "e806beceabfc4663a407d971dd3d3aa4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-446502bd-57e8-4b91-b032-fc6e53e93468', 'date': 'Tue, 18 Apr 2023 15:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9862c35b-dade-43e3-9643-b7f553444c3b", "name": "tempest-secgroup-smoke-1559991489", "stateful": true, "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "description": "tempest-secgroup-smoke-1559991489 description", "shared": false, "security_group_rules": [{"id": "1cbf89a3-a307-4590-a395-29533dc4d65e", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}, {"id": "5a9c754a-0a9c-47bf-8bac-d7366c010ab4", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}], "tags": [], "created_at": "2023-04-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_numbe r": 1, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,535 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2023-04-18 15:39:26,536 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "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-3d8d49bb-a168-46a0-98da-00352faf0ccd', 'date': 'Tue, 18 Apr 2023 15:39: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": "9b2535dc-b474-43df-809a-bdcaa57f32bb", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,694 79566 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-18 15:39:26,694 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "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-0868c939-53af-4ca1-97d6-e87c321cd5c1', 'date': 'Tue, 18 Apr 2023 15:39: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": "2e9c3e66-a430-4c77-8a52-3b4a45734d31", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:26,850 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-18 15:39:26,851 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de8839ad-184f-4613-87e7-b07ddb251353', 'date': 'Tue, 18 Apr 2023 15:39: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": "90f5ab01-c8b8-4d34-a4f1-877f37de9c6e", "tenant_id": "e806 beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,012 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 15:39:27,012 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c95365c2-ee04-4159-afe0-fc1e4b9d0e44', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f0c6d02-e551-4e7e-81d8-f77a19cc1238", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:26Z", "updated_at": "2023-04-18T15:39:26Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,162 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.149s 2023-04-18 15:39:27,163 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f5b6e271-6a86-476a-91df-b4da42c70906', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cd9c099-6505-438c-bd0d-e8b542b4c6a9", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:27Z", "updated_at": "2023-04-18T15:39:27Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,320 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-18 15:39:27,320 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "project_id": "e806beceabfc4663a407d971dd3d3aa4", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6a8c3da0-3e67-4d49-aa0c-51a81bd4f4e8', 'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c890e50-1319-41dd-b218-2a5f9583ad79", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "security_group_id": "9862c35b-dade-43e3-9643-b7f553444c3b", "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-18T15:39:27Z", "updated_at": "2023-04-18T15:39:27Z", "revision_number": 0, "project_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:39:27,357 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.031s 2023-04-18 15:39:27,357 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:27 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-f5dd26de-7ea3-4ec8-966e-659aadbd5324', '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": "2637a7dde15b4c48850e6eab7bb0eed9", "name": "tempest-SnapshotDataIntegrityTests-170973560-project-member", "password_expires_at": null}, "audit_ids": ["gAqkyZ5vTACfcym2OEEH1A"], "expires_at": "2023-04-18T16:39:27.000000Z", "issued_at": "2023-04-18T15:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e806beceabfc4663a407d971dd3d3aa4", "name": "tempest-SnapshotDataIntegrityTests-170973560"}, "is_domain": false, "roles": [{"id": "6c1dc7cb2b524e97bd06e622800468f1", "name": "member"}, {"id": "fbf612b33758422bbcec6f572f8eb052", "name": "reader"}], "catalog": [{"endpoints": [{"id": "575ac7b230cf47099c6774c19ea8cb45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "0700749bb51c43eb8bf2bb3c952d6fb3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f019024841244769be3fa65fbac2ce6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "20921876f4fe48c4afa8f2d4d30bb51a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "64ae861f39314099893e543d814806e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "360f2030c6e84b3183da99123dbebd89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6fac3cb0b3a0423682f3b4db997a1fa7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c8faf6f8b6a4e1f8a56ee67b699df78", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "94451d5ae1264efc9386c628d3dea721", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "520c720872024901bd33859df72c7709", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "76f2a21e581044f0960872ec69c23ab5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "546bf63e245f4e33854b1126ac7eed66", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "16b919cd36a4437593e7410959f806c4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e 806beceabfc4663a407d971dd3d3aa4", "region": "RegionOne"}], "id": "c9bb49be8d7744d289d598b3eac17750", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8bcd652ed5c94baa9a2277d6e94fc3aa", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "ef787d1524d44b01a421cbfd80fddf6c", "type": "identity", "name": "keystone"}]}}' 2023-04-18 15:39:27,358 79566 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'd05f2d17-652f-40c2-87ef-dc5177853fa3', 'name': 'tempest-SnapshotDataIntegrityTests-193438155-network', 'tenant_id': 'e806beceabfc4663a407d971dd3d3aa4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e806beceabfc4663a407d971dd3d3aa4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17591, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T15:39:12Z', 'updated_at': '2023-04-18T15:39:12Z', 'revision_number': 1} available for tenant 2023-04-18 15:39:28,117 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.758s 2023-04-18 15:39:28,117 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "imageRef": "6a2ecd63-8167-41ef-b082-40bc65b91036", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "networks": [{"uuid": "d05f2d17-652f-40c2-87ef-dc5177853fa3"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604ea779-e0f5-453f-9750-c0d68295c7ce', 'x-compute-request-id': 'req-604ea779-e0f5-453f-9750-c0d68295c7ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "adminPass": "Av7Y8zVXDGmc"}}' 2023-04-18 15:39:28,205 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.084s 2023-04-18 15:39:28,205 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:39:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f754d2-7abd-4035-9e06-2d2a1c884756', 'x-compute-request-id': 'req-28f754d2-7abd-4035-9e06-2d2a1c884756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5 e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "BUILD", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:40:18,641 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.378s 2023-04-18 15:40:18,641 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:40:18 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-3dcc1507-7591-440e-8dd4-7faaea25645c', 'x-compute-request-id': 'req-3dcc1507-7591-440e-8dd4-7faaea25645c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:40:18,653 79566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 15:41:18,957 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.266s 2023-04-18 15:41:18,957 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:18 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-c013c4f1-3ac7-4c23-becb-eed99f5017df', 'x-compute-request-id': 'req-c013c4f1-3ac7-4c23-becb-eed99f5017df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:41:19,219 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes 0.250s 2023-04-18 15:41:19,219 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebbab15-18d4-4db4-b845-fa44f5e81704', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebbab15-18d4-4db4-b845-fa44f5e81704', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.128191", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7 -797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 15:41:19,275 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.045s 2023-04-18 15:41:19,275 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f33929-0cbc-4054-b18a-f0a7738ba430', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f33929-0cbc-4054-b18a-f0a7738ba430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:41:20,334 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.045s 2023-04-18 15:41:20,335 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79d4bfbe-ad9a-4eb5-b2c5-96db5e0f83de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79d4bfbe-ad9a-4eb5-b2c5-96db5e0f83de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"volume": {"id": "1e1631f7-797c-4563-9de9-f72f652cd54c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T15:41:19.000000", "updated_at": "2023-04-18T15:41:19.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1885184917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c"}], "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e806beceabfc4663a407d971dd3d3aa4"}}' 2023-04-18 15:41:20,524 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.172s 2023-04-18 15:41:20,524 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41: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-7ea47b7a-cd86-48ef-9bf0-293dbcf29016', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'' 2023-04-18 15:41:20,577 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c 0.052s 2023-04-18 15:41:20,577 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41: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-0a704e2b-8e1e-4c6a-8ada-22109c0d3692', 'x-openstack-request-id': 'req-0a704e2b-8e1e-4c6a-8ada-22109c0d3692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e806beceabfc4663a407d971dd3d3aa4/volumes/1e1631f7-797c-4563-9de9-f72f652cd54c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e1631f7-797c-4563-9de9-f72f652cd54c could not be found."}}' 2023-04-18 15:41:20,716 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.138s 2023-04-18 15:41:20,717 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-540b6d81-4a09-45a7-9b88-d61786838eff', 'x-compute-request-id': 'req-540b6d81-4a09-45a7-9b88-d61786838eff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'' 2023-04-18 15:41:21,021 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.304s 2023-04-18 15:41:21,022 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:41:20 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-f5d0de45-37c8-47ba-bdaf-f32589751fd2', 'x-compute-request-id': 'req-f5d0de45-37c8-47ba-bdaf-f32589751fd2', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"server": {"id": "2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29", "name": "tempest-SnapshotDataIntegrityTests-server-1263285735", "status": "ACTIVE", "tenant_id": "e806beceabfc4663a407d971dd3d3aa4", "user_id": "2637a7dde15b4c48850e6eab7bb0eed9", "metadata": {}, "hostId": "e32c8d369f5e3c927dba086bdbbc55f4aa3ab755aafb0e390cae9329", "image": {"id": "6a2ecd63-8167-41ef-b082-40bc65b91036", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6a2ecd63-8167-41ef-b082-40bc65b91036"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T15:39:28Z", "updated": "2023-04-18T15:41:21Z", "addresses": {"tempest-SnapshotDataIntegrityTests-193438155-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1336579351", "OS-SRV-USG:launched_at": "2023-04-18T15:39:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1559991489"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 15:42:11,121 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 0.039s 2023-04-18 15:42:11,121 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9438334e-8345-4d59-90f6-f16a6cd55384', 'x-compute-request-id': 'req-9438334e-8345-4d59-90f6-f16a6cd55384', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2eb8d4f4-00f3-4aab-b4f9-8ae61ceb5e29 could not be found."}}' 2023-04-18 15:42:11,313 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9862c35b-dade-43e3-9643-b7f553444c3b 0.191s 2023-04-18 15:42:11,313 79566 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-10760b27-5b4c-4825-8b0a-3a265b47bbad', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 15:42:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9862c35b-dade-43e3-9643-b7f553444c3b'} Body: b'' 2023-04-18 15:42:11,361 79566 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1336579351 0.047s 2023-04-18 15:42:11,362 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 15:4 2:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdace0d5-ec49-4938-83cf-cf8905dd587a', 'x-compute-request-id': 'req-fdace0d5-ec49-4938-83cf-cf8905dd587a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1336579351'} Body: b'' ====== Totals ====== Ran: 198 tests in 1288.5307 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3901.6148 sec. ============== Worker Balance ============== - Worker 0 (13 tests) => 0:20:50.705684 - Worker 1 (25 tests) => 0:16:06.501223 - Worker 2 (11 tests) => 0:03:28.708824 - Worker 3 (16 tests) => 0:13:08.394074 - Worker 4 (17 tests) => 0:09:31.791314 - Worker 5 (22 tests) => 0:01:04.408954 - Worker 6 (18 tests) => 0:03:49.601427 - Worker 7 (20 tests) => 0:06:52.690467 - Worker 8 (20 tests) => 0:06:03.707524 - Worker 9 (13 tests) => 0:01:21.564139 - Worker 10 (10 tests) => 0:06:27.791837 - Worker 11 (13 tests) => 0:07:07.105518 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed