2021-06-01 19:10:33.700 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:33.700 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:33.700 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 19:10:36.181 8 ERROR rally.cli.cliutils 2021-06-01 19:10:37.720 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:37.720 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:37.720 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:41.776 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:41.777 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:41.777 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:46.539 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:46.539 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:46.539 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:48.028 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:48.028 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:48.028 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 19:10:50.407 18 ERROR rally.cli.cliutils 2021-06-01 19:10:52.090 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:52.091 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:52.091 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:54.398 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 19:10:54.476 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/repo. 2021-06-01 19:10:54.762 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 19:10:54.777 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 19:10:54.786 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 19:10:54.807 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 19:10:54.889 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 19:10:55.722 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c4d9f9d2-c004-4740-a25e-17d7a5337fe8) has been successfully created! 2021-06-01 19:10:57.502 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:57.502 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:57.503 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:11:02.019 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:11:02.019 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:11:02.019 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:11:04.308 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c4d9f9d2-c004-4740-a25e-17d7a5337fe8) for deployment 'opnfv-rally' (UUID=9a863f80-f4a1-4058-a439-698e0c31d324). 2021-06-01 19:11:04.677 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c4d9f9d2-c004-4740-a25e-17d7a5337fe8) has been successfully configured for deployment 'opnfv-rally' (UUID=9a863f80-f4a1-4058-a439-698e0c31d324)! 2021-06-01 19:11:12.784 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:11:12.784 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:11:12.785 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:11:15.072 36 INFO rally.api [-] Starting verification (UUID=488db39a-9f45-4560-8bb9-2451448da825) for deployment 'opnfv-rally' (UUID=9a863f80-f4a1-4058-a439-698e0c31d324) by verifier 'opnfv-tempest' (UUID=c4d9f9d2-c004-4740-a25e-17d7a5337fe8). 2021-06-01 19:11:15.754 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 19:11:15.754 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/for-deployment-9a863f80-f4a1-4058-a439-698e0c31d324/tempest.log' to option 'log_file'. 2021-06-01 19:11:15.754 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/for-deployment-9a863f80-f4a1-4058-a439-698e0c31d324/tempest.log 2021-06-01 19:11:15.755 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 19:11:15.755 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/for-deployment-9a863f80-f4a1-4058-a439-698e0c31d324/lock_files' to option 'lock_path'. 2021-06-01 19:11:15.755 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c4d9f9d2-c004-4740-a25e-17d7a5337fe8/for-deployment-9a863f80-f4a1-4058-a439-698e0c31d324/lock_files 2021-06-01 19:11:15.755 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 19:11:15.755 36 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 2021-06-01 19:11:15.755 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5fb42fff-e3de-46c4-8623-2621147dfb9c 2021-06-01 19:11:15.756 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 775cf913-5f8b-4c94-985e-575728f347fa 2021-06-01 19:11:15.756 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c51ce3d3-9f7a-45ee-8c66-c42083134974 2021-06-01 19:11:15.756 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fac9c57b-2c0e-4ca9-b09d-503081d8ca93 2021-06-01 19:11:15.965 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 19:11:15.966 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_15db7c5d-366d-4b39-94f6-8f11459b1506 2021-06-01 19:11:15.967 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 19:11:16.039 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 19:11:16.071 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 19:11:16.072 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_488db39a_qwyA2NX6' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 19:11:16.107 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_488db39a_qwyA2NX6' (ID = 932d7715-f797-41f3-9d4f-d6a5f9443bc5) has been successfully created! 2021-06-01 19:11:16.108 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '932d7715-f797-41f3-9d4f-d6a5f9443bc5' to option 'instance_type'. 2021-06-01 19:11:16.108 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 932d7715-f797-41f3-9d4f-d6a5f9443bc5 2021-06-01 19:11:16.109 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context tempest@default setup() finished in 0.85 sec 2021-06-01 19:11:16.110 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context testr@default setup() finished in 0.36 msec 2021-06-01 19:11:16.110 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/aa9199b4-fdd4-4667-a775-e4c2e2fb68c8'. 2021-06-01 19:11:31.539 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.378s] 2021-06-01 19:11:32.991 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.586s] 2021-06-01 19:11:33.081 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.092s] 2021-06-01 19:11:34.455 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.442s] 2021-06-01 19:11:34.552 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.494s] 2021-06-01 19:11:55.938 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.507s] 2021-06-01 19:12:00.400 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.208s] 2021-06-01 19:12:00.523 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.123s] 2021-06-01 19:12:00.685 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.162s] 2021-06-01 19:12:00.797 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.111s] 2021-06-01 19:12:00.928 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.131s] 2021-06-01 19:12:13.116 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2021-06-01 19:12:16.033 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [29.263s] 2021-06-01 19:12:35.718 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.081s] 2021-06-01 19:12:52.735 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [52.873s] 2021-06-01 19:13:02.830 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-06-01 19:13:03.200 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context testr@default cleanup() started 2021-06-01 19:13:03.201 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context testr@default cleanup() finished in 0.58 msec 2021-06-01 19:13:03.201 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context tempest@default cleanup() started 2021-06-01 19:13:03.383 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_488db39a_qwyA2NX6'. 2021-06-01 19:13:03.617 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_488db39a_qwyA2NX6' has been deleted. 2021-06-01 19:13:03.618 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '932d7715-f797-41f3-9d4f-d6a5f9443bc5' of option 'instance_type' from Tempest config file. 2021-06-01 19:13:03.619 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '932d7715-f797-41f3-9d4f-d6a5f9443bc5' has been removed. 2021-06-01 19:13:03.625 36 INFO rally.task.context [-] Verification c4d9f9d2-c004-4740-a25e-17d7a5337fe8 | Context tempest@default cleanup() finished in 0.42 sec 2021-06-01 19:13:03.648 36 INFO rally.api [-] Verification (UUID=488db39a-9f45-4560-8bb9-2451448da825) has been successfully finished for deployment 'opnfv-rally' (UUID=9a863f80-f4a1-4058-a439-698e0c31d324)! 2021-06-01 19:13:05.461 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:13:05.461 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:13:05.462 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:13:07.018 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:13:07.019 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:13:07.019 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:13:09.532 59 INFO rally.api [-] Building 'html' report for the following verification(s): '488db39a-9f45-4560-8bb9-2451448da825' 2021-06-01 19:13:09.553 59 INFO rally.api [-] The report has been successfully built. 2021-06-01 19:13:11.178 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:13:11.178 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:13:11.178 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:13:13.293 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '488db39a-9f45-4560-8bb9-2451448da825' 2021-06-01 19:13:13.295 61 INFO rally.api [-] The report has been successfully built.