2021-08-16 18:52:01.888 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:01.889 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:01.889 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:05.074 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-08-16 18:52:05.074 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:52:05.074 8 ERROR rally.cli.cliutils 2021-08-16 18:52:07.253 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:07.254 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:07.254 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:12.467 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:12.467 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:12.468 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:18.380 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:18.381 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:18.381 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:20.002 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:20.003 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:20.003 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:22.797 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-08-16 18:52:22.797 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:52:22.797 18 ERROR rally.cli.cliutils 2021-08-16 18:52:24.734 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:24.735 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:24.735 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:27.538 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:52:27.582 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/repo. 2021-08-16 18:52:27.899 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 18:52:27.915 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:52:27.923 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:52:27.933 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:52:27.997 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:52:28.903 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=942a8431-ecff-4ca6-9dbc-a6c7716259af) has been successfully created! 2021-08-16 18:52:30.784 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:30.784 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:30.784 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:42.769 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:42.770 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:42.770 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:52:45.975 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=942a8431-ecff-4ca6-9dbc-a6c7716259af) for deployment 'opnfv-rally' (UUID=ae209df8-fd01-4e35-9c2f-eaff5cca2948). 2021-08-16 18:52:46.419 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=942a8431-ecff-4ca6-9dbc-a6c7716259af) has been successfully configured for deployment 'opnfv-rally' (UUID=ae209df8-fd01-4e35-9c2f-eaff5cca2948)! 2021-08-16 18:52:57.721 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:52:57.722 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:52:57.722 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:53:00.673 38 INFO rally.api [-] Starting verification (UUID=db99074f-f019-4047-a9cc-dabeaeab16c8) for deployment 'opnfv-rally' (UUID=ae209df8-fd01-4e35-9c2f-eaff5cca2948) by verifier 'opnfv-tempest' (UUID=942a8431-ecff-4ca6-9dbc-a6c7716259af). 2021-08-16 18:53:01.460 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:53:01.462 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948/tempest.log' to option 'log_file'. 2021-08-16 18:53:01.462 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948/tempest.log 2021-08-16 18:53:01.463 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:53:01.463 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948/lock_files' to option 'lock_path'. 2021-08-16 18:53:01.464 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948/lock_files 2021-08-16 18:53:01.464 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:53:01.464 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948' to option 'img_dir'. 2021-08-16 18:53:01.465 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-942a8431-ecff-4ca6-9dbc-a6c7716259af/for-deployment-ae209df8-fd01-4e35-9c2f-eaff5cca2948 2021-08-16 18:53:01.465 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 18:53:01.465 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 04f980ae-a2c6-4749-b7b9-f3eeb425cee3 2021-08-16 18:53:01.466 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 37700a9b-d1b8-46d1-b5c2-7e5140837cbc 2021-08-16 18:53:01.467 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c79361e9-d85b-406e-b056-174a22075015 2021-08-16 18:53:01.467 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4876d8fd-f44e-4bf7-899b-d2c7ed589b82 2021-08-16 18:53:01.741 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:53:01.742 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_16b1e2e8-3486-409f-8a27-23c023f9525e 2021-08-16 18:53:01.743 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:53:01.847 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 18:53:01.882 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2f7be70a_CCnRjQL6'. Using flavor 'rally_verify_2f7be70a_CCnRjQL6' (ID = 94d78a27-488a-4a76-bd1d-9ef311778e5d) for the tests. 2021-08-16 18:53:01.883 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '94d78a27-488a-4a76-bd1d-9ef311778e5d' to option 'instance_type'. 2021-08-16 18:53:01.883 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 94d78a27-488a-4a76-bd1d-9ef311778e5d 2021-08-16 18:53:01.885 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context tempest@default setup() finished in 1.00 sec 2021-08-16 18:53:01.886 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context testr@default setup() finished in 0.69 msec 2021-08-16 18:53:01.886 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d220c46c-65db-45e7-8fb7-4a8ba1a682c0'. 2021-08-16 18:53:08.952 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.460s] 2021-08-16 18:53:09.052 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.100s] 2021-08-16 18:53:09.077 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2021-08-16 18:53:09.775 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.581s] 2021-08-16 18:53:12.010 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.235s] 2021-08-16 18:53:12.121 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.111s] 2021-08-16 18:53:12.205 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.084s] 2021-08-16 18:53:12.552 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.250s] 2021-08-16 18:53:12.727 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.175s] 2021-08-16 18:53:12.895 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.168s] 2021-08-16 18:53:13.411 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.419s] 2021-08-16 18:53:15.648 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2021-08-16 18:53:15.832 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.183s] 2021-08-16 18:53:15.938 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.107s] 2021-08-16 18:53:16.049 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2021-08-16 18:53:16.107 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.057s] 2021-08-16 18:53:16.282 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.174s] 2021-08-16 18:53:16.325 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2021-08-16 18:53:16.405 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.080s] 2021-08-16 18:53:16.644 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.140s] 2021-08-16 18:53:17.022 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.377s] 2021-08-16 18:53:17.133 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.111s] 2021-08-16 18:53:17.164 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.031s] 2021-08-16 18:53:17.210 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.045s] 2021-08-16 18:53:17.608 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.398s] 2021-08-16 18:53:19.837 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.229s] 2021-08-16 18:53:19.878 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2021-08-16 18:53:20.097 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.218s] 2021-08-16 18:53:22.588 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.490s] 2021-08-16 18:53:22.744 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.155s] 2021-08-16 18:53:25.001 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.257s] 2021-08-16 18:53:25.132 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.131s] 2021-08-16 18:53:25.243 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.110s] 2021-08-16 18:53:25.323 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.081s] 2021-08-16 18:53:25.594 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.177s] 2021-08-16 18:53:25.784 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.190s] 2021-08-16 18:53:25.887 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.102s] 2021-08-16 18:53:26.066 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.178s] 2021-08-16 18:53:26.247 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.180s] 2021-08-16 18:53:26.356 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.109s] 2021-08-16 18:53:26.547 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.190s] 2021-08-16 18:53:26.718 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.171s] 2021-08-16 18:53:26.757 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.039s] 2021-08-16 18:53:26.790 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.032s] 2021-08-16 18:53:40.316 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.524s] 2021-08-16 18:53:54.287 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.970s] 2021-08-16 18:54:08.035 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.749s] 2021-08-16 18:54:21.850 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.814s] 2021-08-16 18:54:35.573 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.723s] 2021-08-16 18:54:49.063 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.490s] 2021-08-16 18:55:02.620 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.556s] 2021-08-16 18:55:16.266 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.646s] 2021-08-16 18:55:34.398 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [18.131s] 2021-08-16 18:55:56.308 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.908s] 2021-08-16 18:56:18.408 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [22.100s] 2021-08-16 18:56:40.386 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.977s] 2021-08-16 18:57:02.099 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.712s] 2021-08-16 18:57:23.898 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.797s] 2021-08-16 18:57:45.409 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.511s] 2021-08-16 18:57:45.416 38 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' 2021-08-16 18:57:54.464 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.049s] 2021-08-16 18:58:07.921 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.456s] 2021-08-16 18:58:21.311 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.390s] 2021-08-16 18:58:38.625 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [17.313s] 2021-08-16 18:58:56.715 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [18.089s] 2021-08-16 18:59:14.167 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [17.451s] 2021-08-16 18:59:35.859 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [21.692s] 2021-08-16 18:59:57.599 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [21.739s] 2021-08-16 19:00:23.703 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [26.102s] 2021-08-16 19:00:33.183 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.479s] 2021-08-16 19:00:46.635 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.452s] 2021-08-16 19:01:04.767 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.131s] 2021-08-16 19:01:18.405 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.637s] 2021-08-16 19:01:36.042 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.637s] 2021-08-16 19:01:53.847 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.805s] 2021-08-16 19:01:54.088 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.238s]: b'LBaasv2 extension not available, skipping' 2021-08-16 19:01:54.298 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.210s]: b'LBaasv2 extension not available, skipping' 2021-08-16 19:02:15.609 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.311s] 2021-08-16 19:02:33.828 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [18.218s] 2021-08-16 19:03:08.329 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.501s] 2021-08-16 19:03:39.436 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.107s] 2021-08-16 19:04:07.097 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.660s] 2021-08-16 19:04:34.217 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.120s] 2021-08-16 19:05:10.624 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.406s] 2021-08-16 19:05:37.786 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.162s] 2021-08-16 19:06:04.634 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [26.847s] 2021-08-16 19:06:31.812 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.170s] 2021-08-16 19:06:52.903 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [21.096s] 2021-08-16 19:06:53.219 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.317s] 2021-08-16 19:06:53.413 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.194s] 2021-08-16 19:06:53.605 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.191s] 2021-08-16 19:06:53.754 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.149s] 2021-08-16 19:07:02.599 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.844s] 2021-08-16 19:07:11.948 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.349s] 2021-08-16 19:07:12.237 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.287s] 2021-08-16 19:07:12.239 38 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-08-16 19:07:12.406 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.170s] 2021-08-16 19:07:30.018 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.611s] 2021-08-16 19:07:43.975 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.957s] 2021-08-16 19:07:52.941 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.965s] 2021-08-16 19:08:01.951 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.010s] 2021-08-16 19:09:03.135 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [61.183s] 2021-08-16 19:10:25.660 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.524s] 2021-08-16 19:10:35.088 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.428s] 2021-08-16 19:10:48.500 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.412s] 2021-08-16 19:10:57.535 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.034s] 2021-08-16 19:11:10.899 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.353s] 2021-08-16 19:11:20.744 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.855s] 2021-08-16 19:11:38.410 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.666s] 2021-08-16 19:11:38.693 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.282s] 2021-08-16 19:11:38.822 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.128s] 2021-08-16 19:11:38.948 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.125s] 2021-08-16 19:11:39.078 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.130s] 2021-08-16 19:11:39.216 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.137s] 2021-08-16 19:11:39.339 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.123s] 2021-08-16 19:11:39.476 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.136s] 2021-08-16 19:11:39.622 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.145s] 2021-08-16 19:11:39.750 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.128s] 2021-08-16 19:11:48.528 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.778s] 2021-08-16 19:11:48.957 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.428s] 2021-08-16 19:11:49.088 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.131s] 2021-08-16 19:11:57.934 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.845s] 2021-08-16 19:11:58.253 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.319s] 2021-08-16 19:11:58.379 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.124s] 2021-08-16 19:11:58.511 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.132s] 2021-08-16 19:11:58.518 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-08-16 19:11:59.108 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.589s]: b'LBaas v1 extension not available, skipping' 2021-08-16 19:11:59.875 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.766s]: b'LBaasv2 extension not available, skipping' 2021-08-16 19:12:38.327 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [38.453s] 2021-08-16 19:12:52.329 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.000s] 2021-08-16 19:12:52.342 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.011s]: b'Test disabled in conf, skipping' 2021-08-16 19:13:25.026 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [32.682s] 2021-08-16 19:14:26.825 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [61.792s] 2021-08-16 19:14:26.832 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.012s]: b'Test disabled in conf, skipping' 2021-08-16 19:14:26.837 38 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-08-16 19:14:27.271 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context testr@default cleanup() started 2021-08-16 19:14:27.272 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context testr@default cleanup() finished in 0.81 msec 2021-08-16 19:14:27.272 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context tempest@default cleanup() started 2021-08-16 19:14:27.478 38 INFO rally.task.context [-] Verification 942a8431-ecff-4ca6-9dbc-a6c7716259af | Context tempest@default cleanup() finished in 0.21 sec 2021-08-16 19:14:27.508 38 INFO rally.api [-] Verification (UUID=db99074f-f019-4047-a9cc-dabeaeab16c8) has been successfully finished for deployment 'opnfv-rally' (UUID=ae209df8-fd01-4e35-9c2f-eaff5cca2948)! 2021-08-16 19:14:29.702 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:14:29.703 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:14:29.703 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:14:31.446 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:14:31.447 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:14:31.447 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:14:34.298 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'db99074f-f019-4047-a9cc-dabeaeab16c8' 2021-08-16 19:14:34.332 49 INFO rally.api [-] The report has been successfully built. 2021-08-16 19:14:35.987 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:14:35.988 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:14:35.988 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:14:38.453 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'db99074f-f019-4047-a9cc-dabeaeab16c8' 2021-08-16 19:14:38.460 51 INFO rally.api [-] The report has been successfully built.