2021-05-16 12:22:30.576 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:30.576 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:30.576 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:32.984 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-05-16 12:22:32.984 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:22:32.984 8 ERROR rally.cli.cliutils 2021-05-16 12:22:34.657 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:34.658 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:34.658 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:38.801 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:38.801 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:38.801 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:43.724 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:43.724 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:43.724 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:45.272 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:45.273 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:45.273 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:47.622 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-05-16 12:22:47.622 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:22:47.622 18 ERROR rally.cli.cliutils 2021-05-16 12:22:49.265 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:49.266 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:49.266 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:51.540 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:22:51.607 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/repo. 2021-05-16 12:22:51.889 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:22:51.903 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:22:51.910 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:22:51.931 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:22:52.003 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:22:52.776 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ea92737-b781-4779-a574-30978ce1d1e0) has been successfully created! 2021-05-16 12:22:54.392 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:54.393 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:54.393 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:58.959 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:58.959 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:58.959 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:01.384 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0ea92737-b781-4779-a574-30978ce1d1e0) for deployment 'opnfv-rally' (UUID=446e9766-9008-488f-a17f-faa5bc6fd6ba). 2021-05-16 12:23:01.870 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ea92737-b781-4779-a574-30978ce1d1e0) has been successfully configured for deployment 'opnfv-rally' (UUID=446e9766-9008-488f-a17f-faa5bc6fd6ba)! 2021-05-16 12:23:10.084 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:10.084 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:10.085 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:12.545 36 INFO rally.api [-] Starting verification (UUID=a224fb45-48b6-435d-8f23-2f3c7c66899d) for deployment 'opnfv-rally' (UUID=446e9766-9008-488f-a17f-faa5bc6fd6ba) by verifier 'opnfv-tempest' (UUID=0ea92737-b781-4779-a574-30978ce1d1e0). 2021-05-16 12:23:13.279 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:23:13.279 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/for-deployment-446e9766-9008-488f-a17f-faa5bc6fd6ba/tempest.log' to option 'log_file'. 2021-05-16 12:23:13.279 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/for-deployment-446e9766-9008-488f-a17f-faa5bc6fd6ba/tempest.log 2021-05-16 12:23:13.280 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:23:13.280 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/for-deployment-446e9766-9008-488f-a17f-faa5bc6fd6ba/lock_files' to option 'lock_path'. 2021-05-16 12:23:13.280 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0ea92737-b781-4779-a574-30978ce1d1e0/for-deployment-446e9766-9008-488f-a17f-faa5bc6fd6ba/lock_files 2021-05-16 12:23:13.281 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:23:13.281 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-05-16 12:23:13.281 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dceea955-c7d5-4a8a-8700-2fa8ad3e976b 2021-05-16 12:23:13.281 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cb8b2dbb-1ebd-4335-a743-585d689da5ea 2021-05-16 12:23:13.281 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a88881c2-0943-44a4-b378-7ef0fefdbc1a 2021-05-16 12:23:13.282 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9f18c745-ae8e-4640-8f89-63b5d51ed510 2021-05-16 12:23:13.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:23:13.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_e213af99-3d90-4285-af07-d893d429ffba 2021-05-16 12:23:13.456 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:23:13.525 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:23:13.570 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 12:23:13.571 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a224fb45_Zll1FLIL' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 12:23:13.607 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a224fb45_Zll1FLIL' (ID = f9474c3b-7ec9-49a7-b97b-30268971576d) has been successfully created! 2021-05-16 12:23:13.607 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f9474c3b-7ec9-49a7-b97b-30268971576d' to option 'instance_type'. 2021-05-16 12:23:13.607 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f9474c3b-7ec9-49a7-b97b-30268971576d 2021-05-16 12:23:13.609 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context tempest@default setup() finished in 0.83 sec 2021-05-16 12:23:13.610 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context testr@default setup() finished in 0.28 msec 2021-05-16 12:23:13.610 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/26b26993-bca3-4929-966d-a96ba27e0603'. 2021-05-16 12:23:30.294 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.596s] 2021-05-16 12:23:32.350 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.286s] 2021-05-16 12:23:32.486 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.136s] 2021-05-16 12:23:32.660 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.594s] 2021-05-16 12:23:32.679 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.192s] 2021-05-16 12:23:32.749 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.088s] 2021-05-16 12:23:32.782 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.102s] 2021-05-16 12:23:32.904 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.120s] 2021-05-16 12:23:33.111 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.462s] 2021-05-16 12:23:55.173 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.406s] 2021-05-16 12:23:57.612 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.215s] 2021-05-16 12:24:05.874 36 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-05-16 12:24:08.984 36 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2021-05-16 12:24:10.204 36 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.768s] 2021-05-16 12:24:50.346 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [56.802s] 2021-05-16 12:25:26.141 36 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [24.610s] 2021-05-16 12:25:28.135 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context testr@default cleanup() started 2021-05-16 12:25:28.136 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context testr@default cleanup() finished in 0.80 msec 2021-05-16 12:25:28.137 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context tempest@default cleanup() started 2021-05-16 12:25:28.294 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a224fb45_Zll1FLIL'. 2021-05-16 12:25:28.449 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a224fb45_Zll1FLIL' has been deleted. 2021-05-16 12:25:28.450 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f9474c3b-7ec9-49a7-b97b-30268971576d' of option 'instance_type' from Tempest config file. 2021-05-16 12:25:28.451 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f9474c3b-7ec9-49a7-b97b-30268971576d' has been removed. 2021-05-16 12:25:28.457 36 INFO rally.task.context [-] Verification 0ea92737-b781-4779-a574-30978ce1d1e0 | Context tempest@default cleanup() finished in 0.32 sec 2021-05-16 12:25:28.479 36 INFO rally.api [-] Verification (UUID=a224fb45-48b6-435d-8f23-2f3c7c66899d) has been successfully finished for deployment 'opnfv-rally' (UUID=446e9766-9008-488f-a17f-faa5bc6fd6ba)! 2021-05-16 12:25:30.300 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:30.300 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:30.300 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:31.795 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:31.795 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:31.795 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:33.914 59 INFO rally.api [-] Building 'html' report for the following verification(s): 'a224fb45-48b6-435d-8f23-2f3c7c66899d' 2021-05-16 12:25:33.943 59 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:25:35.648 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:35.648 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:35.649 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:38.111 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a224fb45-48b6-435d-8f23-2f3c7c66899d' 2021-05-16 12:25:38.114 61 INFO rally.api [-] The report has been successfully built.