2023-02-19 01:28:15.692 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:15.693 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:15.693 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:18.600 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 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:28:18.600 8 ERROR rally.cli.cliutils 2023-02-19 01:28:20.211 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:20.211 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:20.212 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:24.491 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:24.492 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:24.492 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:29.363 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:29.363 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:29.363 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:30.891 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:30.891 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:30.891 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:33.262 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 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:28:33.262 18 ERROR rally.cli.cliutils 2023-02-19 01:28:34.827 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:34.827 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:34.827 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:37.220 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:28:37.258 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/repo. 2023-02-19 01:28:37.545 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-02-19 01:28:37.559 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:28:37.567 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:28:37.575 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:28:37.631 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:28:38.421 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8e081690-c8c1-4f78-9388-494de66e5b87) has been successfully created! 2023-02-19 01:28:39.948 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:39.948 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:39.948 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:44.504 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:44.504 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:44.504 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:47.014 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8e081690-c8c1-4f78-9388-494de66e5b87) for deployment 'opnfv-rally' (UUID=06e98427-d8da-4ab6-abc6-fbf8f52d890d). 2023-02-19 01:28:47.507 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8e081690-c8c1-4f78-9388-494de66e5b87) has been successfully configured for deployment 'opnfv-rally' (UUID=06e98427-d8da-4ab6-abc6-fbf8f52d890d)! 2023-02-19 01:28:56.592 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:56.593 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:56.593 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:59.037 38 INFO rally.api [-] Starting verification (UUID=c2e842bc-b081-4cc4-8ead-47f246e33125) for deployment 'opnfv-rally' (UUID=06e98427-d8da-4ab6-abc6-fbf8f52d890d) by verifier 'opnfv-tempest' (UUID=8e081690-c8c1-4f78-9388-494de66e5b87). 2023-02-19 01:28:59.686 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:28:59.686 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d/tempest.log' to option 'log_file'. 2023-02-19 01:28:59.687 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d/tempest.log 2023-02-19 01:28:59.687 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:28:59.688 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d/lock_files' to option 'lock_path'. 2023-02-19 01:28:59.688 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d/lock_files 2023-02-19 01:28:59.688 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:28:59.688 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d' to option 'img_dir'. 2023-02-19 01:28:59.689 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-8e081690-c8c1-4f78-9388-494de66e5b87/for-deployment-06e98427-d8da-4ab6-abc6-fbf8f52d890d 2023-02-19 01:28:59.689 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-02-19 01:28:59.689 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0d983ae3-be4b-44fc-a366-99bb305173fb 2023-02-19 01:28:59.690 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3e4f4456-7f14-49ed-b322-eaec62ed6c7d 2023-02-19 01:28:59.691 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 53fc7081-b3ca-47bc-9a48-a78b98c7e3fd 2023-02-19 01:28:59.691 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 03a68ed3-7898-49bc-a555-d9d5d78fc2e0 2023-02-19 01:28:59.890 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:28:59.890 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_4af1a505-abef-4560-a789-9285a4b7a223 2023-02-19 01:28:59.891 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:28:59.995 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:29:00.031 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-02-19 01:29:00.031 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c2e842bc_oEwLw10e' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-02-19 01:29:00.066 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c2e842bc_oEwLw10e' (ID = fd6ff2a4-999d-42b3-9dde-5bebcee0de58) has been successfully created! 2023-02-19 01:29:00.067 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fd6ff2a4-999d-42b3-9dde-5bebcee0de58' to option 'instance_type'. 2023-02-19 01:29:00.067 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fd6ff2a4-999d-42b3-9dde-5bebcee0de58 2023-02-19 01:29:00.069 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context tempest@default setup() finished in 0.86 sec 2023-02-19 01:29:00.069 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context testr@default setup() finished in 0.37 msec 2023-02-19 01:29:00.070 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/af3f016b-ca48-444b-a742-76ba81efc7f7'. 2023-02-19 01:29:05.216 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2023-02-19 01:29:10.074 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.295s] 2023-02-19 01:29:10.892 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [4.624s] 2023-02-19 01:29:12.772 38 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.960s] 2023-02-19 01:29:15.130 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.056s] 2023-02-19 01:29:16.647 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.112s] 2023-02-19 01:29:19.350 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.528s] 2023-02-19 01:29:19.504 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.854s] 2023-02-19 01:29:20.331 38 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2023-02-19 01:29:38.120 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [18.765s] 2023-02-19 01:29:52.625 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [14.505s] 2023-02-19 01:31:24.555 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity ... success [117.063s] 2023-02-19 01:31:30.010 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context testr@default cleanup() started 2023-02-19 01:31:30.011 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context testr@default cleanup() finished in 0.68 msec 2023-02-19 01:31:30.012 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context tempest@default cleanup() started 2023-02-19 01:31:30.243 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c2e842bc_oEwLw10e'. 2023-02-19 01:31:30.442 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c2e842bc_oEwLw10e' has been deleted. 2023-02-19 01:31:30.442 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'fd6ff2a4-999d-42b3-9dde-5bebcee0de58' of option 'instance_type' from Tempest config file. 2023-02-19 01:31:30.442 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'fd6ff2a4-999d-42b3-9dde-5bebcee0de58' has been removed. 2023-02-19 01:31:30.444 38 INFO rally.task.context [-] Verification 8e081690-c8c1-4f78-9388-494de66e5b87 | Context tempest@default cleanup() finished in 0.43 sec 2023-02-19 01:31:30.455 38 INFO rally.api [-] Verification (UUID=c2e842bc-b081-4cc4-8ead-47f246e33125) has been successfully finished for deployment 'opnfv-rally' (UUID=06e98427-d8da-4ab6-abc6-fbf8f52d890d)! 2023-02-19 01:31:32.656 102 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:31:32.657 102 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:31:32.657 102 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:31:34.314 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:31:34.315 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:31:34.315 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:31:37.199 104 INFO rally.api [-] Building 'html' report for the following verification(s): 'c2e842bc-b081-4cc4-8ead-47f246e33125' 2023-02-19 01:31:37.230 104 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:31:39.377 106 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:31:39.377 106 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:31:39.377 106 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:31:42.501 106 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c2e842bc-b081-4cc4-8ead-47f246e33125' 2023-02-19 01:31:42.503 106 INFO rally.api [-] The report has been successfully built.