2020-11-06 18:10:06.602 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:06.602 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:06.603 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:09.144 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-11-06 18:10:09.144 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 18:10:09.144 7 ERROR rally.cli.cliutils 2020-11-06 18:10:10.833 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:10.834 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:10.834 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:15.528 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:15.529 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:15.529 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:20.457 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:20.458 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:20.458 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:22.007 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:22.008 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:22.008 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:24.285 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-11-06 18:10:24.285 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 18:10:24.285 17 ERROR rally.cli.cliutils 2020-11-06 18:10:25.995 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:25.995 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:25.996 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:28.347 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 18:10:28.411 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/repo. 2020-11-06 18:10:28.666 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/repo'... done. ' 2020-11-06 18:10:28.683 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 18:10:28.709 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 18:10:28.784 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 18:10:29.569 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f00649ef-ec36-4c8c-8357-3dd843fa18ac) has been successfully created! 2020-11-06 18:10:31.415 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:31.415 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:31.415 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:36.226 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:36.226 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:36.227 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:38.624 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f00649ef-ec36-4c8c-8357-3dd843fa18ac) for deployment 'opnfv-rally' (UUID=73797056-66f4-4316-b711-1ad724838cd3). 2020-11-06 18:10:40.331 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f00649ef-ec36-4c8c-8357-3dd843fa18ac) has been successfully configured for deployment 'opnfv-rally' (UUID=73797056-66f4-4316-b711-1ad724838cd3)! 2020-11-06 18:10:48.815 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:10:48.816 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:10:48.816 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:10:51.245 34 INFO rally.api [-] Starting verification (UUID=e7269e37-1353-4cda-8445-64519d8a15ea) for deployment 'opnfv-rally' (UUID=73797056-66f4-4316-b711-1ad724838cd3) by verifier 'opnfv-tempest' (UUID=f00649ef-ec36-4c8c-8357-3dd843fa18ac). 2020-11-06 18:10:51.806 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 18:10:51.806 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/for-deployment-73797056-66f4-4316-b711-1ad724838cd3/tempest.log' to option 'log_file'. 2020-11-06 18:10:51.807 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/for-deployment-73797056-66f4-4316-b711-1ad724838cd3/tempest.log 2020-11-06 18:10:51.807 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 18:10:51.808 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/for-deployment-73797056-66f4-4316-b711-1ad724838cd3/lock_files' to option 'lock_path'. 2020-11-06 18:10:51.808 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f00649ef-ec36-4c8c-8357-3dd843fa18ac/for-deployment-73797056-66f4-4316-b711-1ad724838cd3/lock_files 2020-11-06 18:10:51.808 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 18:10:51.809 34 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-11-06 18:10:51.809 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 051ae4e6-7280-4850-9c26-31e7440ca1b8 2020-11-06 18:10:51.809 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = be991a0d-8b1a-4d10-b284-514880e03502 2020-11-06 18:10:51.810 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d5ebb33e-a10a-47d5-9f58-5f52274749c8 2020-11-06 18:10:51.811 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a8cd50fb-4ba7-41ff-a9e2-281121c5ca46 2020-11-06 18:10:52.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 18:10:52.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_9c7f8eea-08fb-4f49-9c2f-ff81506851ca 2020-11-06 18:10:52.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 18:10:52.244 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 18:10:52.285 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 18:10:52.286 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e7269e37_tBAGpfg5' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 18:10:52.326 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e7269e37_tBAGpfg5' (ID = 3ce15ce4-55ce-49cb-9711-b9f32ccf9370) has been successfully created! 2020-11-06 18:10:52.326 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3ce15ce4-55ce-49cb-9711-b9f32ccf9370' to option 'instance_type'. 2020-11-06 18:10:52.327 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3ce15ce4-55ce-49cb-9711-b9f32ccf9370 2020-11-06 18:10:52.328 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context tempest@default setup() finished in 0.92 sec 2020-11-06 18:10:52.329 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context testr@default setup() finished in 0.40 msec 2020-11-06 18:10:52.329 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9ea9c5c6-0fc1-4175-8199-ccd9633ab51e'. 2020-11-06 18:11:13.286 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.509s] 2020-11-06 18:11:13.374 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.090s] 2020-11-06 18:11:14.779 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.459s] 2020-11-06 18:11:15.283 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.498s] 2020-11-06 18:11:26.293 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [16.288s] 2020-11-06 18:11:41.668 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.370s] 2020-11-06 18:11:43.289 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.210s] 2020-11-06 18:11:43.402 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.113s] 2020-11-06 18:11:43.572 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.169s] 2020-11-06 18:11:43.687 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.115s] 2020-11-06 18:11:43.847 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.160s] 2020-11-06 18:11:44.637 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.428s] 2020-11-06 18:11:48.040 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [21.742s] 2020-11-06 18:12:07.467 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [19.424s] 2020-11-06 18:12:31.506 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [17.916s] 2020-11-06 18:12:33.717 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [35.139s] 2020-11-06 18:12:39.333 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [31.858s] 2020-11-06 18:12:52.216 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-11-06 18:13:04.858 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [48.264s] 2020-11-06 18:13:20.690 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context testr@default cleanup() started 2020-11-06 18:13:20.691 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context testr@default cleanup() finished in 0.77 msec 2020-11-06 18:13:20.691 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context tempest@default cleanup() started 2020-11-06 18:13:20.877 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e7269e37_tBAGpfg5'. 2020-11-06 18:13:21.047 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e7269e37_tBAGpfg5' has been deleted. 2020-11-06 18:13:21.048 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3ce15ce4-55ce-49cb-9711-b9f32ccf9370' of option 'instance_type' from Tempest config file. 2020-11-06 18:13:21.048 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3ce15ce4-55ce-49cb-9711-b9f32ccf9370' has been removed. 2020-11-06 18:13:21.049 34 INFO rally.task.context [-] Verification f00649ef-ec36-4c8c-8357-3dd843fa18ac | Context tempest@default cleanup() finished in 0.36 sec 2020-11-06 18:13:21.070 34 INFO rally.api [-] Verification (UUID=e7269e37-1353-4cda-8445-64519d8a15ea) has been successfully finished for deployment 'opnfv-rally' (UUID=73797056-66f4-4316-b711-1ad724838cd3)! 2020-11-06 18:13:22.982 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:13:22.982 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:13:22.982 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:13:24.608 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:13:24.609 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:13:24.609 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:13:27.258 57 INFO rally.api [-] Building 'html' report for the following verification(s): 'e7269e37-1353-4cda-8445-64519d8a15ea' 2020-11-06 18:13:27.280 57 INFO rally.api [-] The report has been successfully built. 2020-11-06 18:13:29.081 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:13:29.082 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:13:29.082 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:13:31.618 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e7269e37-1353-4cda-8445-64519d8a15ea' 2020-11-06 18:13:31.621 59 INFO rally.api [-] The report has been successfully built.