2022-04-19 08:00:11.984 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:11.985 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:11.985 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:14.449 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 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:00:14.449 7 ERROR rally.cli.cliutils 2022-04-19 08:00:16.166 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:16.166 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:16.167 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:20.687 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:20.688 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:20.688 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:25.462 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:25.463 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:25.463 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:27.036 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:27.036 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:27.036 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:00:29.330 16 ERROR rally.cli.cliutils 2022-04-19 08:00:31.061 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:31.061 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:31.062 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:33.337 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:00:33.413 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/repo. 2022-04-19 08:00:33.781 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2022-04-19 08:00:33.796 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:00:33.802 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:00:33.822 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:00:33.877 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:00:34.548 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9e9d207-e2ca-4cb8-a770-a02eae5a1602) has been successfully created! 2022-04-19 08:00:36.164 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:36.165 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:36.165 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:46.518 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:46.519 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:46.519 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:00:48.888 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e9e9d207-e2ca-4cb8-a770-a02eae5a1602) for deployment 'opnfv-rally' (UUID=0081072d-9860-4d4b-80c1-77b6f0510d91). 2022-04-19 08:00:49.402 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9e9d207-e2ca-4cb8-a770-a02eae5a1602) has been successfully configured for deployment 'opnfv-rally' (UUID=0081072d-9860-4d4b-80c1-77b6f0510d91)! 2022-04-19 08:00:59.880 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:00:59.881 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:00:59.881 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:01:02.250 33 INFO rally.api [-] Starting verification (UUID=75a8fbba-da8e-4bac-ad10-b0f70d662c78) for deployment 'opnfv-rally' (UUID=0081072d-9860-4d4b-80c1-77b6f0510d91) by verifier 'opnfv-tempest' (UUID=e9e9d207-e2ca-4cb8-a770-a02eae5a1602). 2022-04-19 08:01:02.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:01:02.952 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/for-deployment-0081072d-9860-4d4b-80c1-77b6f0510d91/tempest.log' to option 'log_file'. 2022-04-19 08:01:02.952 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/for-deployment-0081072d-9860-4d4b-80c1-77b6f0510d91/tempest.log 2022-04-19 08:01:02.953 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:01:02.953 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/for-deployment-0081072d-9860-4d4b-80c1-77b6f0510d91/lock_files' to option 'lock_path'. 2022-04-19 08:01:02.953 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e9e9d207-e2ca-4cb8-a770-a02eae5a1602/for-deployment-0081072d-9860-4d4b-80c1-77b6f0510d91/lock_files 2022-04-19 08:01:02.954 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:01:02.954 33 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 2022-04-19 08:01:02.954 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b40809c4-9aba-4167-8ecc-84bd71ff4a90 2022-04-19 08:01:02.955 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = faf0e8fc-3f17-48b5-b5bb-a4532af14a23 2022-04-19 08:01:02.955 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 63456a26-9a7c-4d59-a160-dced87bbc777 2022-04-19 08:01:02.956 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 39dd9b18-94a3-420b-8bc3-11dc7b49e7d0 2022-04-19 08:01:03.539 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:01:03.540 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_0fd6d4ae-15ff-49fa-9135-4a8193a46f5f 2022-04-19 08:01:03.541 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:01:03.637 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:01:03.676 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 08:01:03.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_75a8fbba_RfBpPxza' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 08:01:03.711 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_75a8fbba_RfBpPxza' (ID = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd) has been successfully created! 2022-04-19 08:01:03.712 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8ece6fe5-e1af-4293-b5d5-36454fa3d8cd' to option 'instance_type'. 2022-04-19 08:01:03.712 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd 2022-04-19 08:01:03.714 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context tempest@default setup() finished in 1.26 sec 2022-04-19 08:01:03.714 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context testr@default setup() finished in 0.41 msec 2022-04-19 08:01:03.715 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/138d8019-ce4e-4598-9450-02c97b5a9403'. 2022-04-19 08:01:10.385 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.282s] 2022-04-19 08:01:10.597 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.212s] 2022-04-19 08:01:10.688 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.091s] 2022-04-19 08:01:10.830 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.087s] 2022-04-19 08:01:11.175 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.345s] 2022-04-19 08:01:11.353 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.178s] 2022-04-19 08:01:11.603 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.250s] 2022-04-19 08:01:11.936 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.334s] 2022-04-19 08:01:12.210 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.273s] 2022-04-19 08:01:12.513 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.302s] 2022-04-19 08:01:12.843 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.330s] 2022-04-19 08:01:13.023 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.180s] 2022-04-19 08:01:13.229 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.206s] 2022-04-19 08:01:13.930 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.646s] 2022-04-19 08:01:14.258 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.327s] 2022-04-19 08:01:14.496 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.238s] 2022-04-19 08:01:14.672 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.175s] 2022-04-19 08:01:14.926 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.254s] 2022-04-19 08:01:15.056 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.129s] 2022-04-19 08:01:15.315 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.258s] 2022-04-19 08:01:15.530 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.214s] 2022-04-19 08:01:15.751 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.221s] 2022-04-19 08:01:16.213 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.406s] 2022-04-19 08:01:16.528 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.314s] 2022-04-19 08:01:16.822 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.294s] 2022-04-19 08:01:17.144 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.321s] 2022-04-19 08:01:18.025 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.772s] 2022-04-19 08:01:18.415 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.389s] 2022-04-19 08:01:18.644 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.229s] 2022-04-19 08:01:18.807 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.107s] 2022-04-19 08:01:19.247 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.440s] 2022-04-19 08:01:19.537 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.289s] 2022-04-19 08:01:19.784 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.247s] 2022-04-19 08:01:20.028 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.244s] 2022-04-19 08:01:20.435 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.406s] 2022-04-19 08:01:20.718 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.282s] 2022-04-19 08:01:20.831 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.113s] 2022-04-19 08:01:20.973 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.141s] 2022-04-19 08:01:23.498 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.524s] 2022-04-19 08:01:23.637 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.139s] 2022-04-19 08:01:26.090 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.452s] 2022-04-19 08:01:26.242 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.152s] 2022-04-19 08:01:26.525 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.283s] 2022-04-19 08:01:26.768 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.242s] 2022-04-19 08:01:45.997 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [19.227s] 2022-04-19 08:01:59.497 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.500s] 2022-04-19 08:02:17.169 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.672s] 2022-04-19 08:02:30.967 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.797s] 2022-04-19 08:02:44.847 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.879s] 2022-04-19 08:02:58.647 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.800s] 2022-04-19 08:03:12.255 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.607s] 2022-04-19 08:03:25.944 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.687s] 2022-04-19 08:03:52.080 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.135s] 2022-04-19 08:04:30.311 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [38.230s] 2022-04-19 08:05:00.486 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [30.173s] 2022-04-19 08:05:26.513 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [26.028s] 2022-04-19 08:05:52.553 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [26.037s] 2022-04-19 08:06:14.278 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.725s] 2022-04-19 08:06:36.081 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.802s] 2022-04-19 08:06:36.088 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.006s]: b'Test disabled in conf, skipping' 2022-04-19 08:06:45.269 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.180s] 2022-04-19 08:06:58.647 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.378s] 2022-04-19 08:07:11.945 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.297s] 2022-04-19 08:07:21.386 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.441s] 2022-04-19 08:07:35.065 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.678s] 2022-04-19 08:07:53.256 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.187s] 2022-04-19 08:08:06.963 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.707s] 2022-04-19 08:08:24.885 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.921s] 2022-04-19 08:08:42.738 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.852s] 2022-04-19 08:08:42.975 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.235s]: b'LBaasv2 extension not available, skipping' 2022-04-19 08:08:43.112 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.136s]: b'LBaasv2 extension not available, skipping' 2022-04-19 08:09:04.482 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.370s] 2022-04-19 08:09:31.279 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.797s] 2022-04-19 08:10:14.591 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [43.311s] 2022-04-19 08:10:58.286 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [43.694s] 2022-04-19 08:11:35.073 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [36.786s] 2022-04-19 08:12:11.812 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [36.739s] 2022-04-19 08:13:01.903 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [50.090s] 2022-04-19 08:13:33.982 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.079s] 2022-04-19 08:14:10.756 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [36.773s] 2022-04-19 08:14:38.317 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.560s] 2022-04-19 08:15:08.184 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.865s] 2022-04-19 08:15:08.489 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.304s] 2022-04-19 08:15:08.657 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.168s] 2022-04-19 08:15:08.839 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.181s] 2022-04-19 08:15:09.019 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.180s] 2022-04-19 08:15:14.810 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.790s] 2022-04-19 08:15:25.613 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.802s] 2022-04-19 08:15:26.139 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.524s] 2022-04-19 08:15:26.140 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2022-04-19 08:15:26.341 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.202s] 2022-04-19 08:15:45.167 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.826s] 2022-04-19 08:15:59.286 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.119s] 2022-04-19 08:16:08.325 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.039s] 2022-04-19 08:16:17.468 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.142s] 2022-04-19 08:17:28.015 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.547s] 2022-04-19 08:18:55.358 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.342s] 2022-04-19 08:19:04.930 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.571s] 2022-04-19 08:19:18.142 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.211s] 2022-04-19 08:19:27.336 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.193s] 2022-04-19 08:19:40.558 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.221s] 2022-04-19 08:19:49.701 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.142s] 2022-04-19 08:20:07.176 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.475s] 2022-04-19 08:20:07.467 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.290s] 2022-04-19 08:20:07.642 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.174s] 2022-04-19 08:20:07.804 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.162s] 2022-04-19 08:20:07.973 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.169s] 2022-04-19 08:20:08.130 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.157s] 2022-04-19 08:20:08.288 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.158s] 2022-04-19 08:20:08.436 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.147s] 2022-04-19 08:20:08.591 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.154s] 2022-04-19 08:20:08.841 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.250s] 2022-04-19 08:20:17.805 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.964s] 2022-04-19 08:20:18.480 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.674s] 2022-04-19 08:20:18.651 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.171s] 2022-04-19 08:20:27.631 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.978s] 2022-04-19 08:20:27.900 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.268s] 2022-04-19 08:20:28.050 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.150s] 2022-04-19 08:20:28.200 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.149s] 2022-04-19 08:20:28.209 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.008s]: b'Test disabled in conf, skipping' 2022-04-19 08:20:28.727 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.516s]: b'LBaas v1 extension not available, skipping' 2022-04-19 08:20:29.150 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.422s]: b'LBaasv2 extension not available, skipping' 2022-04-19 08:21:11.854 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.703s] 2022-04-19 08:21:25.918 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.064s] 2022-04-19 08:21:25.924 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2022-04-19 08:22:20.303 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [54.358s] 2022-04-19 08:23:23.032 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [62.743s] 2022-04-19 08:23:23.039 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.010s]: b'Test disabled in conf, skipping' 2022-04-19 08:23:23.045 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.005s]: b'Test disabled in conf, skipping' 2022-04-19 08:23:23.531 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context testr@default cleanup() started 2022-04-19 08:23:23.532 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context testr@default cleanup() finished in 0.82 msec 2022-04-19 08:23:23.532 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context tempest@default cleanup() started 2022-04-19 08:23:23.815 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_75a8fbba_RfBpPxza'. 2022-04-19 08:23:24.030 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_75a8fbba_RfBpPxza' has been deleted. 2022-04-19 08:23:24.031 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8ece6fe5-e1af-4293-b5d5-36454fa3d8cd' of option 'instance_type' from Tempest config file. 2022-04-19 08:23:24.031 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8ece6fe5-e1af-4293-b5d5-36454fa3d8cd' has been removed. 2022-04-19 08:23:24.037 33 INFO rally.task.context [-] Verification e9e9d207-e2ca-4cb8-a770-a02eae5a1602 | Context tempest@default cleanup() finished in 0.51 sec 2022-04-19 08:23:24.066 33 INFO rally.api [-] Verification (UUID=75a8fbba-da8e-4bac-ad10-b0f70d662c78) has been successfully finished for deployment 'opnfv-rally' (UUID=0081072d-9860-4d4b-80c1-77b6f0510d91)! 2022-04-19 08:23:26.207 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:23:26.207 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:23:26.207 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:23:28.097 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:23:28.098 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:23:28.098 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:23:30.889 41 INFO rally.api [-] Building 'html' report for the following verification(s): '75a8fbba-da8e-4bac-ad10-b0f70d662c78' 2022-04-19 08:23:30.931 41 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:23:32.553 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:23:32.553 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:23:32.554 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:23:34.940 43 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '75a8fbba-da8e-4bac-ad10-b0f70d662c78' 2022-04-19 08:23:34.948 43 INFO rally.api [-] The report has been successfully built.