2021-02-06 03:29:06.149 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:06.149 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:06.149 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 03:29:08.843 24 ERROR rally.cli.cliutils 2021-02-06 03:29:10.983 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:10.984 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:10.984 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:15.924 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:15.924 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:15.924 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:22.689 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:22.690 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:22.690 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:24.417 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:24.418 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:24.418 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 03:29:27.003 34 ERROR rally.cli.cliutils 2021-02-06 03:29:29.007 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:29.007 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:29.007 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:31.826 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-06 03:29:31.877 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/repo. 2021-02-06 03:29:32.182 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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 ' 2021-02-06 03:29:32.227 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-06 03:29:32.237 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-06 03:29:32.257 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-06 03:29:32.326 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-06 03:29:33.372 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aa909ec8-02bb-4ca2-a19e-0af9a4858988) has been successfully created! 2021-02-06 03:29:35.596 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:35.596 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:35.596 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:42.210 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:42.210 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:42.211 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:45.072 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aa909ec8-02bb-4ca2-a19e-0af9a4858988) for deployment 'opnfv-rally' (UUID=037044f0-eff6-4838-aa1d-b7fe8e7f6210). 2021-02-06 03:29:46.125 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aa909ec8-02bb-4ca2-a19e-0af9a4858988) has been successfully configured for deployment 'opnfv-rally' (UUID=037044f0-eff6-4838-aa1d-b7fe8e7f6210)! 2021-02-06 03:29:56.299 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:29:56.299 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:29:56.300 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:29:58.901 52 INFO rally.api [-] Starting verification (UUID=5aede3a5-8eab-4791-b13b-5fd1ff6138fa) for deployment 'opnfv-rally' (UUID=037044f0-eff6-4838-aa1d-b7fe8e7f6210) by verifier 'opnfv-tempest' (UUID=aa909ec8-02bb-4ca2-a19e-0af9a4858988). 2021-02-06 03:29:59.837 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-06 03:29:59.903 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-06 03:29:59.904 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/for-deployment-037044f0-eff6-4838-aa1d-b7fe8e7f6210/tempest.log' to option 'log_file'. 2021-02-06 03:29:59.904 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/for-deployment-037044f0-eff6-4838-aa1d-b7fe8e7f6210/tempest.log 2021-02-06 03:29:59.905 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-06 03:29:59.905 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/for-deployment-037044f0-eff6-4838-aa1d-b7fe8e7f6210/lock_files' to option 'lock_path'. 2021-02-06 03:29:59.905 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-aa909ec8-02bb-4ca2-a19e-0af9a4858988/for-deployment-037044f0-eff6-4838-aa1d-b7fe8e7f6210/lock_files 2021-02-06 03:29:59.906 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-06 03:29:59.906 52 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 2021-02-06 03:29:59.907 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b0912c2a-676b-4f52-bdc9-fdc091dd4e00 2021-02-06 03:29:59.907 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d826ae98-c5b7-4520-bc7c-e6aca5526143 2021-02-06 03:29:59.908 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eb5be2b7-2403-4d4e-9669-ddd7bda0f77b 2021-02-06 03:29:59.909 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5e8ef1d1-f36d-4590-a8ab-3b610491d82e 2021-02-06 03:30:00.161 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-06 03:30:00.162 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_2649629d-5765-47c6-8bd1-3c7b9c2ada2f 2021-02-06 03:30:00.163 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-06 03:30:00.279 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-06 03:30:00.320 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-06 03:30:00.321 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5aede3a5_8dxMvzAq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-06 03:30:00.363 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5aede3a5_8dxMvzAq' (ID = db41b681-e905-47a8-89ad-816a34219a1c) has been successfully created! 2021-02-06 03:30:00.363 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'db41b681-e905-47a8-89ad-816a34219a1c' to option 'instance_type'. 2021-02-06 03:30:00.364 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = db41b681-e905-47a8-89ad-816a34219a1c 2021-02-06 03:30:00.365 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context tempest@default setup() finished in 0.93 sec 2021-02-06 03:30:00.367 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context testr@default setup() finished in 1.05 msec 2021-02-06 03:30:00.367 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/7ea94b63-5db6-4b7c-8cfb-ee1425eba3a3'. 2021-02-06 03:30:20.024 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest ... fail 2021-02-06 03:30:20.033 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest ... fail 2021-02-06 03:30:32.302 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest ... fail 2021-02-06 03:30:32.379 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest ... fail 2021-02-06 03:30:44.851 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest ... fail 2021-02-06 03:30:44.862 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest ... fail 2021-02-06 03:30:57.006 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest ... fail 2021-02-06 03:30:57.020 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest ... fail 2021-02-06 03:31:09.416 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest ... fail 2021-02-06 03:31:09.418 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_ipv6_traffic_ops.IPv6TrafficOperationsScenarioTest ... skip: b'IPv6 traffic ops tests require Octavia IPv6 testing enabled' 2021-02-06 03:31:09.535 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest ... fail 2021-02-06 03:31:22.260 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest ... fail 2021-02-06 03:31:22.538 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest ... fail 2021-02-06 03:31:34.677 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest ... fail 2021-02-06 03:31:34.930 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest ... fail 2021-02-06 03:31:47.041 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest ... fail 2021-02-06 03:31:47.093 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest ... fail 2021-02-06 03:31:59.154 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest ... fail 2021-02-06 03:31:59.706 52 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest ... fail 2021-02-06 03:32:11.332 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest ... fail 2021-02-06 03:32:24.263 52 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest ... fail 2021-02-06 03:32:24.778 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context testr@default cleanup() started 2021-02-06 03:32:24.779 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context testr@default cleanup() finished in 0.91 msec 2021-02-06 03:32:24.780 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context tempest@default cleanup() started 2021-02-06 03:32:25.307 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-06 03:32:25.413 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-06 03:32:25.449 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5aede3a5_8dxMvzAq'. 2021-02-06 03:32:25.736 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5aede3a5_8dxMvzAq' has been deleted. 2021-02-06 03:32:25.737 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'db41b681-e905-47a8-89ad-816a34219a1c' of option 'instance_type' from Tempest config file. 2021-02-06 03:32:25.738 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'db41b681-e905-47a8-89ad-816a34219a1c' has been removed. 2021-02-06 03:32:25.740 52 INFO rally.task.context [-] Verification aa909ec8-02bb-4ca2-a19e-0af9a4858988 | Context tempest@default cleanup() finished in 0.96 sec 2021-02-06 03:32:25.872 52 INFO rally.api [-] Verification (UUID=5aede3a5-8eab-4791-b13b-5fd1ff6138fa) has been successfully finished for deployment 'opnfv-rally' (UUID=037044f0-eff6-4838-aa1d-b7fe8e7f6210)! 2021-02-06 03:32:28.040 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:32:28.040 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:32:28.040 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:32:29.978 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:32:29.978 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:32:29.979 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:32:32.822 63 INFO rally.api [-] Building 'html' report for the following verification(s): '5aede3a5-8eab-4791-b13b-5fd1ff6138fa' 2021-02-06 03:32:32.880 63 INFO rally.api [-] The report has been successfully built. 2021-02-06 03:32:34.892 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 03:32:34.893 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 03:32:34.893 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 03:32:37.695 65 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5aede3a5-8eab-4791-b13b-5fd1ff6138fa' 2021-02-06 03:32:37.738 65 INFO rally.api [-] The report has been successfully built.