2020-05-14 23:42:19.984 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:19.985 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:19.985 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:22.083 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-05-14 23:42:22.083 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 23:42:22.083 7 ERROR rally.cli.cliutils 2020-05-14 23:42:23.755 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:23.756 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:23.756 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:27.882 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:27.883 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:27.883 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:32.397 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:32.397 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:32.397 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:33.911 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:33.911 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:33.911 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:35.969 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-05-14 23:42:35.969 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 23:42:35.969 17 ERROR rally.cli.cliutils 2020-05-14 23:42:37.493 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:37.493 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:37.494 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:39.521 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 23:42:39.587 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/repo. 2020-05-14 23:42:39.819 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-14 23:42:39.833 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 23:42:39.842 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 23:42:39.864 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 23:42:39.929 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 23:42:40.703 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42a08eb6-9b4a-4273-a357-7efd98681580) has been successfully created! 2020-05-14 23:42:42.564 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:42.565 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:42.565 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:46.975 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:42:46.976 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:42:46.976 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:42:49.205 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42a08eb6-9b4a-4273-a357-7efd98681580) for deployment 'opnfv-rally' (UUID=7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa). 2020-05-14 23:42:52.659 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42a08eb6-9b4a-4273-a357-7efd98681580) has been successfully configured for deployment 'opnfv-rally' (UUID=7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa)! 2020-05-14 23:43:00.664 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:43:00.664 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:43:00.664 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:43:02.731 35 INFO rally.api [-] Starting verification (UUID=650bade5-9f2b-4745-ab3c-e2d9e715b2be) for deployment 'opnfv-rally' (UUID=7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa) by verifier 'opnfv-tempest' (UUID=42a08eb6-9b4a-4273-a357-7efd98681580). 2020-05-14 23:43:03.330 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 23:43:03.331 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/for-deployment-7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa/tempest.log' to option 'log_file'. 2020-05-14 23:43:03.331 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/for-deployment-7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa/tempest.log 2020-05-14 23:43:03.331 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 23:43:03.332 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/for-deployment-7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa/lock_files' to option 'lock_path'. 2020-05-14 23:43:03.332 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-42a08eb6-9b4a-4273-a357-7efd98681580/for-deployment-7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa/lock_files 2020-05-14 23:43:03.332 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 23:43:03.332 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-05-14 23:43:03.333 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b3a5a6a1-f67c-4194-8473-b5aa973333e4 2020-05-14 23:43:03.333 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 70a566e0-f36d-443a-94e7-8f5e6ee53e04 2020-05-14 23:43:03.333 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eb41e98b-9da6-4df6-b129-08308c7e99fd 2020-05-14 23:43:03.334 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6f56c037-7b83-418a-882c-7cf1c4a0d0e2 2020-05-14 23:43:10.472 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 23:43:10.473 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_74274344-7154-476c-a94a-add3958c9321 2020-05-14 23:43:10.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 23:43:10.573 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 23:43:10.680 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 23:43:10.681 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_650bade5_pkTvdjTG' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 23:43:10.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_650bade5_pkTvdjTG' (ID = 0ad7c12d-ae1f-4907-b49a-cff10f3df990) has been successfully created! 2020-05-14 23:43:10.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0ad7c12d-ae1f-4907-b49a-cff10f3df990' to option 'instance_type'. 2020-05-14 23:43:10.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0ad7c12d-ae1f-4907-b49a-cff10f3df990 2020-05-14 23:43:10.722 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context tempest@default setup() finished in 7.81 sec 2020-05-14 23:43:10.723 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context testr@default setup() finished in 0.40 msec 2020-05-14 23:43:10.723 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/343bd9b3-3b73-4769-af44-e58c187687ff'. 2020-05-14 23:43:15.378 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-05-14 23:43:15.525 35 INFO opnfv-tempest [-] {5} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.000s] 2020-05-14 23:44:02.286 35 INFO opnfv-tempest [-] {9} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [45.194s] 2020-05-14 23:44:03.368 35 INFO opnfv-tempest [-] {6} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.656s] 2020-05-14 23:44:03.449 35 INFO opnfv-tempest [-] {6} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.082s] 2020-05-14 23:44:03.963 35 INFO opnfv-tempest [-] {7} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.473s] 2020-05-14 23:44:06.485 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.257s] 2020-05-14 23:44:06.723 35 INFO opnfv-tempest [-] {8} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.499s] 2020-05-14 23:44:08.111 35 INFO opnfv-tempest [-] {10} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.409s] 2020-05-14 23:44:16.192 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.271s] 2020-05-14 23:44:16.298 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.105s] 2020-05-14 23:44:16.458 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.160s] 2020-05-14 23:44:16.561 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.102s] 2020-05-14 23:44:16.694 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.132s] 2020-05-14 23:44:40.307 35 INFO opnfv-tempest [-] {4} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [35.646s] 2020-05-14 23:45:27.240 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [79.077s] 2020-05-14 23:46:26.356 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context testr@default cleanup() started 2020-05-14 23:46:26.357 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context testr@default cleanup() finished in 0.72 msec 2020-05-14 23:46:26.358 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context tempest@default cleanup() started 2020-05-14 23:46:26.503 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_650bade5_pkTvdjTG'. 2020-05-14 23:46:26.692 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_650bade5_pkTvdjTG' has been deleted. 2020-05-14 23:46:26.693 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0ad7c12d-ae1f-4907-b49a-cff10f3df990' of option 'instance_type' from Tempest config file. 2020-05-14 23:46:26.693 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0ad7c12d-ae1f-4907-b49a-cff10f3df990' has been removed. 2020-05-14 23:46:26.697 35 INFO rally.task.context [-] Verification 42a08eb6-9b4a-4273-a357-7efd98681580 | Context tempest@default cleanup() finished in 0.34 sec 2020-05-14 23:46:26.719 35 INFO rally.api [-] Verification (UUID=650bade5-9f2b-4745-ab3c-e2d9e715b2be) has been successfully finished for deployment 'opnfv-rally' (UUID=7e0f31ef-ba89-459b-b04f-8b3e37cdbcaa)! 2020-05-14 23:46:28.411 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:46:28.412 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:46:28.412 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:46:29.936 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:46:29.936 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:46:29.937 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:46:31.995 79 INFO rally.api [-] Building 'html' report for the following verification(s): '650bade5-9f2b-4745-ab3c-e2d9e715b2be' 2020-05-14 23:46:32.015 79 INFO rally.api [-] The report has been successfully built. 2020-05-14 23:46:33.641 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:46:33.641 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:46:33.641 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:46:35.657 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '650bade5-9f2b-4745-ab3c-e2d9e715b2be' 2020-05-14 23:46:35.660 81 INFO rally.api [-] The report has been successfully built.