2020-07-15 00:23:53.473 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:23:53.473 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:23:53.473 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:23:55.628 6 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-15 00:23:55.628 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-15 00:23:55.628 6 ERROR rally.cli.cliutils 2020-07-15 00:23:57.165 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:23:57.165 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:23:57.166 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:01.246 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:01.246 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:01.246 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:05.504 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:05.504 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:05.505 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:06.937 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:06.937 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:06.937 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:09.027 15 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-15 00:24:09.027 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils force=force) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-15 00:24:09.027 15 ERROR rally.cli.cliutils 2020-07-15 00:24:10.442 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:10.443 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:10.443 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:12.336 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-15 00:24:12.421 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/repo. 2020-07-15 00:24:12.715 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-15 00:24:12.729 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-15 00:24:12.736 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-15 00:24:12.757 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-15 00:24:12.825 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-15 00:24:13.475 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8) has been successfully created! 2020-07-15 00:24:15.031 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:15.032 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:15.032 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:19.132 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:19.132 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:19.132 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:21.206 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8) for deployment 'opnfv-rally' (UUID=dcf492fe-3cb7-4850-b31d-5436de762d32). 2020-07-15 00:24:21.592 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8) has been successfully configured for deployment 'opnfv-rally' (UUID=dcf492fe-3cb7-4850-b31d-5436de762d32)! 2020-07-15 00:24:28.327 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:24:28.328 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:24:28.328 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:24:30.401 32 INFO rally.api [-] Starting verification (UUID=38bd6693-2104-431b-9905-39929600c2cf) for deployment 'opnfv-rally' (UUID=dcf492fe-3cb7-4850-b31d-5436de762d32) by verifier 'opnfv-tempest' (UUID=4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8). 2020-07-15 00:24:31.073 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-15 00:24:31.074 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/for-deployment-dcf492fe-3cb7-4850-b31d-5436de762d32/tempest.log' to option 'log_file'. 2020-07-15 00:24:31.074 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/for-deployment-dcf492fe-3cb7-4850-b31d-5436de762d32/tempest.log 2020-07-15 00:24:31.074 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-15 00:24:31.074 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/for-deployment-dcf492fe-3cb7-4850-b31d-5436de762d32/lock_files' to option 'lock_path'. 2020-07-15 00:24:31.075 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8/for-deployment-dcf492fe-3cb7-4850-b31d-5436de762d32/lock_files 2020-07-15 00:24:31.075 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-15 00:24:31.075 32 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-15 00:24:31.076 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7bc7617c-3c4f-4c11-b2ae-989ceea09609 2020-07-15 00:24:31.076 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 033cd5c7-e558-4121-b969-5a8f314248ce 2020-07-15 00:24:31.077 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5aadd12c-ba87-40d6-876c-e81b0ddabb73 2020-07-15 00:24:31.077 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7e0d59cc-95c0-4b9f-8cf4-8b8d02da59aa 2020-07-15 00:24:31.302 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-15 00:24:31.302 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_18472733-5e71-4b06-9c85-19e04892c62a 2020-07-15 00:24:31.303 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-15 00:24:31.368 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-15 00:24:31.404 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-15 00:24:31.404 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_38bd6693_1t06QJjx' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-15 00:24:31.437 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_38bd6693_1t06QJjx' (ID = f8cf1963-cc50-4fb5-879e-00cb7a0aa801) has been successfully created! 2020-07-15 00:24:31.437 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f8cf1963-cc50-4fb5-879e-00cb7a0aa801' to option 'instance_type'. 2020-07-15 00:24:31.437 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f8cf1963-cc50-4fb5-879e-00cb7a0aa801 2020-07-15 00:24:31.438 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context tempest@default setup() finished in 0.83 sec 2020-07-15 00:24:31.439 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context testr@default setup() finished in 0.31 msec 2020-07-15 00:24:31.439 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6f76c4bb-ef85-4b76-ab57-46aca72c8b4b'. 2020-07-15 00:24:49.462 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.574s] 2020-07-15 00:24:49.556 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.093s] 2020-07-15 00:24:51.773 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.521s] 2020-07-15 00:24:53.476 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.452s] 2020-07-15 00:25:14.644 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [37.236s] 2020-07-15 00:25:16.889 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2020-07-15 00:25:21.950 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.344s] 2020-07-15 00:25:24.823 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.490s] 2020-07-15 00:25:33.684 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.197s] 2020-07-15 00:25:33.798 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.114s] 2020-07-15 00:25:33.962 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.163s] 2020-07-15 00:25:34.071 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.108s] 2020-07-15 00:25:34.201 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.129s] 2020-07-15 00:25:40.562 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.002s] 2020-07-15 00:26:08.388 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [18.419s] 2020-07-15 00:26:36.500 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [31.489s] 2020-07-15 00:26:48.127 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context testr@default cleanup() started 2020-07-15 00:26:48.128 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context testr@default cleanup() finished in 0.75 msec 2020-07-15 00:26:48.128 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context tempest@default cleanup() started 2020-07-15 00:26:48.310 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_38bd6693_1t06QJjx'. 2020-07-15 00:26:48.481 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_38bd6693_1t06QJjx' has been deleted. 2020-07-15 00:26:48.482 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f8cf1963-cc50-4fb5-879e-00cb7a0aa801' of option 'instance_type' from Tempest config file. 2020-07-15 00:26:48.483 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f8cf1963-cc50-4fb5-879e-00cb7a0aa801' has been removed. 2020-07-15 00:26:48.489 32 INFO rally.task.context [-] Verification 4ae5d313-6a52-4ef5-a2bb-83c4d50c76c8 | Context tempest@default cleanup() finished in 0.36 sec 2020-07-15 00:26:48.513 32 INFO rally.api [-] Verification (UUID=38bd6693-2104-431b-9905-39929600c2cf) has been successfully finished for deployment 'opnfv-rally' (UUID=dcf492fe-3cb7-4850-b31d-5436de762d32)! 2020-07-15 00:26:50.092 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:26:50.093 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:26:50.093 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:26:51.514 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:26:51.515 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:26:51.515 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:26:53.372 50 INFO rally.api [-] Building 'html' report for the following verification(s): '38bd6693-2104-431b-9905-39929600c2cf' 2020-07-15 00:26:53.392 50 INFO rally.api [-] The report has been successfully built. 2020-07-15 00:26:54.662 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:26:54.662 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:26:54.662 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:26:56.698 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '38bd6693-2104-431b-9905-39929600c2cf' 2020-07-15 00:26:56.702 52 INFO rally.api [-] The report has been successfully built.