2020-06-17 12:19:05.773 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:05.774 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:05.774 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:19:08.611 7 ERROR rally.cli.cliutils 2020-06-17 12:19:10.163 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:10.163 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:10.163 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:14.399 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:14.399 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:14.399 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:18.926 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:18.926 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:18.926 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:20.406 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:20.406 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:20.407 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:19:22.843 17 ERROR rally.cli.cliutils 2020-06-17 12:19:24.564 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:24.565 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:24.565 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:26.758 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 12:19:26.822 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/repo. 2020-06-17 12:19:27.087 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/repo'... done. ' 2020-06-17 12:19:27.099 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 12:19:27.119 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 12:19:27.176 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 12:19:27.924 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=090ace72-2bd8-4534-b608-97f53b534198) has been successfully created! 2020-06-17 12:19:29.471 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:29.471 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:29.471 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:33.927 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:33.928 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:33.928 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:36.437 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=090ace72-2bd8-4534-b608-97f53b534198) for deployment 'opnfv-rally' (UUID=ebf40c04-11fa-49b6-ac47-989fed34e1bd). 2020-06-17 12:19:37.413 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=090ace72-2bd8-4534-b608-97f53b534198) has been successfully configured for deployment 'opnfv-rally' (UUID=ebf40c04-11fa-49b6-ac47-989fed34e1bd)! 2020-06-17 12:19:45.949 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:19:45.949 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:19:45.949 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:19:48.120 34 INFO rally.api [-] Starting verification (UUID=f991a407-9e14-4360-b4c5-029eccab6a73) for deployment 'opnfv-rally' (UUID=ebf40c04-11fa-49b6-ac47-989fed34e1bd) by verifier 'opnfv-tempest' (UUID=090ace72-2bd8-4534-b608-97f53b534198). 2020-06-17 12:19:48.761 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 12:19:48.761 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/for-deployment-ebf40c04-11fa-49b6-ac47-989fed34e1bd/tempest.log' to option 'log_file'. 2020-06-17 12:19:48.762 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/for-deployment-ebf40c04-11fa-49b6-ac47-989fed34e1bd/tempest.log 2020-06-17 12:19:48.762 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 12:19:48.762 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/for-deployment-ebf40c04-11fa-49b6-ac47-989fed34e1bd/lock_files' to option 'lock_path'. 2020-06-17 12:19:48.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-090ace72-2bd8-4534-b608-97f53b534198/for-deployment-ebf40c04-11fa-49b6-ac47-989fed34e1bd/lock_files 2020-06-17 12:19:48.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 12:19:48.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 12:19:48.764 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 22aea2f6-7629-4c9c-a4b7-d39e5856a559 2020-06-17 12:19:48.764 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 905ee399-387b-45ad-b3e9-5e1ee0d52f80 2020-06-17 12:19:48.765 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ff4a2081-70ed-4f24-a280-9692aa99b7b6 2020-06-17 12:19:48.765 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e673c63a-7c74-4f78-9c66-bdc1ba90b26b 2020-06-17 12:19:49.458 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 12:19:49.459 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_f6236be6-3a40-4a15-a237-dfc9d8866a11 2020-06-17 12:19:49.460 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 12:19:49.568 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 12:19:49.609 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_60aa83fa_VIG10Tk9'. Using flavor 'rally_verify_60aa83fa_VIG10Tk9' (ID = 1d6a5835-11b2-4e57-940b-80aa8fd4ea6f) for the tests. 2020-06-17 12:19:49.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1d6a5835-11b2-4e57-940b-80aa8fd4ea6f' to option 'instance_type'. 2020-06-17 12:19:49.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1d6a5835-11b2-4e57-940b-80aa8fd4ea6f 2020-06-17 12:19:49.611 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context tempest@default setup() finished in 1.26 sec 2020-06-17 12:19:49.612 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context testr@default setup() finished in 0.29 msec 2020-06-17 12:19:49.612 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/860d5d85-c995-4e7d-abe6-920bd9538f9f'. 2020-06-17 12:19:54.540 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.244s] 2020-06-17 12:19:54.650 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.355s] 2020-06-17 12:19:54.659 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.121s] 2020-06-17 12:19:54.752 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.101s] 2020-06-17 12:19:54.759 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.100s] 2020-06-17 12:19:54.791 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.039s] 2020-06-17 12:19:54.918 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.158s] 2020-06-17 12:19:55.030 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.752s] 2020-06-17 12:19:55.045 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.127s] 2020-06-17 12:19:55.079 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.288s] 2020-06-17 12:19:55.393 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.347s] 2020-06-17 12:19:55.735 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.706s] 2020-06-17 12:19:55.826 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.745s] 2020-06-17 12:19:55.996 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.601s] 2020-06-17 12:19:56.207 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.211s] 2020-06-17 12:19:56.460 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.723s] 2020-06-17 12:19:56.469 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.261s] 2020-06-17 12:19:56.915 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.456s] 2020-06-17 12:19:57.041 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.570s] 2020-06-17 12:19:57.367 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.450s] 2020-06-17 12:19:57.878 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.510s] 2020-06-17 12:19:58.433 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.554s] 2020-06-17 12:19:59.869 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.435s] 2020-06-17 12:20:00.392 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.522s] 2020-06-17 12:20:01.260 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.866s] 2020-06-17 12:20:02.037 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.776s] 2020-06-17 12:20:02.773 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.736s] 2020-06-17 12:20:03.041 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context testr@default cleanup() started 2020-06-17 12:20:03.042 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context testr@default cleanup() finished in 0.83 msec 2020-06-17 12:20:03.042 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context tempest@default cleanup() started 2020-06-17 12:20:03.234 34 INFO rally.task.context [-] Verification 090ace72-2bd8-4534-b608-97f53b534198 | Context tempest@default cleanup() finished in 0.19 sec 2020-06-17 12:20:03.254 34 INFO rally.api [-] Verification (UUID=f991a407-9e14-4360-b4c5-029eccab6a73) has been successfully finished for deployment 'opnfv-rally' (UUID=ebf40c04-11fa-49b6-ac47-989fed34e1bd)! 2020-06-17 12:20:04.860 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:20:04.861 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:20:04.861 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:20:06.630 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:20:06.630 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:20:06.631 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:20:09.144 48 INFO rally.api [-] Building 'html' report for the following verification(s): 'f991a407-9e14-4360-b4c5-029eccab6a73' 2020-06-17 12:20:09.166 48 INFO rally.api [-] The report has been successfully built. 2020-06-17 12:20:10.776 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:20:10.777 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:20:10.777 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:20:13.168 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f991a407-9e14-4360-b4c5-029eccab6a73' 2020-06-17 12:20:13.172 50 INFO rally.api [-] The report has been successfully built.