2023-03-26 01:30:12.140 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:12.141 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:12.141 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:30:15.283 8 ERROR rally.cli.cliutils 2023-03-26 01:30:16.970 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:16.971 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:16.971 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:22.214 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:22.215 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:22.215 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:28.039 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:28.039 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:28.040 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:29.657 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:29.658 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:29.658 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:30:32.145 18 ERROR rally.cli.cliutils 2023-03-26 01:30:33.750 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:33.751 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:33.751 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:36.255 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:30:36.298 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/repo. 2023-03-26 01:30:36.663 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2023-03-26 01:30:36.679 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:30:36.688 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:30:36.698 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:30:36.761 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:30:37.663 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aaef172d-8b06-4ffe-8ca8-a5b264c60504) has been successfully created! 2023-03-26 01:30:39.536 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:39.536 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:39.537 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:50.010 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:30:50.010 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:30:50.011 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:30:52.474 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aaef172d-8b06-4ffe-8ca8-a5b264c60504) for deployment 'opnfv-rally' (UUID=7eb3927c-8042-464b-a259-a47d7cbea1c0). 2023-03-26 01:30:53.129 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aaef172d-8b06-4ffe-8ca8-a5b264c60504) has been successfully configured for deployment 'opnfv-rally' (UUID=7eb3927c-8042-464b-a259-a47d7cbea1c0)! 2023-03-26 01:31:04.022 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:31:04.022 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:31:04.022 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:31:06.616 38 INFO rally.api [-] Starting verification (UUID=079637ce-62f7-4e46-af01-7713aad221b6) for deployment 'opnfv-rally' (UUID=7eb3927c-8042-464b-a259-a47d7cbea1c0) by verifier 'opnfv-tempest' (UUID=aaef172d-8b06-4ffe-8ca8-a5b264c60504). 2023-03-26 01:31:07.387 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:31:07.387 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0/tempest.log' to option 'log_file'. 2023-03-26 01:31:07.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0/tempest.log 2023-03-26 01:31:07.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:31:07.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0/lock_files' to option 'lock_path'. 2023-03-26 01:31:07.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0/lock_files 2023-03-26 01:31:07.389 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:31:07.389 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0' to option 'img_dir'. 2023-03-26 01:31:07.389 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-aaef172d-8b06-4ffe-8ca8-a5b264c60504/for-deployment-7eb3927c-8042-464b-a259-a47d7cbea1c0 2023-03-26 01:31:07.390 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-03-26 01:31:07.390 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 340faa92-6b1b-4f33-8671-6e56a8511b4d 2023-03-26 01:31:07.390 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2413adc7-396d-4af5-a2b1-e46667a01c2b 2023-03-26 01:31:07.391 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fb225eb4-3bc1-4219-8df2-7d006998c250 2023-03-26 01:31:07.391 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 925ccd12-65b1-47c4-a0b1-8a4722cac09a 2023-03-26 01:31:07.693 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:31:07.694 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_a3965f8c-13b6-4ae4-9a19-fd2cbe10077d 2023-03-26 01:31:07.695 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:31:07.795 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:31:07.829 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_3f34d829_KEgkrZZt'. Using flavor 'rally_verify_3f34d829_KEgkrZZt' (ID = 34644980-4890-4870-b3ab-c0450d669e3e) for the tests. 2023-03-26 01:31:07.829 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '34644980-4890-4870-b3ab-c0450d669e3e' to option 'instance_type'. 2023-03-26 01:31:07.829 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 34644980-4890-4870-b3ab-c0450d669e3e 2023-03-26 01:31:07.831 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context tempest@default setup() finished in 1.03 sec 2023-03-26 01:31:07.831 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context testr@default setup() finished in 0.40 msec 2023-03-26 01:31:07.832 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/726f72ea-2f3d-434f-be05-884e1c05b20d'. 2023-03-26 01:31:14.538 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.374s] 2023-03-26 01:31:14.815 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.277s] 2023-03-26 01:31:14.980 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.165s] 2023-03-26 01:31:15.672 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.590s] 2023-03-26 01:31:15.933 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.261s] 2023-03-26 01:31:16.126 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.192s] 2023-03-26 01:31:16.340 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.214s] 2023-03-26 01:31:16.811 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.418s] 2023-03-26 01:31:17.167 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.355s] 2023-03-26 01:31:17.459 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.292s] 2023-03-26 01:31:18.077 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.518s] 2023-03-26 01:31:18.340 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.262s] 2023-03-26 01:31:18.709 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.370s] 2023-03-26 01:31:18.969 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.259s] 2023-03-26 01:31:19.309 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.339s] 2023-03-26 01:31:19.508 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.199s] 2023-03-26 01:31:19.829 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.321s] 2023-03-26 01:31:20.008 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.179s] 2023-03-26 01:31:20.520 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.512s] 2023-03-26 01:31:20.803 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.181s] 2023-03-26 01:31:21.447 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.644s] 2023-03-26 01:31:21.753 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.307s] 2023-03-26 01:31:21.939 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.185s] 2023-03-26 01:31:22.032 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.093s] 2023-03-26 01:31:22.358 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.326s] 2023-03-26 01:31:22.657 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.299s] 2023-03-26 01:31:22.838 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.181s] 2023-03-26 01:31:23.083 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.244s] 2023-03-26 01:31:25.637 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.554s] 2023-03-26 01:31:26.058 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.420s] 2023-03-26 01:31:28.626 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.567s] 2023-03-26 01:31:28.774 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.148s] 2023-03-26 01:31:28.977 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.203s] 2023-03-26 01:31:29.143 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.167s] 2023-03-26 01:31:29.276 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.071s] 2023-03-26 01:31:29.766 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.489s] 2023-03-26 01:31:29.895 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.129s] 2023-03-26 01:31:30.084 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.189s] 2023-03-26 01:31:30.254 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.169s] 2023-03-26 01:31:30.376 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.122s] 2023-03-26 01:31:30.557 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.181s] 2023-03-26 01:31:30.736 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.178s] 2023-03-26 01:31:30.817 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.081s] 2023-03-26 01:31:30.908 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.091s] 2023-03-26 01:31:45.936 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [15.026s] 2023-03-26 01:32:01.194 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [15.258s] 2023-03-26 01:32:15.019 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.824s] 2023-03-26 01:32:28.661 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.641s] 2023-03-26 01:32:42.400 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.739s] 2023-03-26 01:32:56.309 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.907s] 2023-03-26 01:33:10.007 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.698s] 2023-03-26 01:33:23.696 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.688s] 2023-03-26 01:33:41.558 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [17.861s] 2023-03-26 01:34:03.577 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.018s] 2023-03-26 01:34:25.362 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.785s] 2023-03-26 01:34:43.225 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [17.862s] 2023-03-26 01:35:00.961 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [17.735s] 2023-03-26 01:35:22.668 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.706s] 2023-03-26 01:35:40.124 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.456s] 2023-03-26 01:35:40.131 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.006s]: b'Test disabled in conf, skipping' 2023-03-26 01:35:49.088 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [8.957s] 2023-03-26 01:36:02.515 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.427s] 2023-03-26 01:36:11.751 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.235s] 2023-03-26 01:36:25.163 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [13.412s] 2023-03-26 01:36:38.640 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [13.477s] 2023-03-26 01:36:51.926 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [13.285s] 2023-03-26 01:37:05.678 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [13.751s] 2023-03-26 01:37:23.351 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [17.673s] 2023-03-26 01:37:37.081 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [13.729s] 2023-03-26 01:37:46.554 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.472s] 2023-03-26 01:38:00.168 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.614s] 2023-03-26 01:38:18.153 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.985s] 2023-03-26 01:38:31.881 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.727s] 2023-03-26 01:38:45.608 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.727s] 2023-03-26 01:38:59.512 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [13.903s] 2023-03-26 01:38:59.688 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.174s]: b'LBaasv2 extension not available, skipping' 2023-03-26 01:38:59.825 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.137s]: b'LBaasv2 extension not available, skipping' 2023-03-26 01:39:20.975 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.150s] 2023-03-26 01:39:43.024 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [22.048s] 2023-03-26 01:40:17.501 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.476s] 2023-03-26 01:40:48.608 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.108s] 2023-03-26 01:41:15.890 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.281s] 2023-03-26 01:41:43.094 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.204s] 2023-03-26 01:42:19.970 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.874s] 2023-03-26 01:42:46.877 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [26.907s] 2023-03-26 01:43:14.400 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.523s] 2023-03-26 01:43:45.624 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.223s] 2023-03-26 01:44:11.123 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.499s] 2023-03-26 01:44:11.397 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.274s] 2023-03-26 01:44:11.531 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.133s] 2023-03-26 01:44:11.668 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.137s] 2023-03-26 01:44:11.816 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.147s] 2023-03-26 01:44:16.812 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [4.996s] 2023-03-26 01:44:26.826 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.013s] 2023-03-26 01:44:27.127 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.301s] 2023-03-26 01:44:27.128 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2023-03-26 01:44:27.357 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.228s] 2023-03-26 01:44:45.591 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.234s] 2023-03-26 01:44:59.692 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.100s] 2023-03-26 01:45:08.701 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.009s] 2023-03-26 01:45:17.666 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.965s] 2023-03-26 01:46:23.129 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [65.462s] 2023-03-26 01:47:46.309 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.178s] 2023-03-26 01:47:55.704 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.396s] 2023-03-26 01:48:09.049 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.345s] 2023-03-26 01:48:18.084 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.034s] 2023-03-26 01:48:31.295 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.210s] 2023-03-26 01:48:40.376 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.080s] 2023-03-26 01:48:58.138 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.761s] 2023-03-26 01:48:58.422 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.283s] 2023-03-26 01:48:58.748 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.325s] 2023-03-26 01:48:59.030 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.282s] 2023-03-26 01:48:59.355 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.324s] 2023-03-26 01:48:59.635 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.280s] 2023-03-26 01:48:59.984 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.347s] 2023-03-26 01:49:00.268 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.285s] 2023-03-26 01:49:00.514 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.245s] 2023-03-26 01:49:00.824 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.310s] 2023-03-26 01:49:09.848 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.023s] 2023-03-26 01:49:10.388 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.540s] 2023-03-26 01:49:10.526 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.137s] 2023-03-26 01:49:19.568 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.040s] 2023-03-26 01:49:19.917 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.349s] 2023-03-26 01:49:20.273 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.355s] 2023-03-26 01:49:20.403 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.130s] 2023-03-26 01:49:20.413 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.008s]: b'Test disabled in conf, skipping' 2023-03-26 01:49:20.955 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.541s]: b'LBaas v1 extension not available, skipping' 2023-03-26 01:49:21.517 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.560s]: b'LBaasv2 extension not available, skipping' 2023-03-26 01:50:00.206 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [38.689s] 2023-03-26 01:50:09.854 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [9.647s] 2023-03-26 01:50:09.861 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2023-03-26 01:50:42.308 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [32.443s] 2023-03-26 01:51:48.670 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [66.356s] 2023-03-26 01:51:48.673 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.008s]: b'Test disabled in conf, skipping' 2023-03-26 01:51:48.676 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2023-03-26 01:51:49.120 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context testr@default cleanup() started 2023-03-26 01:51:49.120 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context testr@default cleanup() finished in 0.72 msec 2023-03-26 01:51:49.121 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context tempest@default cleanup() started 2023-03-26 01:51:49.377 38 INFO rally.task.context [-] Verification aaef172d-8b06-4ffe-8ca8-a5b264c60504 | Context tempest@default cleanup() finished in 0.26 sec 2023-03-26 01:51:49.394 38 INFO rally.api [-] Verification (UUID=079637ce-62f7-4e46-af01-7713aad221b6) has been successfully finished for deployment 'opnfv-rally' (UUID=7eb3927c-8042-464b-a259-a47d7cbea1c0)! 2023-03-26 01:51:51.593 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:51:51.593 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:51:51.594 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:51:53.415 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:51:53.415 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:51:53.415 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:51:56.102 49 INFO rally.api [-] Building 'html' report for the following verification(s): '079637ce-62f7-4e46-af01-7713aad221b6' 2023-03-26 01:51:56.125 49 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:51:57.811 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:51:57.811 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:51:57.811 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:00.816 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '079637ce-62f7-4e46-af01-7713aad221b6' 2023-03-26 01:52:00.824 51 INFO rally.api [-] The report has been successfully built.