2020-06-06 09:39:39.679 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:39.679 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:39.679 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:41.828 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-06 09:39:41.828 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 09:39:41.828 7 ERROR rally.cli.cliutils 2020-06-06 09:39:43.340 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:43.341 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:43.341 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:47.388 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:47.388 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:47.389 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:51.612 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:51.612 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:51.612 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:52.987 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:52.988 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:52.988 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:55.079 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-06 09:39:55.079 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 09:39:55.079 17 ERROR rally.cli.cliutils 2020-06-06 09:39:56.543 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:56.543 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:56.543 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:58.572 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 09:39:58.645 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/repo. 2020-06-06 09:39:58.860 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/repo'... done. ' 2020-06-06 09:39:58.875 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 09:39:58.903 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 09:39:58.949 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 09:39:59.624 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=474d98db-f0ee-4909-ac6a-ba0edcde5eb0) has been successfully created! 2020-06-06 09:40:01.205 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:01.205 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:01.205 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:05.509 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:05.510 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:05.510 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:07.709 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=474d98db-f0ee-4909-ac6a-ba0edcde5eb0) for deployment 'opnfv-rally' (UUID=8a3edfa2-5892-4c66-a924-84b060cb0a9a). 2020-06-06 09:40:08.094 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=474d98db-f0ee-4909-ac6a-ba0edcde5eb0) has been successfully configured for deployment 'opnfv-rally' (UUID=8a3edfa2-5892-4c66-a924-84b060cb0a9a)! 2020-06-06 09:40:15.772 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:15.773 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:15.773 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:17.813 34 INFO rally.api [-] Starting verification (UUID=d490a268-c316-4376-a95f-6bc40599d186) for deployment 'opnfv-rally' (UUID=8a3edfa2-5892-4c66-a924-84b060cb0a9a) by verifier 'opnfv-tempest' (UUID=474d98db-f0ee-4909-ac6a-ba0edcde5eb0). 2020-06-06 09:40:18.426 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 09:40:18.427 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/for-deployment-8a3edfa2-5892-4c66-a924-84b060cb0a9a/tempest.log' to option 'log_file'. 2020-06-06 09:40:18.427 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/for-deployment-8a3edfa2-5892-4c66-a924-84b060cb0a9a/tempest.log 2020-06-06 09:40:18.427 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 09:40:18.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/for-deployment-8a3edfa2-5892-4c66-a924-84b060cb0a9a/lock_files' to option 'lock_path'. 2020-06-06 09:40:18.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-474d98db-f0ee-4909-ac6a-ba0edcde5eb0/for-deployment-8a3edfa2-5892-4c66-a924-84b060cb0a9a/lock_files 2020-06-06 09:40:18.428 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-06 09:40:18.429 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-06 09:40:18.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ee6b8c02-17e3-49c1-bd57-6d00b3a0095d 2020-06-06 09:40:18.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 67d1e073-f175-4574-a01a-c49e8c24f1fb 2020-06-06 09:40:18.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8b0b265f-6b14-48ea-8f02-5c5cec030dba 2020-06-06 09:40:18.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3596df77-5bfa-430b-973d-bab705c21ec7 2020-06-06 09:40:18.685 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 09:40:18.686 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_7ff56758-410e-427b-9208-a0c6e99d5c4c 2020-06-06 09:40:18.687 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 09:40:18.784 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 09:40:18.824 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02ce3497_9uty39un'. Using flavor 'rally_verify_02ce3497_9uty39un' (ID = 5823faf9-2e12-4176-9962-e00ab46d6df4) for the tests. 2020-06-06 09:40:18.825 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5823faf9-2e12-4176-9962-e00ab46d6df4' to option 'instance_type'. 2020-06-06 09:40:18.825 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5823faf9-2e12-4176-9962-e00ab46d6df4 2020-06-06 09:40:18.826 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context tempest@default setup() finished in 0.86 sec 2020-06-06 09:40:18.826 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context testr@default setup() finished in 0.25 msec 2020-06-06 09:40:18.827 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c74e27fc-6022-4885-aaef-3792028034b4'. 2020-06-06 09:40:23.644 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.146s] 2020-06-06 09:40:23.746 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.266s] 2020-06-06 09:40:23.766 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.123s] 2020-06-06 09:40:23.929 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.184s] 2020-06-06 09:40:23.934 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.167s] 2020-06-06 09:40:23.982 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.052s] 2020-06-06 09:40:24.103 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.782s] 2020-06-06 09:40:24.134 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.199s] 2020-06-06 09:40:24.305 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.323s] 2020-06-06 09:40:24.336 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.202s] 2020-06-06 09:40:24.704 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.366s] 2020-06-06 09:40:24.834 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.732s] 2020-06-06 09:40:25.425 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.119s] 2020-06-06 09:40:25.999 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.294s] 2020-06-06 09:40:26.788 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.953s] 2020-06-06 09:40:27.000 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [1.000s] 2020-06-06 09:40:27.874 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [1.085s] 2020-06-06 09:40:28.063 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [1.062s] 2020-06-06 09:40:28.950 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [1.075s] 2020-06-06 09:40:29.314 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.250s] 2020-06-06 09:40:29.628 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.679s] 2020-06-06 09:40:30.301 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.672s] 2020-06-06 09:40:32.941 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.636s] 2020-06-06 09:40:33.942 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [1.001s] 2020-06-06 09:40:35.886 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.942s] 2020-06-06 09:40:37.440 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.554s] 2020-06-06 09:40:39.158 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.717s] 2020-06-06 09:40:39.461 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context testr@default cleanup() started 2020-06-06 09:40:39.462 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context testr@default cleanup() finished in 0.80 msec 2020-06-06 09:40:39.462 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context tempest@default cleanup() started 2020-06-06 09:40:39.831 34 INFO rally.task.context [-] Verification 474d98db-f0ee-4909-ac6a-ba0edcde5eb0 | Context tempest@default cleanup() finished in 0.37 sec 2020-06-06 09:40:39.862 34 INFO rally.api [-] Verification (UUID=d490a268-c316-4376-a95f-6bc40599d186) has been successfully finished for deployment 'opnfv-rally' (UUID=8a3edfa2-5892-4c66-a924-84b060cb0a9a)! 2020-06-06 09:40:41.707 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:41.708 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:41.708 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:43.342 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:43.343 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:43.343 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:45.610 48 INFO rally.api [-] Building 'html' report for the following verification(s): 'd490a268-c316-4376-a95f-6bc40599d186' 2020-06-06 09:40:45.633 48 INFO rally.api [-] The report has been successfully built. 2020-06-06 09:40:47.291 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:47.292 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:47.292 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:49.549 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd490a268-c316-4376-a95f-6bc40599d186' 2020-06-06 09:40:49.553 50 INFO rally.api [-] The report has been successfully built.