2021-03-06 04:01:55.418 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:01:55.418 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:01:55.418 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:01:58.123 26 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-03-06 04:01:58.123 26 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-06 04:01:58.123 26 ERROR rally.cli.cliutils 2021-03-06 04:01:59.978 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:01:59.978 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:01:59.979 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:04.936 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:04.936 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:04.937 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:11.526 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:11.526 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:11.527 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:13.307 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:13.307 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:13.307 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:16.058 36 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-03-06 04:02:16.058 36 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-06 04:02:16.058 36 ERROR rally.cli.cliutils 2021-03-06 04:02:17.898 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:17.898 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:17.898 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:20.623 38 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-06 04:02:20.672 38 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/repo. 2021-03-06 04:02:21.045 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-06 04:02:21.089 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-06 04:02:21.099 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-06 04:02:21.119 38 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-06 04:02:21.189 38 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-06 04:02:22.158 38 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=adf13090-c07f-4d73-924c-8e98f4f527fb) has been successfully created! 2021-03-06 04:02:24.221 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:24.221 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:24.221 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:30.669 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:30.669 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:30.669 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:33.467 49 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=adf13090-c07f-4d73-924c-8e98f4f527fb) for deployment 'opnfv-rally' (UUID=c0787aed-e90b-469d-ad2e-4831e5329c5f). 2021-03-06 04:02:34.675 49 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=adf13090-c07f-4d73-924c-8e98f4f527fb) has been successfully configured for deployment 'opnfv-rally' (UUID=c0787aed-e90b-469d-ad2e-4831e5329c5f)! 2021-03-06 04:02:45.251 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:02:45.251 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:02:45.251 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:02:48.010 54 INFO rally.api [-] Starting verification (UUID=755370c6-e259-49be-9fe3-8b0694a3b451) for deployment 'opnfv-rally' (UUID=c0787aed-e90b-469d-ad2e-4831e5329c5f) by verifier 'opnfv-tempest' (UUID=adf13090-c07f-4d73-924c-8e98f4f527fb). 2021-03-06 04:02:49.049 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-06 04:02:49.116 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-06 04:02:49.117 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/for-deployment-c0787aed-e90b-469d-ad2e-4831e5329c5f/tempest.log' to option 'log_file'. 2021-03-06 04:02:49.118 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/for-deployment-c0787aed-e90b-469d-ad2e-4831e5329c5f/tempest.log 2021-03-06 04:02:49.118 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-06 04:02:49.119 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/for-deployment-c0787aed-e90b-469d-ad2e-4831e5329c5f/lock_files' to option 'lock_path'. 2021-03-06 04:02:49.119 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-adf13090-c07f-4d73-924c-8e98f4f527fb/for-deployment-c0787aed-e90b-469d-ad2e-4831e5329c5f/lock_files 2021-03-06 04:02:49.120 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-06 04:02:49.120 54 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-03-06 04:02:49.121 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c38b7a90-5c3a-4661-8a3b-fc4d64b0ad35 2021-03-06 04:02:49.121 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a2262d0a-9a05-4115-92ba-3a5f10fbb08e 2021-03-06 04:02:49.122 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3ffc1ed5-1359-4938-83cd-386533e759c5 2021-03-06 04:02:49.123 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bcb3f900-7837-4d8d-b935-1880b301ba07 2021-03-06 04:02:49.393 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-06 04:02:49.393 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_3e97de0c-84de-4d60-be38-81a2ccea4eab 2021-03-06 04:02:49.394 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-06 04:02:49.537 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-06 04:02:49.582 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-06 04:02:49.582 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_755370c6_rVmLzY4H' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-06 04:02:49.803 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_755370c6_rVmLzY4H' (ID = 79192f5b-fc19-4f12-b187-e77a336fb7ac) has been successfully created! 2021-03-06 04:02:49.804 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '79192f5b-fc19-4f12-b187-e77a336fb7ac' to option 'instance_type'. 2021-03-06 04:02:49.804 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 79192f5b-fc19-4f12-b187-e77a336fb7ac 2021-03-06 04:02:49.806 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context tempest@default setup() finished in 1.28 sec 2021-03-06 04:02:49.808 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context testr@default setup() finished in 1.19 msec 2021-03-06 04:02:49.809 54 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/67a9a178-ee8b-4661-8673-f8787e97ed44'. 2021-03-06 04:03:07.892 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest ... fail 2021-03-06 04:03:08.261 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest ... fail 2021-03-06 04:03:20.355 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest ... fail 2021-03-06 04:03:21.007 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest ... fail 2021-03-06 04:03:32.767 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest ... fail 2021-03-06 04:03:33.737 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest ... fail 2021-03-06 04:03:45.297 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest ... fail 2021-03-06 04:03:45.932 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest ... fail 2021-03-06 04:03:58.223 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest ... fail 2021-03-06 04:03:58.952 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest ... fail 2021-03-06 04:04:11.581 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest ... fail 2021-03-06 04:04:11.732 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest ... fail 2021-03-06 04:04:24.384 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest ... fail 2021-03-06 04:04:24.574 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest ... fail 2021-03-06 04:04:24.575 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_ipv6_traffic_ops.IPv6TrafficOperationsScenarioTest ... skip: b'IPv6 traffic ops tests require Octavia IPv6 testing enabled' 2021-03-06 04:04:36.643 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest ... fail 2021-03-06 04:04:37.605 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest ... fail 2021-03-06 04:04:49.569 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest ... fail 2021-03-06 04:04:50.710 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest ... fail 2021-03-06 04:05:02.526 54 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest ... fail 2021-03-06 04:05:03.220 54 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest ... fail 2021-03-06 04:05:03.723 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context testr@default cleanup() started 2021-03-06 04:05:03.724 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context testr@default cleanup() finished in 0.64 msec 2021-03-06 04:05:03.724 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context tempest@default cleanup() started 2021-03-06 04:05:04.296 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 04:05:04.411 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 04:05:04.444 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_755370c6_rVmLzY4H'. 2021-03-06 04:05:04.771 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_755370c6_rVmLzY4H' has been deleted. 2021-03-06 04:05:04.772 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '79192f5b-fc19-4f12-b187-e77a336fb7ac' of option 'instance_type' from Tempest config file. 2021-03-06 04:05:04.773 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '79192f5b-fc19-4f12-b187-e77a336fb7ac' has been removed. 2021-03-06 04:05:04.774 54 INFO rally.task.context [-] Verification adf13090-c07f-4d73-924c-8e98f4f527fb | Context tempest@default cleanup() finished in 1.05 sec 2021-03-06 04:05:04.956 54 INFO rally.api [-] Verification (UUID=755370c6-e259-49be-9fe3-8b0694a3b451) has been successfully finished for deployment 'opnfv-rally' (UUID=c0787aed-e90b-469d-ad2e-4831e5329c5f)! 2021-03-06 04:05:07.045 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:05:07.045 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:05:07.046 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:05:09.056 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:05:09.057 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:05:09.057 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:05:11.762 65 INFO rally.api [-] Building 'html' report for the following verification(s): '755370c6-e259-49be-9fe3-8b0694a3b451' 2021-03-06 04:05:11.824 65 INFO rally.api [-] The report has been successfully built. 2021-03-06 04:05:13.907 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:05:13.908 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:05:13.908 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:05:16.750 67 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '755370c6-e259-49be-9fe3-8b0694a3b451' 2021-03-06 04:05:16.794 67 INFO rally.api [-] The report has been successfully built.