2020-12-14 02:19:31.535 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:19:31.541 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:19:31.542 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:19:59.572 10 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-12-14 02:19:59.572 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 02:19:59.572 10 ERROR rally.cli.cliutils 2020-12-14 02:20:14.673 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:20:14.679 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:20:14.680 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:20:59.807 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:20:59.813 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:20:59.815 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:21:47.583 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:21:47.588 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:21:47.590 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:22:02.966 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:22:02.972 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:22:02.973 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:22:31.720 61 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-12-14 02:22:31.720 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 02:22:31.720 61 ERROR rally.cli.cliutils 2020-12-14 02:22:47.444 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:22:47.450 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:22:47.452 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:23:14.875 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 02:23:15.402 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/repo. 2020-12-14 02:23:16.231 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/repo'... done. ' 2020-12-14 02:23:16.320 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 02:23:16.372 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 02:23:17.106 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 02:23:25.067 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b134271-9438-47dd-a1c3-24aadcd0491e) has been successfully created! 2020-12-14 02:23:39.605 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:23:39.610 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:23:39.611 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:24:21.628 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:24:21.634 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:24:21.636 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:24:50.212 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1b134271-9438-47dd-a1c3-24aadcd0491e) for deployment 'opnfv-rally' (UUID=187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1). 2020-12-14 02:24:52.131 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b134271-9438-47dd-a1c3-24aadcd0491e) has been successfully configured for deployment 'opnfv-rally' (UUID=187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1)! 2020-12-14 02:26:16.947 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:26:16.952 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:26:16.953 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:26:44.912 161 INFO rally.api [-] Starting verification (UUID=2a0ccbee-c546-493f-9d99-29fdcc452724) for deployment 'opnfv-rally' (UUID=187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1) by verifier 'opnfv-tempest' (UUID=1b134271-9438-47dd-a1c3-24aadcd0491e). 2020-12-14 02:26:50.056 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 02:26:50.058 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/for-deployment-187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1/tempest.log' to option 'log_file'. 2020-12-14 02:26:50.060 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/for-deployment-187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1/tempest.log 2020-12-14 02:26:50.062 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 02:26:50.063 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/for-deployment-187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1/lock_files' to option 'lock_path'. 2020-12-14 02:26:50.065 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1b134271-9438-47dd-a1c3-24aadcd0491e/for-deployment-187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1/lock_files 2020-12-14 02:26:50.067 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 02:26:50.069 161 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-12-14 02:26:50.071 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 69661c42-2caf-4956-beba-ae3531701347 2020-12-14 02:26:50.073 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 45c5d010-74ce-4c6e-a33c-ea70e9116680 2020-12-14 02:26:50.076 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b30a02ce-e51a-4b43-bdb2-ada868ff7886 2020-12-14 02:26:50.079 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bc328d0f-34be-43a6-ad73-be638f1c76dd 2020-12-14 02:26:50.695 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 02:26:50.697 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_e10a41e8-cb84-4155-820f-5657fdb8b298 2020-12-14 02:26:50.701 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 02:26:51.725 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 02:26:51.809 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 02:26:51.812 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2a0ccbee_ng8ALGjb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 02:26:51.894 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2a0ccbee_ng8ALGjb' (ID = 9fc48388-87e3-4f53-bcfb-64d7cd8c666b) has been successfully created! 2020-12-14 02:26:51.897 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9fc48388-87e3-4f53-bcfb-64d7cd8c666b' to option 'instance_type'. 2020-12-14 02:26:51.899 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9fc48388-87e3-4f53-bcfb-64d7cd8c666b 2020-12-14 02:26:51.908 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context tempest@default setup() finished in 5.80 sec 2020-12-14 02:26:51.913 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context testr@default setup() finished in 2.71 msec 2020-12-14 02:26:51.916 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/15c8682b-66ea-4ff6-9d1c-b182540f5ca9'. 2020-12-14 02:27:54.019 161 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.805s] 2020-12-14 02:27:54.930 161 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.827s] 2020-12-14 02:27:55.071 161 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.148s] 2020-12-14 02:27:55.308 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.686s] 2020-12-14 02:28:00.697 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.410s] 2020-12-14 02:28:39.475 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.664s] 2020-12-14 02:28:45.533 161 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [33.998s] 2020-12-14 02:28:48.161 161 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-12-14 02:28:48.546 161 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [16.495s] 2020-12-14 02:28:53.477 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [20.330s] 2020-12-14 02:29:10.599 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.329s] 2020-12-14 02:29:10.781 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.173s] 2020-12-14 02:29:11.057 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.277s] 2020-12-14 02:29:11.239 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.174s] 2020-12-14 02:29:11.496 161 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.254s] 2020-12-14 02:29:15.588 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [22.103s] 2020-12-14 02:29:41.184 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [25.569s] 2020-12-14 02:30:23.771 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [42.539s] 2020-12-14 02:31:16.849 161 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [29.633s] 2020-12-14 02:31:31.421 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context testr@default cleanup() started 2020-12-14 02:31:31.425 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context testr@default cleanup() finished in 4.07 msec 2020-12-14 02:31:31.428 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context tempest@default cleanup() started 2020-12-14 02:31:31.879 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2a0ccbee_ng8ALGjb'. 2020-12-14 02:31:32.015 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2a0ccbee_ng8ALGjb' has been deleted. 2020-12-14 02:31:32.020 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9fc48388-87e3-4f53-bcfb-64d7cd8c666b' of option 'instance_type' from Tempest config file. 2020-12-14 02:31:32.022 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9fc48388-87e3-4f53-bcfb-64d7cd8c666b' has been removed. 2020-12-14 02:31:32.030 161 INFO rally.task.context [-] Verification 1b134271-9438-47dd-a1c3-24aadcd0491e | Context tempest@default cleanup() finished in 0.60 sec 2020-12-14 02:31:32.107 161 INFO rally.api [-] Verification (UUID=2a0ccbee-c546-493f-9d99-29fdcc452724) has been successfully finished for deployment 'opnfv-rally' (UUID=187d5520-ee6b-4a7f-acd9-09cb4ff5dfb1)! 2020-12-14 02:31:47.149 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:31:47.155 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:31:47.156 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:32:02.368 230 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:32:02.374 230 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:32:02.375 230 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:32:30.111 230 INFO rally.api [-] Building 'html' report for the following verification(s): '2a0ccbee-c546-493f-9d99-29fdcc452724' 2020-12-14 02:32:30.404 230 INFO rally.api [-] The report has been successfully built. 2020-12-14 02:32:45.569 243 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:32:45.575 243 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:32:45.576 243 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:33:13.528 243 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2a0ccbee-c546-493f-9d99-29fdcc452724' 2020-12-14 02:33:13.570 243 INFO rally.api [-] The report has been successfully built.