2021-09-22 18:37:33.294 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:33.294 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:33.294 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:35.561 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-09-22 18:37:35.561 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 18:37:35.561 8 ERROR rally.cli.cliutils 2021-09-22 18:37:37.067 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:37.068 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:37.068 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:41.135 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:41.135 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:41.135 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:46.166 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:46.166 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:46.166 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:47.590 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:47.590 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:47.591 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:49.812 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-09-22 18:37:49.812 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 18:37:49.812 18 ERROR rally.cli.cliutils 2021-09-22 18:37:51.325 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:51.325 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:51.325 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:37:53.902 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 18:37:53.944 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/repo. 2021-09-22 18:37:54.261 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 18:37:54.307 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 18:37:54.315 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 18:37:54.325 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 18:37:54.384 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 18:37:55.153 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed1dc0c6-18af-4eb3-91d0-3907404248a2) has been successfully created! 2021-09-22 18:37:56.871 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:37:56.871 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:37:56.871 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:38:01.561 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:38:01.561 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:38:01.561 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:38:03.964 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ed1dc0c6-18af-4eb3-91d0-3907404248a2) for deployment 'opnfv-rally' (UUID=d45cc440-dc6e-4e91-bb28-93c2f9c3edea). 2021-09-22 18:38:04.461 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed1dc0c6-18af-4eb3-91d0-3907404248a2) has been successfully configured for deployment 'opnfv-rally' (UUID=d45cc440-dc6e-4e91-bb28-93c2f9c3edea)! 2021-09-22 18:38:12.506 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:38:12.506 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:38:12.506 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:38:14.754 36 INFO rally.api [-] Starting verification (UUID=1e8765a6-1307-494b-a3f2-4ab773f42cb6) for deployment 'opnfv-rally' (UUID=d45cc440-dc6e-4e91-bb28-93c2f9c3edea) by verifier 'opnfv-tempest' (UUID=ed1dc0c6-18af-4eb3-91d0-3907404248a2). 2021-09-22 18:38:15.231 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 18:38:15.231 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/for-deployment-d45cc440-dc6e-4e91-bb28-93c2f9c3edea/tempest.log' to option 'log_file'. 2021-09-22 18:38:15.231 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/for-deployment-d45cc440-dc6e-4e91-bb28-93c2f9c3edea/tempest.log 2021-09-22 18:38:15.232 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 18:38:15.232 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/for-deployment-d45cc440-dc6e-4e91-bb28-93c2f9c3edea/lock_files' to option 'lock_path'. 2021-09-22 18:38:15.232 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ed1dc0c6-18af-4eb3-91d0-3907404248a2/for-deployment-d45cc440-dc6e-4e91-bb28-93c2f9c3edea/lock_files 2021-09-22 18:38:15.233 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 18:38:15.233 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-09-22 18:38:15.233 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a2fa938b-2bee-42bc-83f4-5136705dc2c3 2021-09-22 18:38:15.234 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 183c0e05-74a0-47bb-aaa6-3445616003c8 2021-09-22 18:38:15.234 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ffc37737-cd87-40b3-90d3-61cdf3c89cc7 2021-09-22 18:38:15.235 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = abe6ebf5-9817-40fc-aa64-3c8491f10f8d 2021-09-22 18:38:15.450 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 18:38:15.450 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_267c525f-9fda-4b88-a3d3-90d9f74ce918 2021-09-22 18:38:15.451 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 18:38:15.524 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 18:38:15.555 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_811efa0c_NZJDWuv2'. Using flavor 'rally_verify_811efa0c_NZJDWuv2' (ID = e5cde9fa-f629-45ab-b39f-e2f32e283480) for the tests. 2021-09-22 18:38:15.556 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' to option 'instance_type'. 2021-09-22 18:38:15.556 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5cde9fa-f629-45ab-b39f-e2f32e283480 2021-09-22 18:38:15.557 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context tempest@default setup() finished in 0.68 sec 2021-09-22 18:38:15.557 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context testr@default setup() finished in 0.25 msec 2021-09-22 18:38:15.558 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/da2d894d-7f9a-444f-8575-84dbe65a273d'. 2021-09-22 18:38:31.170 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.630s] 2021-09-22 18:38:31.255 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.087s] 2021-09-22 18:38:33.331 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.352s] 2021-09-22 18:38:35.170 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.468s] 2021-09-22 18:38:36.002 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.401s] 2021-09-22 18:38:55.099 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.425s] 2021-09-22 18:38:58.687 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.188s] 2021-09-22 18:38:58.785 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.097s] 2021-09-22 18:38:58.955 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.170s] 2021-09-22 18:38:59.071 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.114s] 2021-09-22 18:38:59.191 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.119s] 2021-09-22 18:39:10.176 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2021-09-22 18:39:11.014 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [13.818s] 2021-09-22 18:39:20.238 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-09-22 18:39:29.613 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [13.643s] 2021-09-22 18:39:40.772 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [11.156s] 2021-09-22 18:40:04.192 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [23.413s] 2021-09-22 18:40:22.180 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... fail [17.980s] 2021-09-22 18:42:46.263 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... fail [232.583s] 2021-09-22 18:43:22.203 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [26.047s] 2021-09-22 18:43:24.519 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context testr@default cleanup() started 2021-09-22 18:43:24.520 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context testr@default cleanup() finished in 0.78 msec 2021-09-22 18:43:24.520 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context tempest@default cleanup() started 2021-09-22 18:43:24.717 36 INFO rally.task.context [-] Verification ed1dc0c6-18af-4eb3-91d0-3907404248a2 | Context tempest@default cleanup() finished in 0.20 sec 2021-09-22 18:43:24.728 36 INFO rally.api [-] Verification (UUID=1e8765a6-1307-494b-a3f2-4ab773f42cb6) has been successfully finished for deployment 'opnfv-rally' (UUID=d45cc440-dc6e-4e91-bb28-93c2f9c3edea)! 2021-09-22 18:43:26.414 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:26.415 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:26.415 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:28.048 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:28.049 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:28.049 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:30.329 57 INFO rally.api [-] Building 'html' report for the following verification(s): '1e8765a6-1307-494b-a3f2-4ab773f42cb6' 2021-09-22 18:43:30.350 57 INFO rally.api [-] The report has been successfully built. 2021-09-22 18:43:31.930 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:31.930 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:31.930 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:34.432 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1e8765a6-1307-494b-a3f2-4ab773f42cb6' 2021-09-22 18:43:34.435 59 INFO rally.api [-] The report has been successfully built.