2020-07-04 08:55:29.151 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:29.151 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:29.151 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:31.475 7 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-07-04 08:55:31.475 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:55:31.475 7 ERROR rally.cli.cliutils 2020-07-04 08:55:33.103 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:33.103 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:33.104 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:36.925 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:36.925 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:36.926 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:41.458 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:41.458 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:41.458 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:42.870 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:42.871 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:42.871 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:44.791 17 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-07-04 08:55:44.791 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:55:44.791 17 ERROR rally.cli.cliutils 2020-07-04 08:55:46.362 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:46.362 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:46.362 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:48.357 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:55:48.419 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/repo. 2020-07-04 08:55:48.660 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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 ' 2020-07-04 08:55:48.674 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:55:48.682 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:55:48.702 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:55:48.743 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:55:49.415 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e03bf63-6a60-41ad-9c0e-5c3e124ff01b) has been successfully created! 2020-07-04 08:55:51.030 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:51.031 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:51.031 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:55.356 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:55:55.356 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:55:55.357 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:55:57.487 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4e03bf63-6a60-41ad-9c0e-5c3e124ff01b) for deployment 'opnfv-rally' (UUID=a8abf510-2cf1-4d98-a1a8-de53d45f3960). 2020-07-04 08:55:57.926 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e03bf63-6a60-41ad-9c0e-5c3e124ff01b) has been successfully configured for deployment 'opnfv-rally' (UUID=a8abf510-2cf1-4d98-a1a8-de53d45f3960)! 2020-07-04 08:56:05.802 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:56:05.803 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:56:05.803 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:56:07.902 35 INFO rally.api [-] Starting verification (UUID=69363763-3d69-4d6d-9ebc-30c72f4b2653) for deployment 'opnfv-rally' (UUID=a8abf510-2cf1-4d98-a1a8-de53d45f3960) by verifier 'opnfv-tempest' (UUID=4e03bf63-6a60-41ad-9c0e-5c3e124ff01b). 2020-07-04 08:56:08.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:56:08.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/for-deployment-a8abf510-2cf1-4d98-a1a8-de53d45f3960/tempest.log' to option 'log_file'. 2020-07-04 08:56:08.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/for-deployment-a8abf510-2cf1-4d98-a1a8-de53d45f3960/tempest.log 2020-07-04 08:56:08.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:56:08.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/for-deployment-a8abf510-2cf1-4d98-a1a8-de53d45f3960/lock_files' to option 'lock_path'. 2020-07-04 08:56:08.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4e03bf63-6a60-41ad-9c0e-5c3e124ff01b/for-deployment-a8abf510-2cf1-4d98-a1a8-de53d45f3960/lock_files 2020-07-04 08:56:08.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:56:08.495 35 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-07-04 08:56:08.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f8ffe921-561c-4504-9648-b42c71803a53 2020-07-04 08:56:08.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f0d1e724-d812-4728-aa6f-29824c9a7f9a 2020-07-04 08:56:08.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1b6003db-326e-4df1-a634-4bac0f310ebc 2020-07-04 08:56:08.497 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 494a5d64-0f0f-4150-94fc-cdae66adb9ed 2020-07-04 08:56:08.694 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:56:08.694 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_d2584d4d-a666-4f70-a0f1-d45eba4c43e3 2020-07-04 08:56:08.695 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:56:08.796 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:56:08.834 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 08:56:08.835 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_69363763_lrxpTSxQ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 08:56:08.862 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_69363763_lrxpTSxQ' (ID = 0f892f4d-98ca-4bf1-a8cf-c297dcdfdb0f) has been successfully created! 2020-07-04 08:56:08.862 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0f892f4d-98ca-4bf1-a8cf-c297dcdfdb0f' to option 'instance_type'. 2020-07-04 08:56:08.863 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0f892f4d-98ca-4bf1-a8cf-c297dcdfdb0f 2020-07-04 08:56:08.864 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context tempest@default setup() finished in 0.78 sec 2020-07-04 08:56:08.865 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context testr@default setup() finished in 0.54 msec 2020-07-04 08:56:08.866 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fa7d35af-af0a-4809-ac6c-40f502f84d63'. 2020-07-04 08:56:26.040 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.615s] 2020-07-04 08:56:26.127 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.087s] 2020-07-04 08:56:27.068 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.447s] 2020-07-04 08:56:29.858 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.518s] 2020-07-04 08:56:53.816 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.252s] 2020-07-04 08:57:03.700 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.410s] 2020-07-04 08:57:20.405 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [52.364s] 2020-07-04 08:57:23.993 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.284s] 2020-07-04 08:57:24.093 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.100s] 2020-07-04 08:57:24.246 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.153s] 2020-07-04 08:57:24.352 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.105s] 2020-07-04 08:57:24.505 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.151s] 2020-07-04 08:57:25.446 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [32.097s] 2020-07-04 08:57:38.541 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-07-04 08:57:38.543 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-07-04 08:57:53.146 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [18.576s] 2020-07-04 08:58:12.582 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context testr@default cleanup() started 2020-07-04 08:58:12.583 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context testr@default cleanup() finished in 0.75 msec 2020-07-04 08:58:12.583 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context tempest@default cleanup() started 2020-07-04 08:58:12.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_69363763_lrxpTSxQ'. 2020-07-04 08:58:12.922 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_69363763_lrxpTSxQ' has been deleted. 2020-07-04 08:58:12.923 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0f892f4d-98ca-4bf1-a8cf-c297dcdfdb0f' of option 'instance_type' from Tempest config file. 2020-07-04 08:58:12.923 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0f892f4d-98ca-4bf1-a8cf-c297dcdfdb0f' has been removed. 2020-07-04 08:58:12.929 35 INFO rally.task.context [-] Verification 4e03bf63-6a60-41ad-9c0e-5c3e124ff01b | Context tempest@default cleanup() finished in 0.35 sec 2020-07-04 08:58:12.954 35 INFO rally.api [-] Verification (UUID=69363763-3d69-4d6d-9ebc-30c72f4b2653) has been successfully finished for deployment 'opnfv-rally' (UUID=a8abf510-2cf1-4d98-a1a8-de53d45f3960)! 2020-07-04 08:58:14.820 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:58:14.820 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:58:14.821 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:58:16.327 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:58:16.328 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:58:16.328 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:58:18.396 58 INFO rally.api [-] Building 'html' report for the following verification(s): '69363763-3d69-4d6d-9ebc-30c72f4b2653' 2020-07-04 08:58:18.454 58 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:58:20.102 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:58:20.102 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:58:20.103 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:58:22.346 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '69363763-3d69-4d6d-9ebc-30c72f4b2653' 2020-07-04 08:58:22.348 60 INFO rally.api [-] The report has been successfully built.