2021-01-31 02:59:05.875 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:05.875 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:05.876 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:08.646 23 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-01-31 02:59:08.646 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-31 02:59:08.646 23 ERROR rally.cli.cliutils 2021-01-31 02:59:10.722 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:10.722 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:10.722 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:15.729 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:15.729 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:15.729 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:22.506 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:22.507 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:22.507 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:24.334 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:24.334 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:24.335 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:27.021 33 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-01-31 02:59:27.021 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-31 02:59:27.021 33 ERROR rally.cli.cliutils 2021-01-31 02:59:29.034 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:29.035 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:29.035 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:31.810 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-31 02:59:31.862 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/repo. 2021-01-31 02:59:32.179 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-31 02:59:32.225 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-31 02:59:32.235 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-31 02:59:32.257 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-31 02:59:32.350 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-31 02:59:33.308 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5dd39b74-56bc-460e-bc08-29c5ba2e98cb) has been successfully created! 2021-01-31 02:59:35.466 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:35.466 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:35.467 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:41.456 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:41.456 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:41.456 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:44.251 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5dd39b74-56bc-460e-bc08-29c5ba2e98cb) for deployment 'opnfv-rally' (UUID=7dbcfece-1d7e-4d1f-83a4-144300bd2583). 2021-01-31 02:59:45.018 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5dd39b74-56bc-460e-bc08-29c5ba2e98cb) has been successfully configured for deployment 'opnfv-rally' (UUID=7dbcfece-1d7e-4d1f-83a4-144300bd2583)! 2021-01-31 02:59:55.642 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:59:55.643 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:59:55.643 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:59:58.321 51 INFO rally.api [-] Starting verification (UUID=021fa400-89c3-4790-b4d6-88aafcf66b50) for deployment 'opnfv-rally' (UUID=7dbcfece-1d7e-4d1f-83a4-144300bd2583) by verifier 'opnfv-tempest' (UUID=5dd39b74-56bc-460e-bc08-29c5ba2e98cb). 2021-01-31 02:59:59.312 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-31 02:59:59.377 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-31 02:59:59.378 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/for-deployment-7dbcfece-1d7e-4d1f-83a4-144300bd2583/tempest.log' to option 'log_file'. 2021-01-31 02:59:59.378 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/for-deployment-7dbcfece-1d7e-4d1f-83a4-144300bd2583/tempest.log 2021-01-31 02:59:59.378 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-31 02:59:59.379 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/for-deployment-7dbcfece-1d7e-4d1f-83a4-144300bd2583/lock_files' to option 'lock_path'. 2021-01-31 02:59:59.379 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5dd39b74-56bc-460e-bc08-29c5ba2e98cb/for-deployment-7dbcfece-1d7e-4d1f-83a4-144300bd2583/lock_files 2021-01-31 02:59:59.380 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-31 02:59:59.380 51 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-01-31 02:59:59.381 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = afac13b0-c01c-49d9-a680-699ba6cc2b5c 2021-01-31 02:59:59.381 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4add88de-a8f4-4dd3-b793-258b99b95e8a 2021-01-31 02:59:59.382 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = aa2f9ec8-5a65-4230-b1a5-8c0376dc90c8 2021-01-31 02:59:59.383 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e70b9ae0-33fb-49c6-8fd7-8725bf8833f8 2021-01-31 02:59:59.714 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-31 02:59:59.714 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_102b9f54-0eb3-4d48-9721-6efcdf027636 2021-01-31 02:59:59.715 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-31 02:59:59.809 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-31 02:59:59.849 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-31 02:59:59.850 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_021fa400_HO4ymTNH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-31 02:59:59.894 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_021fa400_HO4ymTNH' (ID = 24f07b60-042d-4edb-aefc-6ce7167e8ffe) has been successfully created! 2021-01-31 02:59:59.895 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '24f07b60-042d-4edb-aefc-6ce7167e8ffe' to option 'instance_type'. 2021-01-31 02:59:59.895 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 24f07b60-042d-4edb-aefc-6ce7167e8ffe 2021-01-31 02:59:59.897 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context tempest@default setup() finished in 1.09 sec 2021-01-31 02:59:59.898 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context testr@default setup() finished in 0.99 msec 2021-01-31 02:59:59.899 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/72ab9b44-3985-41d8-86c9-5b24742ee064'. 2021-01-31 03:00:17.462 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest ... fail 2021-01-31 03:00:17.600 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest ... fail 2021-01-31 03:00:29.166 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest ... fail 2021-01-31 03:00:29.235 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest ... fail 2021-01-31 03:00:40.790 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest ... fail 2021-01-31 03:00:40.999 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest ... fail 2021-01-31 03:00:52.639 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest ... fail 2021-01-31 03:00:52.851 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest ... fail 2021-01-31 03:01:04.354 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest ... fail 2021-01-31 03:01:04.517 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest ... fail 2021-01-31 03:01:04.517 51 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-01-31 03:01:15.747 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest ... fail 2021-01-31 03:01:16.322 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest ... fail 2021-01-31 03:01:27.388 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest ... fail 2021-01-31 03:01:28.158 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest ... fail 2021-01-31 03:01:39.333 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest ... fail 2021-01-31 03:01:40.009 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest ... fail 2021-01-31 03:01:51.015 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest ... fail 2021-01-31 03:01:51.795 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest ... fail 2021-01-31 03:02:02.632 51 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest ... fail 2021-01-31 03:02:03.728 51 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest ... fail 2021-01-31 03:02:04.306 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context testr@default cleanup() started 2021-01-31 03:02:04.307 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context testr@default cleanup() finished in 0.52 msec 2021-01-31 03:02:04.307 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context tempest@default cleanup() started 2021-01-31 03:02:04.839 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-31 03:02:04.945 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-31 03:02:04.978 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_021fa400_HO4ymTNH'. 2021-01-31 03:02:05.291 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_021fa400_HO4ymTNH' has been deleted. 2021-01-31 03:02:05.292 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '24f07b60-042d-4edb-aefc-6ce7167e8ffe' of option 'instance_type' from Tempest config file. 2021-01-31 03:02:05.293 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '24f07b60-042d-4edb-aefc-6ce7167e8ffe' has been removed. 2021-01-31 03:02:05.294 51 INFO rally.task.context [-] Verification 5dd39b74-56bc-460e-bc08-29c5ba2e98cb | Context tempest@default cleanup() finished in 0.99 sec 2021-01-31 03:02:05.396 51 INFO rally.api [-] Verification (UUID=021fa400-89c3-4790-b4d6-88aafcf66b50) has been successfully finished for deployment 'opnfv-rally' (UUID=7dbcfece-1d7e-4d1f-83a4-144300bd2583)! 2021-01-31 03:02:07.594 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 03:02:07.594 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 03:02:07.595 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 03:02:09.741 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 03:02:09.742 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 03:02:09.742 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 03:02:12.673 62 INFO rally.api [-] Building 'html' report for the following verification(s): '021fa400-89c3-4790-b4d6-88aafcf66b50' 2021-01-31 03:02:12.732 62 INFO rally.api [-] The report has been successfully built. 2021-01-31 03:02:14.842 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 03:02:14.842 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 03:02:14.843 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 03:02:17.625 64 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '021fa400-89c3-4790-b4d6-88aafcf66b50' 2021-01-31 03:02:17.668 64 INFO rally.api [-] The report has been successfully built.