2021-08-17 11:04:18.249 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:18.249 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:18.249 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:20.846 8 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-08-17 11:04:20.846 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 11:04:20.846 8 ERROR rally.cli.cliutils 2021-08-17 11:04:22.487 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:22.487 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:22.487 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:26.740 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:26.740 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:26.740 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:32.033 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:32.034 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:32.034 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:33.676 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:33.676 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:33.676 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:36.274 18 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-08-17 11:04:36.274 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 11:04:36.274 18 ERROR rally.cli.cliutils 2021-08-17 11:04:38.129 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:38.130 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:38.130 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:40.635 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 11:04:40.688 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/repo. 2021-08-17 11:04:41.026 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-08-17 11:04:41.074 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 11:04:41.083 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 11:04:41.093 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 11:04:41.154 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 11:04:41.960 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8602d54f-937e-4138-ae98-0e0ee8901029) has been successfully created! 2021-08-17 11:04:43.833 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:43.834 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:43.834 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:48.731 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:04:48.731 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:04:48.731 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:04:51.274 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8602d54f-937e-4138-ae98-0e0ee8901029) for deployment 'opnfv-rally' (UUID=f45f0f17-e3f9-4e19-a632-53d2fa300854). 2021-08-17 11:04:51.845 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8602d54f-937e-4138-ae98-0e0ee8901029) has been successfully configured for deployment 'opnfv-rally' (UUID=f45f0f17-e3f9-4e19-a632-53d2fa300854)! 2021-08-17 11:05:00.109 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:05:00.110 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:05:00.110 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:05:02.491 36 INFO rally.api [-] Starting verification (UUID=59114347-07c1-412b-98b8-f57f0577ba2c) for deployment 'opnfv-rally' (UUID=f45f0f17-e3f9-4e19-a632-53d2fa300854) by verifier 'opnfv-tempest' (UUID=8602d54f-937e-4138-ae98-0e0ee8901029). 2021-08-17 11:05:03.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-08-17 11:05:03.178 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 11:05:03.179 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/for-deployment-f45f0f17-e3f9-4e19-a632-53d2fa300854/tempest.log' to option 'log_file'. 2021-08-17 11:05:03.179 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/for-deployment-f45f0f17-e3f9-4e19-a632-53d2fa300854/tempest.log 2021-08-17 11:05:03.179 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 11:05:03.180 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/for-deployment-f45f0f17-e3f9-4e19-a632-53d2fa300854/lock_files' to option 'lock_path'. 2021-08-17 11:05:03.180 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8602d54f-937e-4138-ae98-0e0ee8901029/for-deployment-f45f0f17-e3f9-4e19-a632-53d2fa300854/lock_files 2021-08-17 11:05:03.180 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 11:05:03.180 36 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-08-17 11:05:03.181 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 21a65522-1738-49cd-8e26-20bc3c4d9176 2021-08-17 11:05:03.181 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a59125da-bd2a-472b-8388-4b8453ab0a7c 2021-08-17 11:05:03.182 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 17788b8e-f3ac-4d92-8f73-bedba8c39464 2021-08-17 11:05:03.182 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b120d653-5aff-4e8c-a00c-b07d23b17373 2021-08-17 11:05:03.405 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 11:05:03.405 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_7508fd2b-bdf3-4595-bbec-ea86790bb647 2021-08-17 11:05:03.406 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 11:05:03.503 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 11:05:03.542 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-17 11:05:03.542 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_59114347_9w4AjJbC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-17 11:05:03.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_59114347_9w4AjJbC' (ID = 2efb8811-3a7d-4ebc-8482-746c15d3b486) has been successfully created! 2021-08-17 11:05:03.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2efb8811-3a7d-4ebc-8482-746c15d3b486' to option 'instance_type'. 2021-08-17 11:05:03.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2efb8811-3a7d-4ebc-8482-746c15d3b486 2021-08-17 11:05:03.580 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context tempest@default setup() finished in 0.89 sec 2021-08-17 11:05:03.581 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context testr@default setup() finished in 0.33 msec 2021-08-17 11:05:03.581 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b3a3f20d-f0b0-4d7c-b24b-011157343186'. 2021-08-17 11:05:20.311 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.514s] 2021-08-17 11:05:20.806 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.497s] 2021-08-17 11:05:21.694 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.549s] 2021-08-17 11:05:21.780 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.088s] 2021-08-17 11:05:37.733 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [28.316s] 2021-08-17 11:05:42.293 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.428s] 2021-08-17 11:05:42.919 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.211s] 2021-08-17 11:05:42.967 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.222s] 2021-08-17 11:05:43.016 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.096s] 2021-08-17 11:05:43.180 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.163s] 2021-08-17 11:05:43.287 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.107s] 2021-08-17 11:05:43.403 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.115s] 2021-08-17 11:05:50.876 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2021-08-17 11:06:01.993 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [12.755s] 2021-08-17 11:06:13.642 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-08-17 11:06:13.998 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [9.804s] 2021-08-17 11:06:26.889 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [12.890s] 2021-08-17 11:06:45.855 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [18.960s] 2021-08-17 11:07:05.016 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [19.156s] 2021-08-17 11:08:37.936 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [153.420s] 2021-08-17 11:08:46.832 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context testr@default cleanup() started 2021-08-17 11:08:46.832 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context testr@default cleanup() finished in 0.62 msec 2021-08-17 11:08:46.833 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context tempest@default cleanup() started 2021-08-17 11:08:46.954 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-08-17 11:08:47.025 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-08-17 11:08:47.050 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_59114347_9w4AjJbC'. 2021-08-17 11:08:47.233 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_59114347_9w4AjJbC' has been deleted. 2021-08-17 11:08:47.234 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2efb8811-3a7d-4ebc-8482-746c15d3b486' of option 'instance_type' from Tempest config file. 2021-08-17 11:08:47.234 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2efb8811-3a7d-4ebc-8482-746c15d3b486' has been removed. 2021-08-17 11:08:47.236 36 INFO rally.task.context [-] Verification 8602d54f-937e-4138-ae98-0e0ee8901029 | Context tempest@default cleanup() finished in 0.40 sec 2021-08-17 11:08:47.251 36 INFO rally.api [-] Verification (UUID=59114347-07c1-412b-98b8-f57f0577ba2c) has been successfully finished for deployment 'opnfv-rally' (UUID=f45f0f17-e3f9-4e19-a632-53d2fa300854)! 2021-08-17 11:08:48.950 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:48.950 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:48.951 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:50.601 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:50.601 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:50.601 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:53.274 59 INFO rally.api [-] Building 'html' report for the following verification(s): '59114347-07c1-412b-98b8-f57f0577ba2c' 2021-08-17 11:08:53.303 59 INFO rally.api [-] The report has been successfully built. 2021-08-17 11:08:55.104 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:55.104 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:55.105 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:57.486 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '59114347-07c1-412b-98b8-f57f0577ba2c' 2021-08-17 11:08:57.489 61 INFO rally.api [-] The report has been successfully built.