2020-09-19 08:31:34.224 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:31:34.230 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:31:34.231 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:31:53.025 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-09-19 08:31:53.025 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:31:53.025 7 ERROR rally.cli.cliutils 2020-09-19 08:32:05.539 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:32:05.545 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:32:05.546 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:32:38.310 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:32:38.316 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:32:38.317 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:33:12.671 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:33:12.677 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:33:12.678 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:33:25.846 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:33:25.852 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:33:25.853 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:33:44.259 37 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-19 08:33:44.259 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils force=force) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 08:33:44.259 37 ERROR rally.cli.cliutils 2020-09-19 08:33:56.662 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:33:56.667 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:33:56.668 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:34:16.147 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 08:34:16.596 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/repo. 2020-09-19 08:34:17.386 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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-09-19 08:34:17.480 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 08:34:17.536 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 08:34:17.623 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 08:34:18.143 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 08:34:23.473 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=160e7d27-a29e-44b6-9a0a-a2fc1b018de3) has been successfully created! 2020-09-19 08:34:36.330 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:34:36.336 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:34:36.337 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:35:07.990 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:35:07.995 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:35:07.997 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:35:26.801 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=160e7d27-a29e-44b6-9a0a-a2fc1b018de3) for deployment 'opnfv-rally' (UUID=2dfbf090-3659-47d3-981e-2fb20323f359). 2020-09-19 08:35:28.124 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=160e7d27-a29e-44b6-9a0a-a2fc1b018de3) has been successfully configured for deployment 'opnfv-rally' (UUID=2dfbf090-3659-47d3-981e-2fb20323f359)! 2020-09-19 08:36:31.743 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:36:31.749 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:36:31.750 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:36:51.670 95 INFO rally.api [-] Starting verification (UUID=6b132faa-f5ca-4566-b139-b542de6e9061) for deployment 'opnfv-rally' (UUID=2dfbf090-3659-47d3-981e-2fb20323f359) by verifier 'opnfv-tempest' (UUID=160e7d27-a29e-44b6-9a0a-a2fc1b018de3). 2020-09-19 08:36:55.680 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 08:36:55.682 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/for-deployment-2dfbf090-3659-47d3-981e-2fb20323f359/tempest.log' to option 'log_file'. 2020-09-19 08:36:55.684 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/for-deployment-2dfbf090-3659-47d3-981e-2fb20323f359/tempest.log 2020-09-19 08:36:55.688 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 08:36:55.691 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/for-deployment-2dfbf090-3659-47d3-981e-2fb20323f359/lock_files' to option 'lock_path'. 2020-09-19 08:36:55.693 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-160e7d27-a29e-44b6-9a0a-a2fc1b018de3/for-deployment-2dfbf090-3659-47d3-981e-2fb20323f359/lock_files 2020-09-19 08:36:55.695 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 08:36:55.697 95 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-19 08:36:55.699 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cdcf4ccf-c52b-4171-8d9c-56af6eabedb6 2020-09-19 08:36:55.701 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 31d1a7f8-142d-4c67-abd7-ca478346780c 2020-09-19 08:36:55.704 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9a9cda93-879f-457e-9a29-10255c4d3e64 2020-09-19 08:36:55.708 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 74cc182e-1615-41f3-8ebb-46573605f4c6 2020-09-19 08:36:56.048 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 08:36:56.050 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_bd07026b-b911-4662-b05a-6ca9c12ffb7d 2020-09-19 08:36:56.054 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 08:36:56.745 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 08:36:56.823 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 08:36:56.825 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6b132faa_UuTtOK1N' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 08:36:56.903 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6b132faa_UuTtOK1N' (ID = 8a85fafa-47bd-4bfc-8716-ba5beedf5f9d) has been successfully created! 2020-09-19 08:36:56.905 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8a85fafa-47bd-4bfc-8716-ba5beedf5f9d' to option 'instance_type'. 2020-09-19 08:36:56.907 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8a85fafa-47bd-4bfc-8716-ba5beedf5f9d 2020-09-19 08:36:56.916 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context tempest@default setup() finished in 4.26 sec 2020-09-19 08:36:56.920 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context testr@default setup() finished in 1.32 msec 2020-09-19 08:36:56.921 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6ee0efd7-91ea-4d64-8420-b89dbd5f8106'. 2020-09-19 08:37:47.086 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.793s] 2020-09-19 08:37:48.399 95 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.673s] 2020-09-19 08:37:52.347 95 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.801s] 2020-09-19 08:37:52.508 95 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.166s] 2020-09-19 08:37:54.713 95 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.688s] 2020-09-19 08:38:30.840 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.506s] 2020-09-19 08:38:31.031 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.191s] 2020-09-19 08:38:31.331 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.296s] 2020-09-19 08:38:31.513 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.181s] 2020-09-19 08:38:31.743 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.226s] 2020-09-19 08:38:35.491 95 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.410s] 2020-09-19 08:38:45.457 95 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [36.061s] 2020-09-19 08:38:48.321 95 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2020-09-19 08:39:26.422 95 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [20.123s] 2020-09-19 08:39:27.560 95 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [62.722s] 2020-09-19 08:39:41.961 95 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.005s] 2020-09-19 08:39:46.392 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context testr@default cleanup() started 2020-09-19 08:39:46.396 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context testr@default cleanup() finished in 4.14 msec 2020-09-19 08:39:46.398 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context tempest@default cleanup() started 2020-09-19 08:39:46.875 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6b132faa_UuTtOK1N'. 2020-09-19 08:39:47.020 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6b132faa_UuTtOK1N' has been deleted. 2020-09-19 08:39:47.026 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8a85fafa-47bd-4bfc-8716-ba5beedf5f9d' of option 'instance_type' from Tempest config file. 2020-09-19 08:39:47.027 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8a85fafa-47bd-4bfc-8716-ba5beedf5f9d' has been removed. 2020-09-19 08:39:47.072 95 INFO rally.task.context [-] Verification 160e7d27-a29e-44b6-9a0a-a2fc1b018de3 | Context tempest@default cleanup() finished in 0.67 sec 2020-09-19 08:39:47.155 95 INFO rally.api [-] Verification (UUID=6b132faa-f5ca-4566-b139-b542de6e9061) has been successfully finished for deployment 'opnfv-rally' (UUID=2dfbf090-3659-47d3-981e-2fb20323f359)! 2020-09-19 08:40:00.137 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:40:00.142 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:40:00.143 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:40:13.365 134 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:40:13.371 134 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:40:13.373 134 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:40:32.365 134 INFO rally.api [-] Building 'html' report for the following verification(s): '6b132faa-f5ca-4566-b139-b542de6e9061' 2020-09-19 08:40:32.589 134 INFO rally.api [-] The report has been successfully built. 2020-09-19 08:40:45.289 141 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:40:45.295 141 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:40:45.296 141 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:41:04.608 141 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6b132faa-f5ca-4566-b139-b542de6e9061' 2020-09-19 08:41:04.638 141 INFO rally.api [-] The report has been successfully built.