2023-02-19 01:30:14.503 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:14.503 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:14.504 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:17.724 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-02-19 01:30:17.724 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:30:17.724 8 ERROR rally.cli.cliutils 2023-02-19 01:30:19.586 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:19.586 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:19.586 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:24.988 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:24.989 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:24.989 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:30.816 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:30.816 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:30.816 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:32.550 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:32.551 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:32.551 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:35.600 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-02-19 01:30:35.600 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:30:35.600 18 ERROR rally.cli.cliutils 2023-02-19 01:30:37.582 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:37.583 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:37.583 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:40.759 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:30:40.803 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/repo. 2023-02-19 01:30:41.132 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/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-02-19 01:30:41.148 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:30:41.155 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:30:41.163 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:30:41.229 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:30:42.180 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79c2e947-7578-4d55-b4a2-1abcf804d826) has been successfully created! 2023-02-19 01:30:44.255 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:44.255 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:44.256 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:55.678 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:30:55.679 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:30:55.679 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:30:58.775 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=79c2e947-7578-4d55-b4a2-1abcf804d826) for deployment 'opnfv-rally' (UUID=84dbb8b2-fcd4-46c1-9a58-22403f187221). 2023-02-19 01:30:59.313 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79c2e947-7578-4d55-b4a2-1abcf804d826) has been successfully configured for deployment 'opnfv-rally' (UUID=84dbb8b2-fcd4-46c1-9a58-22403f187221)! 2023-02-19 01:31:10.580 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:31:10.581 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:31:10.581 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:31:13.437 38 INFO rally.api [-] Starting verification (UUID=9a344673-b506-4377-a791-661faeaad996) for deployment 'opnfv-rally' (UUID=84dbb8b2-fcd4-46c1-9a58-22403f187221) by verifier 'opnfv-tempest' (UUID=79c2e947-7578-4d55-b4a2-1abcf804d826). 2023-02-19 01:31:14.358 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:31:14.358 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221/tempest.log' to option 'log_file'. 2023-02-19 01:31:14.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221/tempest.log 2023-02-19 01:31:14.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:31:14.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221/lock_files' to option 'lock_path'. 2023-02-19 01:31:14.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221/lock_files 2023-02-19 01:31:14.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:31:14.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221' to option 'img_dir'. 2023-02-19 01:31:14.361 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-79c2e947-7578-4d55-b4a2-1abcf804d826/for-deployment-84dbb8b2-fcd4-46c1-9a58-22403f187221 2023-02-19 01:31:14.361 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-02-19 01:31:14.362 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ec78e0e7-e393-42d0-bbcc-995e7633b367 2023-02-19 01:31:14.362 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 59166262-1b65-40c0-bef3-dda23447fb75 2023-02-19 01:31:14.363 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4db3ae36-2c5b-4b4c-bb05-178fb83b3978 2023-02-19 01:31:14.363 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8ffe9121-2f51-4609-912e-704092e5d3f7 2023-02-19 01:31:14.643 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:31:14.644 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_a459a5cc-fe1c-4332-a6f9-82db96cded0c 2023-02-19 01:31:14.645 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:31:14.746 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:31:14.780 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c2e842bc_oEwLw10e'. Using flavor 'rally_verify_c2e842bc_oEwLw10e' (ID = fd6ff2a4-999d-42b3-9dde-5bebcee0de58) for the tests. 2023-02-19 01:31:14.781 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fd6ff2a4-999d-42b3-9dde-5bebcee0de58' to option 'instance_type'. 2023-02-19 01:31:14.781 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fd6ff2a4-999d-42b3-9dde-5bebcee0de58 2023-02-19 01:31:14.784 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context tempest@default setup() finished in 1.11 sec 2023-02-19 01:31:14.785 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context testr@default setup() finished in 0.64 msec 2023-02-19 01:31:14.785 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/af18a248-410e-4290-acc7-2dc00c721380'. 2023-02-19 01:31:22.707 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.340s] 2023-02-19 01:31:22.829 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.124s] 2023-02-19 01:31:22.996 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.167s] 2023-02-19 01:31:23.567 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.512s] 2023-02-19 01:31:23.883 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.316s] 2023-02-19 01:31:24.213 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.330s] 2023-02-19 01:31:24.566 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.353s] 2023-02-19 01:31:25.189 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.503s] 2023-02-19 01:31:25.527 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.337s] 2023-02-19 01:31:25.847 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.321s] 2023-02-19 01:31:26.725 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.780s] 2023-02-19 01:31:27.061 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.336s] 2023-02-19 01:31:27.481 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.420s] 2023-02-19 01:31:27.738 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.256s] 2023-02-19 01:31:27.995 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.256s] 2023-02-19 01:31:28.153 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.158s] 2023-02-19 01:31:28.563 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.410s] 2023-02-19 01:31:28.763 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.200s] 2023-02-19 01:31:29.059 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.296s] 2023-02-19 01:31:29.188 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.080s] 2023-02-19 01:31:29.677 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.489s] 2023-02-19 01:31:29.936 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.260s] 2023-02-19 01:31:30.132 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.195s] 2023-02-19 01:31:30.277 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.144s] 2023-02-19 01:31:30.716 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.438s] 2023-02-19 01:31:31.029 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.313s] 2023-02-19 01:31:31.217 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.188s] 2023-02-19 01:31:31.487 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.270s] 2023-02-19 01:31:34.117 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.630s] 2023-02-19 01:31:34.569 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.451s] 2023-02-19 01:31:37.066 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.495s] 2023-02-19 01:31:37.339 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.272s] 2023-02-19 01:31:37.631 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.292s] 2023-02-19 01:31:38.087 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.455s] 2023-02-19 01:31:38.313 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.128s] 2023-02-19 01:31:38.840 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.526s] 2023-02-19 01:31:39.088 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.248s] 2023-02-19 01:31:39.421 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.332s] 2023-02-19 01:31:39.780 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.359s] 2023-02-19 01:31:40.043 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.263s] 2023-02-19 01:31:40.355 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.312s] 2023-02-19 01:31:40.698 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.343s] 2023-02-19 01:31:40.905 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.206s] 2023-02-19 01:31:41.099 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.194s] 2023-02-19 01:31:56.812 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [15.712s] 2023-02-19 01:32:11.400 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [14.585s] 2023-02-19 01:32:24.986 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.587s] 2023-02-19 01:32:38.716 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.728s] 2023-02-19 01:32:52.287 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.570s] 2023-02-19 01:33:06.144 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.856s] 2023-02-19 01:33:19.822 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.678s] 2023-02-19 01:33:33.431 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.609s] 2023-02-19 01:33:51.558 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [18.126s] 2023-02-19 01:34:09.339 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [17.779s] 2023-02-19 01:34:31.447 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [22.108s] 2023-02-19 01:34:53.308 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.859s] 2023-02-19 01:35:11.140 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.832s] 2023-02-19 01:35:32.824 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.683s] 2023-02-19 01:35:50.301 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.476s] 2023-02-19 01:35:50.311 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.009s]: b'Test disabled in conf, skipping' 2023-02-19 01:35:59.456 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.144s] 2023-02-19 01:36:12.899 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.442s] 2023-02-19 01:36:18.195 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [5.295s] 2023-02-19 01:36:31.391 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [13.195s] 2023-02-19 01:36:44.986 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [13.594s] 2023-02-19 01:36:58.445 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [13.458s] 2023-02-19 01:37:16.103 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [17.658s] 2023-02-19 01:37:33.824 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [17.720s] 2023-02-19 01:37:51.548 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [17.723s] 2023-02-19 01:38:01.139 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.590s] 2023-02-19 01:38:14.987 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.848s] 2023-02-19 01:38:33.023 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.035s] 2023-02-19 01:38:46.770 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.747s] 2023-02-19 01:39:00.428 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.657s] 2023-02-19 01:39:18.157 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.729s] 2023-02-19 01:39:18.331 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.172s]: b'LBaasv2 extension not available, skipping' 2023-02-19 01:39:18.447 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.116s]: b'LBaasv2 extension not available, skipping' 2023-02-19 01:39:39.633 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.186s] 2023-02-19 01:40:01.977 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.343s] 2023-02-19 01:40:36.520 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.543s] 2023-02-19 01:40:59.796 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [23.275s] 2023-02-19 01:41:27.359 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.562s] 2023-02-19 01:41:55.425 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.066s] 2023-02-19 01:42:36.174 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.749s] 2023-02-19 01:43:03.581 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.406s] 2023-02-19 01:43:31.270 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.688s] 2023-02-19 01:43:54.549 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [23.278s] 2023-02-19 01:44:20.474 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.924s] 2023-02-19 01:44:20.737 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.262s] 2023-02-19 01:44:20.904 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.166s] 2023-02-19 01:44:21.107 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.203s] 2023-02-19 01:44:21.264 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.156s] 2023-02-19 01:44:30.524 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.259s] 2023-02-19 01:44:40.553 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.030s] 2023-02-19 01:44:40.807 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.251s] 2023-02-19 01:44:40.808 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-02-19 01:44:40.984 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.177s] 2023-02-19 01:44:59.166 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.181s] 2023-02-19 01:45:13.442 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.276s] 2023-02-19 01:45:22.637 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.193s] 2023-02-19 01:45:31.742 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.105s] 2023-02-19 01:46:38.814 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [67.072s] 2023-02-19 01:48:01.779 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.964s] 2023-02-19 01:48:11.321 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.541s] 2023-02-19 01:48:24.713 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.391s] 2023-02-19 01:48:33.843 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.130s] 2023-02-19 01:48:47.162 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.318s] 2023-02-19 01:48:56.171 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.008s] 2023-02-19 01:49:13.980 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.809s] 2023-02-19 01:49:14.294 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.313s] 2023-02-19 01:49:14.664 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.369s] 2023-02-19 01:49:14.919 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.255s] 2023-02-19 01:49:15.155 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.235s] 2023-02-19 01:49:15.452 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.297s] 2023-02-19 01:49:15.832 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.379s] 2023-02-19 01:49:16.084 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.252s] 2023-02-19 01:49:16.320 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.234s] 2023-02-19 01:49:16.621 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.300s] 2023-02-19 01:49:21.668 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.047s] 2023-02-19 01:49:22.181 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.513s] 2023-02-19 01:49:22.454 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.272s] 2023-02-19 01:49:31.609 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.154s] 2023-02-19 01:49:31.977 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.368s] 2023-02-19 01:49:32.352 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.374s] 2023-02-19 01:49:32.662 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.310s] 2023-02-19 01:49:32.672 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-02-19 01:49:33.265 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.591s]: b'LBaas v1 extension not available, skipping' 2023-02-19 01:49:34.018 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.753s]: b'LBaasv2 extension not available, skipping' 2023-02-19 01:50:12.835 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [38.816s] 2023-02-19 01:50:22.498 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [9.662s] 2023-02-19 01:50:22.503 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.004s]: b'Test disabled in conf, skipping' 2023-02-19 01:50:55.434 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [32.926s] 2023-02-19 01:51:45.031 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [49.594s] 2023-02-19 01:51:45.034 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2023-02-19 01:51:45.037 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-02-19 01:51:45.551 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context testr@default cleanup() started 2023-02-19 01:51:45.552 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context testr@default cleanup() finished in 0.83 msec 2023-02-19 01:51:45.552 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context tempest@default cleanup() started 2023-02-19 01:51:45.864 38 INFO rally.task.context [-] Verification 79c2e947-7578-4d55-b4a2-1abcf804d826 | Context tempest@default cleanup() finished in 0.31 sec 2023-02-19 01:51:45.879 38 INFO rally.api [-] Verification (UUID=9a344673-b506-4377-a791-661faeaad996) has been successfully finished for deployment 'opnfv-rally' (UUID=84dbb8b2-fcd4-46c1-9a58-22403f187221)! 2023-02-19 01:51:47.888 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:51:47.889 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:51:47.889 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:51:49.718 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:51:49.719 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:51:49.719 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:51:52.993 49 INFO rally.api [-] Building 'html' report for the following verification(s): '9a344673-b506-4377-a791-661faeaad996' 2023-02-19 01:51:53.027 49 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:51:55.000 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:51:55.001 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:51:55.001 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:51:58.030 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9a344673-b506-4377-a791-661faeaad996' 2023-02-19 01:51:58.041 51 INFO rally.api [-] The report has been successfully built.