2021-06-01 18:05:59.461 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:05:59.462 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:05:59.462 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:02.214 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-06-01 18:06:02.214 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:06:02.214 8 ERROR rally.cli.cliutils 2021-06-01 18:06:03.995 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:03.996 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:03.996 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:08.701 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:08.701 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:08.701 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:13.639 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:13.640 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:13.640 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:15.032 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:15.032 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:15.032 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:17.356 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-06-01 18:06:17.356 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:06:17.356 18 ERROR rally.cli.cliutils 2021-06-01 18:06:19.117 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:19.117 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:19.117 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:21.412 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:06:21.484 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/repo. 2021-06-01 18:06:21.762 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 18:06:21.779 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:06:21.788 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:06:21.807 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:06:21.871 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:06:22.634 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=076cc2d1-f59f-4e82-a8da-d8aed8e96fab) has been successfully created! 2021-06-01 18:06:24.433 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:24.433 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:24.433 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:34.426 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:34.427 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:34.427 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:36.778 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=076cc2d1-f59f-4e82-a8da-d8aed8e96fab) for deployment 'opnfv-rally' (UUID=cc94b37f-f90e-46b2-885c-d36fe3935572). 2021-06-01 18:06:37.194 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=076cc2d1-f59f-4e82-a8da-d8aed8e96fab) has been successfully configured for deployment 'opnfv-rally' (UUID=cc94b37f-f90e-46b2-885c-d36fe3935572)! 2021-06-01 18:06:46.863 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:06:46.863 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:06:46.864 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:06:49.304 36 INFO rally.api [-] Starting verification (UUID=778bfda2-96ef-486b-a989-a8dd11ff9bd6) for deployment 'opnfv-rally' (UUID=cc94b37f-f90e-46b2-885c-d36fe3935572) by verifier 'opnfv-tempest' (UUID=076cc2d1-f59f-4e82-a8da-d8aed8e96fab). 2021-06-01 18:06:50.046 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:06:50.047 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/for-deployment-cc94b37f-f90e-46b2-885c-d36fe3935572/tempest.log' to option 'log_file'. 2021-06-01 18:06:50.047 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/for-deployment-cc94b37f-f90e-46b2-885c-d36fe3935572/tempest.log 2021-06-01 18:06:50.047 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:06:50.048 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/for-deployment-cc94b37f-f90e-46b2-885c-d36fe3935572/lock_files' to option 'lock_path'. 2021-06-01 18:06:50.048 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-076cc2d1-f59f-4e82-a8da-d8aed8e96fab/for-deployment-cc94b37f-f90e-46b2-885c-d36fe3935572/lock_files 2021-06-01 18:06:50.048 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:06:50.049 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-06-01 18:06:50.049 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 35c00ff3-b031-49c5-9163-2919decb0a21 2021-06-01 18:06:50.049 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8a94e850-2d85-4fbc-9111-045146ed8471 2021-06-01 18:06:50.050 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 97d6bc41-5046-42b8-bba3-1faaab8d3227 2021-06-01 18:06:50.050 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cc3c3b49-da68-432b-8569-103c02b53c9a 2021-06-01 18:06:50.268 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:06:50.268 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_625de504-3ec3-4527-a53a-3efb7f81733b 2021-06-01 18:06:50.269 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:06:50.347 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:06:50.389 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 18:06:50.389 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_778bfda2_YUOHdcCU' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 18:06:50.426 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_778bfda2_YUOHdcCU' (ID = 3e49fe50-473b-4efa-bc2d-1b4bdf029998) has been successfully created! 2021-06-01 18:06:50.426 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3e49fe50-473b-4efa-bc2d-1b4bdf029998' to option 'instance_type'. 2021-06-01 18:06:50.426 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3e49fe50-473b-4efa-bc2d-1b4bdf029998 2021-06-01 18:06:50.427 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context tempest@default setup() finished in 0.88 sec 2021-06-01 18:06:50.428 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context testr@default setup() finished in 0.32 msec 2021-06-01 18:06:50.428 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/032fe916-37ef-4dad-bacd-69a4a0da567c'. 2021-06-01 18:06:56.849 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.436s] 2021-06-01 18:06:57.030 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.181s] 2021-06-01 18:06:57.175 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.145s] 2021-06-01 18:06:58.031 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.743s] 2021-06-01 18:07:00.286 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.255s] 2021-06-01 18:07:00.408 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.122s] 2021-06-01 18:07:00.499 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.091s] 2021-06-01 18:07:01.140 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.517s] 2021-06-01 18:07:03.378 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2021-06-01 18:07:03.562 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.184s] 2021-06-01 18:07:03.673 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.110s] 2021-06-01 18:07:03.910 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.237s] 2021-06-01 18:07:03.982 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.072s] 2021-06-01 18:07:04.161 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.178s] 2021-06-01 18:07:04.201 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.040s] 2021-06-01 18:07:04.282 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.081s] 2021-06-01 18:07:04.580 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.195s] 2021-06-01 18:07:05.015 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.435s] 2021-06-01 18:07:07.233 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.216s] 2021-06-01 18:07:07.265 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2021-06-01 18:07:07.320 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.055s] 2021-06-01 18:07:07.796 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.475s] 2021-06-01 18:07:10.029 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.233s] 2021-06-01 18:07:10.070 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2021-06-01 18:07:10.134 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.064s] 2021-06-01 18:07:14.470 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.335s] 2021-06-01 18:07:14.538 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.067s] 2021-06-01 18:07:18.879 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.341s] 2021-06-01 18:07:18.966 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.087s] 2021-06-01 18:07:19.052 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.085s] 2021-06-01 18:07:19.138 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.086s] 2021-06-01 18:07:19.488 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.252s] 2021-06-01 18:07:19.554 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.066s] 2021-06-01 18:07:19.585 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.031s] 2021-06-01 18:07:19.901 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.211s] 2021-06-01 18:07:20.188 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.287s] 2021-06-01 18:07:20.272 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.083s] 2021-06-01 18:07:20.423 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.151s] 2021-06-01 18:07:20.550 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.126s] 2021-06-01 18:07:20.641 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.091s] 2021-06-01 18:07:20.818 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.177s] 2021-06-01 18:07:20.958 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.140s] 2021-06-01 18:07:21.005 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.046s] 2021-06-01 18:07:21.048 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2021-06-01 18:07:34.407 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.357s] 2021-06-01 18:07:51.830 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.423s] 2021-06-01 18:08:05.413 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.581s] 2021-06-01 18:08:19.085 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.671s] 2021-06-01 18:08:32.715 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.628s] 2021-06-01 18:08:46.724 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.009s] 2021-06-01 18:09:00.334 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.610s] 2021-06-01 18:09:14.376 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.041s] 2021-06-01 18:09:36.248 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.871s] 2021-06-01 18:09:57.874 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.626s] 2021-06-01 18:10:19.597 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.722s] 2021-06-01 18:10:37.336 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [17.738s] 2021-06-01 18:10:59.294 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.958s] 2021-06-01 18:11:20.825 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.530s] 2021-06-01 18:11:39.031 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [18.206s] 2021-06-01 18:11:39.041 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.008s]: b'Test disabled in conf, skipping' 2021-06-01 18:11:48.102 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.061s] 2021-06-01 18:12:01.560 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.457s] 2021-06-01 18:12:14.866 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.305s] 2021-06-01 18:12:24.302 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.436s] 2021-06-01 18:12:38.013 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.710s] 2021-06-01 18:12:56.178 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.163s] 2021-06-01 18:13:09.849 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.671s] 2021-06-01 18:13:27.631 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.782s] 2021-06-01 18:13:45.377 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.745s] 2021-06-01 18:13:45.618 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.239s]: b'LBaasv2 extension not available, skipping' 2021-06-01 18:13:45.764 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.146s]: b'LBaasv2 extension not available, skipping' 2021-06-01 18:14:11.033 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.268s] 2021-06-01 18:14:38.318 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [27.285s] 2021-06-01 18:15:12.665 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.346s] 2021-06-01 18:15:40.347 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.681s] 2021-06-01 18:16:07.508 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.161s] 2021-06-01 18:16:35.574 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.065s] 2021-06-01 18:17:11.956 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.344s] 2021-06-01 18:17:39.777 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.858s] 2021-06-01 18:18:07.439 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.662s] 2021-06-01 18:18:35.483 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [28.043s] 2021-06-01 18:19:01.351 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.867s] 2021-06-01 18:19:01.757 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.405s] 2021-06-01 18:19:01.924 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.166s] 2021-06-01 18:19:02.103 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.179s] 2021-06-01 18:19:02.272 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.168s] 2021-06-01 18:19:07.744 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.470s] 2021-06-01 18:19:17.948 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.205s] 2021-06-01 18:19:18.329 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.380s] 2021-06-01 18:19:18.331 36 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.' 2021-06-01 18:19:18.537 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.207s] 2021-06-01 18:19:36.958 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.421s] 2021-06-01 18:19:50.746 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.787s] 2021-06-01 18:19:59.801 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.054s] 2021-06-01 18:20:09.027 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.225s] 2021-06-01 18:21:19.200 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.172s] 2021-06-01 18:22:46.085 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [86.884s] 2021-06-01 18:22:55.642 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.557s] 2021-06-01 18:23:08.929 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.286s] 2021-06-01 18:23:18.027 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.098s] 2021-06-01 18:23:31.223 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.196s] 2021-06-01 18:23:40.259 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.035s] 2021-06-01 18:23:57.744 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.485s] 2021-06-01 18:23:58.033 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.288s] 2021-06-01 18:23:58.213 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.180s] 2021-06-01 18:23:58.381 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.168s] 2021-06-01 18:23:58.536 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.155s] 2021-06-01 18:23:58.697 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.160s] 2021-06-01 18:23:58.843 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.145s] 2021-06-01 18:23:59.001 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.158s] 2021-06-01 18:23:59.149 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.147s] 2021-06-01 18:23:59.308 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.158s] 2021-06-01 18:24:08.228 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.920s] 2021-06-01 18:24:08.879 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.651s] 2021-06-01 18:24:09.054 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.174s] 2021-06-01 18:24:18.047 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.992s] 2021-06-01 18:24:18.374 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.325s] 2021-06-01 18:24:18.530 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.155s] 2021-06-01 18:24:18.692 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.162s] 2021-06-01 18:24:18.701 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-06-01 18:24:19.255 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.553s]: b'LBaas v1 extension not available, skipping' 2021-06-01 18:24:20.161 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.905s]: b'LBaasv2 extension not available, skipping' 2021-06-01 18:25:06.714 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [46.554s] 2021-06-01 18:25:20.712 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.996s] 2021-06-01 18:25:20.718 36 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' 2021-06-01 18:25:53.981 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [33.257s] 2021-06-01 18:26:52.193 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [58.210s] 2021-06-01 18:26:52.196 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-06-01 18:26:52.200 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-06-01 18:26:52.521 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context testr@default cleanup() started 2021-06-01 18:26:52.521 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context testr@default cleanup() finished in 0.79 msec 2021-06-01 18:26:52.522 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context tempest@default cleanup() started 2021-06-01 18:26:52.822 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_778bfda2_YUOHdcCU'. 2021-06-01 18:26:52.996 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_778bfda2_YUOHdcCU' has been deleted. 2021-06-01 18:26:52.997 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3e49fe50-473b-4efa-bc2d-1b4bdf029998' of option 'instance_type' from Tempest config file. 2021-06-01 18:26:52.998 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3e49fe50-473b-4efa-bc2d-1b4bdf029998' has been removed. 2021-06-01 18:26:53.002 36 INFO rally.task.context [-] Verification 076cc2d1-f59f-4e82-a8da-d8aed8e96fab | Context tempest@default cleanup() finished in 0.48 sec 2021-06-01 18:26:53.029 36 INFO rally.api [-] Verification (UUID=778bfda2-96ef-486b-a989-a8dd11ff9bd6) has been successfully finished for deployment 'opnfv-rally' (UUID=cc94b37f-f90e-46b2-885c-d36fe3935572)! 2021-06-01 18:26:54.886 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:26:54.887 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:26:54.887 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:26:56.604 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:26:56.604 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:26:56.604 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:26:59.037 46 INFO rally.api [-] Building 'html' report for the following verification(s): '778bfda2-96ef-486b-a989-a8dd11ff9bd6' 2021-06-01 18:26:59.065 46 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:27:00.638 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:00.638 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:00.639 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:02.788 48 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '778bfda2-96ef-486b-a989-a8dd11ff9bd6' 2021-06-01 18:27:02.796 48 INFO rally.api [-] The report has been successfully built.