2020-07-31 14:08:10.809 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:10.809 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:10.809 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:13.370 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-07-31 14:08:13.370 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:08:13.370 7 ERROR rally.cli.cliutils 2020-07-31 14:08:15.212 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:15.212 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:15.212 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:19.731 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:19.732 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:19.732 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:24.545 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:24.545 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:24.545 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:26.053 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:26.053 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:26.054 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:28.090 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-07-31 14:08:28.090 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:08:28.090 17 ERROR rally.cli.cliutils 2020-07-31 14:08:29.865 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:29.865 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:29.865 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:32.087 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:08:32.158 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/repo. 2020-07-31 14:08:32.429 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 14:08:32.442 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:08:32.448 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:08:32.467 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:08:32.528 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:08:33.274 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5394b486-9818-4617-9c4c-7d7f29a67895) has been successfully created! 2020-07-31 14:08:35.165 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:35.165 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:35.165 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:39.808 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:39.809 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:39.809 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:42.095 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5394b486-9818-4617-9c4c-7d7f29a67895) for deployment 'opnfv-rally' (UUID=dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1). 2020-07-31 14:08:42.664 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5394b486-9818-4617-9c4c-7d7f29a67895) has been successfully configured for deployment 'opnfv-rally' (UUID=dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1)! 2020-07-31 14:08:50.853 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:08:50.854 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:08:50.854 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:08:53.127 35 INFO rally.api [-] Starting verification (UUID=2712ddc5-7538-49eb-a598-9ebec789a5bc) for deployment 'opnfv-rally' (UUID=dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1) by verifier 'opnfv-tempest' (UUID=5394b486-9818-4617-9c4c-7d7f29a67895). 2020-07-31 14:08:53.806 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:08:53.806 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/for-deployment-dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1/tempest.log' to option 'log_file'. 2020-07-31 14:08:53.806 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/for-deployment-dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1/tempest.log 2020-07-31 14:08:53.807 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:08:53.807 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/for-deployment-dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1/lock_files' to option 'lock_path'. 2020-07-31 14:08:53.808 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5394b486-9818-4617-9c4c-7d7f29a67895/for-deployment-dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1/lock_files 2020-07-31 14:08:53.808 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 14:08:53.808 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-07-31 14:08:53.809 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 44da1602-a4dc-4786-9129-e6c3d5ef5de7 2020-07-31 14:08:53.809 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = debec8b4-ed16-4ed7-ad00-29bd65a5ba7b 2020-07-31 14:08:53.810 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eecd7620-9374-4ba1-84da-85b46d70c388 2020-07-31 14:08:53.810 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 75e9ebda-a2dc-41fb-8da6-3b917207bbf1 2020-07-31 14:08:54.282 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:08:54.283 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_9e7f90f9-a67e-4208-ae5e-5cf7cd406161 2020-07-31 14:08:54.284 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:08:54.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 14:08:54.409 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 14:08:54.410 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2712ddc5_UHKRRHxC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 14:08:54.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2712ddc5_UHKRRHxC' (ID = 20a66985-3a95-49ea-84d8-06b2d15f4634) has been successfully created! 2020-07-31 14:08:54.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '20a66985-3a95-49ea-84d8-06b2d15f4634' to option 'instance_type'. 2020-07-31 14:08:54.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 20a66985-3a95-49ea-84d8-06b2d15f4634 2020-07-31 14:08:54.448 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context tempest@default setup() finished in 1.11 sec 2020-07-31 14:08:54.449 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context testr@default setup() finished in 0.53 msec 2020-07-31 14:08:54.450 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/197b8d21-a36e-409d-9ddd-f20325daf57a'. 2020-07-31 14:09:13.071 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.292s] 2020-07-31 14:09:13.158 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [1.403s] 2020-07-31 14:09:13.311 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.240s] 2020-07-31 14:09:13.761 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.449s] 2020-07-31 14:09:14.074 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.312s] 2020-07-31 14:09:14.398 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.982s] 2020-07-31 14:09:14.460 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.385s] 2020-07-31 14:09:17.905 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.609s] 2020-07-31 14:09:31.722 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-07-31 14:09:31.724 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-07-31 14:09:47.672 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.509s] 2020-07-31 14:09:48.123 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.547s] 2020-07-31 14:09:48.223 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.099s] 2020-07-31 14:10:34.375 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [27.218s] 2020-07-31 14:10:52.432 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [64.964s] 2020-07-31 14:11:34.488 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [18.456s] 2020-07-31 14:11:49.036 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context testr@default cleanup() started 2020-07-31 14:11:49.037 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context testr@default cleanup() finished in 0.70 msec 2020-07-31 14:11:49.037 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context tempest@default cleanup() started 2020-07-31 14:11:49.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2712ddc5_UHKRRHxC'. 2020-07-31 14:11:49.297 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2712ddc5_UHKRRHxC' has been deleted. 2020-07-31 14:11:49.298 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '20a66985-3a95-49ea-84d8-06b2d15f4634' of option 'instance_type' from Tempest config file. 2020-07-31 14:11:49.298 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '20a66985-3a95-49ea-84d8-06b2d15f4634' has been removed. 2020-07-31 14:11:49.305 35 INFO rally.task.context [-] Verification 5394b486-9818-4617-9c4c-7d7f29a67895 | Context tempest@default cleanup() finished in 0.27 sec 2020-07-31 14:11:49.333 35 INFO rally.api [-] Verification (UUID=2712ddc5-7538-49eb-a598-9ebec789a5bc) has been successfully finished for deployment 'opnfv-rally' (UUID=dc03639c-7e8e-4b98-9c7b-289e8a8f4fb1)! 2020-07-31 14:11:51.273 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:51.274 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:51.274 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:52.900 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:52.901 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:52.901 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:55.216 58 INFO rally.api [-] Building 'html' report for the following verification(s): '2712ddc5-7538-49eb-a598-9ebec789a5bc' 2020-07-31 14:11:55.238 58 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:11:56.991 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:56.991 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:56.992 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:59.281 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2712ddc5-7538-49eb-a598-9ebec789a5bc' 2020-07-31 14:11:59.284 60 INFO rally.api [-] The report has been successfully built.