2020-09-03 15:07:46.749 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:07:46.758 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:07:46.760 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:08:09.022 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-09-03 15:08:09.022 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 15:08:09.022 10 ERROR rally.cli.cliutils 2020-09-03 15:08:23.413 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:08:23.419 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:08:23.421 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:09:01.720 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:09:01.726 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:09:01.727 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:09:43.099 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:09:43.105 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:09:43.106 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:09:56.933 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:09:56.939 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:09:56.940 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:10:18.441 40 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-09-03 15:10:18.441 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 15:10:18.441 40 ERROR rally.cli.cliutils 2020-09-03 15:10:32.995 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:10:33.001 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:10:33.002 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:10:55.275 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 15:10:55.716 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/repo. 2020-09-03 15:10:56.436 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 15:10:56.539 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 15:10:56.602 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 15:10:56.662 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 15:10:57.161 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 15:11:04.046 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f5feb76f-8b26-494c-8e71-51b40d3947e1) has been successfully created! 2020-09-03 15:11:18.306 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:11:18.312 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:11:18.313 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:11:55.313 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:11:55.318 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:11:55.319 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:12:17.772 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f5feb76f-8b26-494c-8e71-51b40d3947e1) for deployment 'opnfv-rally' (UUID=40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6). 2020-09-03 15:12:19.264 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f5feb76f-8b26-494c-8e71-51b40d3947e1) has been successfully configured for deployment 'opnfv-rally' (UUID=40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6)! 2020-09-03 15:13:34.196 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:13:34.202 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:13:34.203 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:13:57.135 97 INFO rally.api [-] Starting verification (UUID=20bff3d8-030f-48f5-a959-a96c4729490b) for deployment 'opnfv-rally' (UUID=40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6) by verifier 'opnfv-tempest' (UUID=f5feb76f-8b26-494c-8e71-51b40d3947e1). 2020-09-03 15:14:01.773 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 15:14:01.775 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/for-deployment-40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6/tempest.log' to option 'log_file'. 2020-09-03 15:14:01.778 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/for-deployment-40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6/tempest.log 2020-09-03 15:14:01.780 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 15:14:01.782 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/for-deployment-40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6/lock_files' to option 'lock_path'. 2020-09-03 15:14:01.784 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f5feb76f-8b26-494c-8e71-51b40d3947e1/for-deployment-40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6/lock_files 2020-09-03 15:14:01.786 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 15:14:01.788 97 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-09-03 15:14:01.789 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 45b4a44b-17c8-447b-b9df-4946190ce321 2020-09-03 15:14:01.791 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 47dc5da3-025b-45cd-8578-29601002844a 2020-09-03 15:14:01.795 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 15cd074f-3e02-4bf2-82b4-e7a8b81ce939 2020-09-03 15:14:01.799 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9c43899e-079c-4555-9b79-0deaff7518b5 2020-09-03 15:14:02.152 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 15:14:02.154 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_b6609099-4dbb-46b0-aedb-bd59c998a2ac 2020-09-03 15:14:02.158 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 15:14:02.911 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 15:14:02.999 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 15:14:03.004 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_20bff3d8_EAfiJQh3' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 15:14:03.071 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_20bff3d8_EAfiJQh3' (ID = 9ff8cca8-787d-4714-9a23-8a2c50ea5465) has been successfully created! 2020-09-03 15:14:03.074 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9ff8cca8-787d-4714-9a23-8a2c50ea5465' to option 'instance_type'. 2020-09-03 15:14:03.076 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9ff8cca8-787d-4714-9a23-8a2c50ea5465 2020-09-03 15:14:03.085 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context tempest@default setup() finished in 4.81 sec 2020-09-03 15:14:03.088 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context testr@default setup() finished in 1.07 msec 2020-09-03 15:14:03.089 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7d44dcd3-aed6-4d7a-a4b6-1cb4ac357e81'. 2020-09-03 15:14:59.859 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.499s] 2020-09-03 15:15:01.848 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.235s] 2020-09-03 15:15:02.020 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.171s] 2020-09-03 15:15:02.277 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.254s] 2020-09-03 15:15:02.464 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.183s] 2020-09-03 15:15:02.664 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.196s] 2020-09-03 15:15:03.333 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.807s] 2020-09-03 15:15:04.739 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.849s] 2020-09-03 15:15:04.899 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.161s] 2020-09-03 15:15:16.908 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.005s] 2020-09-03 15:15:33.491 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.614s] 2020-09-03 15:15:34.608 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.614s] 2020-09-03 15:16:14.777 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [46.897s] 2020-09-03 15:16:15.602 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [26.716s] 2020-09-03 15:16:19.020 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [16.431s] 2020-09-03 15:16:28.268 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-09-03 15:16:34.984 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context testr@default cleanup() started 2020-09-03 15:16:34.988 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context testr@default cleanup() finished in 3.96 msec 2020-09-03 15:16:34.991 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context tempest@default cleanup() started 2020-09-03 15:16:35.423 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_20bff3d8_EAfiJQh3'. 2020-09-03 15:16:35.613 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_20bff3d8_EAfiJQh3' has been deleted. 2020-09-03 15:16:35.618 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9ff8cca8-787d-4714-9a23-8a2c50ea5465' of option 'instance_type' from Tempest config file. 2020-09-03 15:16:35.619 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9ff8cca8-787d-4714-9a23-8a2c50ea5465' has been removed. 2020-09-03 15:16:35.652 97 INFO rally.task.context [-] Verification f5feb76f-8b26-494c-8e71-51b40d3947e1 | Context tempest@default cleanup() finished in 0.66 sec 2020-09-03 15:16:35.723 97 INFO rally.api [-] Verification (UUID=20bff3d8-030f-48f5-a959-a96c4729490b) has been successfully finished for deployment 'opnfv-rally' (UUID=40a7bd6e-bf5f-4c5c-8aed-4611f8f0b4c6)! 2020-09-03 15:16:50.904 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:16:50.910 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:16:50.912 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:17:05.677 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:17:05.687 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:17:05.688 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:17:31.117 150 INFO rally.api [-] Building 'html' report for the following verification(s): '20bff3d8-030f-48f5-a959-a96c4729490b' 2020-09-03 15:17:31.345 150 INFO rally.api [-] The report has been successfully built. 2020-09-03 15:17:45.536 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:17:45.543 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:17:45.544 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:18:08.029 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '20bff3d8-030f-48f5-a959-a96c4729490b' 2020-09-03 15:18:08.058 156 INFO rally.api [-] The report has been successfully built.