2020-09-03 13:49:43.763 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:49:43.771 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:49:43.773 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:50:08.630 10 ERROR rally.cli.cliutils 2020-09-03 13:50:24.719 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:50:24.725 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:50:24.727 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:51:07.525 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:51:07.532 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:51:07.533 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:51:51.005 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:51:51.011 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:51:51.013 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:52:06.550 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:52:06.557 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:52:06.558 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:52:30.756 40 ERROR rally.cli.cliutils 2020-09-03 13:52:46.287 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:52:46.294 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:52:46.295 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:53:09.712 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:53:10.269 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/repo. 2020-09-03 13:53:11.023 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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 ' 2020-09-03 13:53:11.127 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:53:11.182 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:53:11.243 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:53:11.810 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:53:19.287 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2b224f0-ff63-4618-b5f2-6a9c38f210f9) has been successfully created! 2020-09-03 13:53:35.243 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:53:35.250 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:53:35.252 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:54:28.607 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:54:28.613 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:54:28.614 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:54:52.615 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c2b224f0-ff63-4618-b5f2-6a9c38f210f9) for deployment 'opnfv-rally' (UUID=cc71b68d-76d2-4423-96a9-c1064a7660ea). 2020-09-03 13:54:54.658 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2b224f0-ff63-4618-b5f2-6a9c38f210f9) has been successfully configured for deployment 'opnfv-rally' (UUID=cc71b68d-76d2-4423-96a9-c1064a7660ea)! 2020-09-03 13:56:14.947 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:56:14.953 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:56:14.954 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:56:37.156 97 INFO rally.api [-] Starting verification (UUID=e16a1ff2-5231-42f7-a091-b018f601f1dc) for deployment 'opnfv-rally' (UUID=cc71b68d-76d2-4423-96a9-c1064a7660ea) by verifier 'opnfv-tempest' (UUID=c2b224f0-ff63-4618-b5f2-6a9c38f210f9). 2020-09-03 13:56:41.445 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:56:41.447 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/for-deployment-cc71b68d-76d2-4423-96a9-c1064a7660ea/tempest.log' to option 'log_file'. 2020-09-03 13:56:41.448 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/for-deployment-cc71b68d-76d2-4423-96a9-c1064a7660ea/tempest.log 2020-09-03 13:56:41.450 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:56:41.451 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/for-deployment-cc71b68d-76d2-4423-96a9-c1064a7660ea/lock_files' to option 'lock_path'. 2020-09-03 13:56:41.453 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c2b224f0-ff63-4618-b5f2-6a9c38f210f9/for-deployment-cc71b68d-76d2-4423-96a9-c1064a7660ea/lock_files 2020-09-03 13:56:41.454 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 13:56:41.455 97 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 2020-09-03 13:56:41.457 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 610113ff-a886-4d8f-9763-96664cd2f72a 2020-09-03 13:56:41.458 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5b59300e-748f-42b5-8aef-968cba37c83a 2020-09-03 13:56:41.460 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 22777cd3-2f98-4cdd-b56d-775bfa65c404 2020-09-03 13:56:41.463 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c7c18541-0ce7-4632-b131-737158e976e3 2020-09-03 13:56:41.777 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:56:41.779 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_df1b702e-e32c-4607-833a-e2e477ff22b2 2020-09-03 13:56:41.781 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:56:42.447 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 13:56:42.517 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 13:56:42.519 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e16a1ff2_eCi2XvkP' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 13:56:42.573 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e16a1ff2_eCi2XvkP' (ID = 55b3c652-3356-4266-a5be-044acddaa4af) has been successfully created! 2020-09-03 13:56:42.574 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '55b3c652-3356-4266-a5be-044acddaa4af' to option 'instance_type'. 2020-09-03 13:56:42.576 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 55b3c652-3356-4266-a5be-044acddaa4af 2020-09-03 13:56:42.583 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context tempest@default setup() finished in 4.33 sec 2020-09-03 13:56:42.586 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context testr@default setup() finished in 0.99 msec 2020-09-03 13:56:42.587 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/9ef8cba1-d24f-40d5-9d2c-486760226ad5'. 2020-09-03 13:57:26.979 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.436s] 2020-09-03 13:57:28.310 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [1.343s] 2020-09-03 13:57:29.705 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [1.397s] 2020-09-03 13:57:30.366 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.547s] 2020-09-03 13:57:31.232 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.867s] 2020-09-03 13:57:31.920 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.684s] 2020-09-03 13:57:32.146 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.225s] 2020-09-03 13:57:32.684 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.423s] 2020-09-03 13:57:33.550 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.865s] 2020-09-03 13:57:34.869 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [1.316s] 2020-09-03 13:57:35.593 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.723s] 2020-09-03 13:57:36.203 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.609s] 2020-09-03 13:57:36.438 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.232s] 2020-09-03 13:57:37.974 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [1.532s] 2020-09-03 13:57:38.220 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.245s] 2020-09-03 13:57:38.450 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.227s] 2020-09-03 13:57:38.661 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.105s] 2020-09-03 13:57:39.103 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.439s] 2020-09-03 13:57:39.925 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.820s] 2020-09-03 13:57:40.043 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.116s] 2020-09-03 13:57:40.170 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.124s] 2020-09-03 13:57:40.610 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.439s] 2020-09-03 13:57:41.296 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.683s] 2020-09-03 13:57:41.394 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.097s] 2020-09-03 13:57:41.534 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.137s] 2020-09-03 13:57:45.055 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [3.518s] 2020-09-03 13:57:45.266 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.208s] 2020-09-03 13:57:48.827 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [3.563s] 2020-09-03 13:57:49.616 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.787s] 2020-09-03 13:57:50.403 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.785s] 2020-09-03 13:57:50.666 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.260s] 2020-09-03 13:57:51.626 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.816s] 2020-09-03 13:57:52.585 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.956s] 2020-09-03 13:57:52.785 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.200s] 2020-09-03 13:57:53.022 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.106s] 2020-09-03 13:57:54.438 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [1.415s] 2020-09-03 13:57:55.172 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.729s] 2020-09-03 13:57:56.419 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [1.244s] 2020-09-03 13:57:57.702 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [1.280s] 2020-09-03 13:57:58.439 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.737s] 2020-09-03 13:57:59.616 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [1.173s] 2020-09-03 13:58:00.918 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [1.299s] 2020-09-03 13:58:00.981 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.061s] 2020-09-03 13:58:01.037 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.054s] 2020-09-03 13:58:15.349 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.301s] 2020-09-03 13:58:29.562 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [14.199s] 2020-09-03 13:58:43.832 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [14.277s] 2020-09-03 13:58:58.168 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.333s] 2020-09-03 13:59:12.764 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [14.592s] 2020-09-03 13:59:27.084 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.315s] 2020-09-03 13:59:41.336 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.251s] 2020-09-03 13:59:55.710 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.372s] 2020-09-03 14:00:18.865 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [23.151s] 2020-09-03 14:00:41.829 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.961s] 2020-09-03 14:01:04.765 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [22.932s] 2020-09-03 14:01:27.754 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [22.986s] 2020-09-03 14:01:50.763 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [23.006s] 2020-09-03 14:02:13.588 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [22.819s] 2020-09-03 14:02:31.661 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [18.072s] 2020-09-03 14:02:31.700 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.034s]: b'Test disabled in conf, skipping' 2020-09-03 14:02:37.243 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [5.540s] 2020-09-03 14:02:47.175 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [9.931s] 2020-09-03 14:02:56.982 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.802s] 2020-09-03 14:03:07.185 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [10.201s] 2020-09-03 14:03:21.881 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.693s] 2020-09-03 14:03:41.126 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [19.240s] 2020-09-03 14:03:55.643 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.517s] 2020-09-03 14:04:10.282 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [14.636s] 2020-09-03 14:04:24.847 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [14.562s] 2020-09-03 14:04:25.208 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.353s]: b'LBaasv2 extension not available, skipping' 2020-09-03 14:04:25.483 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.269s]: b'LBaasv2 extension not available, skipping' 2020-09-03 14:04:51.642 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [26.160s] 2020-09-03 14:05:18.792 97 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.145s] 2020-09-03 14:05:54.110 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [35.315s] 2020-09-03 14:06:22.483 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [28.370s] 2020-09-03 14:06:50.928 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [28.442s] 2020-09-03 14:07:19.115 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.184s] 2020-09-03 14:07:56.793 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [37.677s] 2020-09-03 14:08:25.054 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [28.258s] 2020-09-03 14:09:01.244 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [36.184s] 2020-09-03 14:09:29.269 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [28.023s] 2020-09-03 14:10:00.309 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [31.038s] 2020-09-03 14:10:00.691 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.377s] 2020-09-03 14:10:01.011 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.317s] 2020-09-03 14:10:01.324 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.310s] 2020-09-03 14:10:01.663 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.335s] 2020-09-03 14:10:07.777 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.111s] 2020-09-03 14:10:19.567 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.788s] 2020-09-03 14:10:19.918 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.349s] 2020-09-03 14:10:19.931 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.001s]: b'multi_cloud - Feature not enabled.' 2020-09-03 14:10:20.608 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.683s] 2020-09-03 14:10:40.266 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.654s] 2020-09-03 14:10:55.416 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [15.150s] 2020-09-03 14:11:05.210 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.789s] 2020-09-03 14:11:14.816 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.602s] 2020-09-03 14:12:29.324 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.507s] 2020-09-03 14:13:54.581 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [85.253s] 2020-09-03 14:14:01.045 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.456s] 2020-09-03 14:14:15.042 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.995s] 2020-09-03 14:14:24.706 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.661s] 2020-09-03 14:14:34.408 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.699s] 2020-09-03 14:14:43.937 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.527s] 2020-09-03 14:15:02.249 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.309s] 2020-09-03 14:15:02.734 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.482s] 2020-09-03 14:15:03.023 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.283s] 2020-09-03 14:15:03.296 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.272s] 2020-09-03 14:15:03.580 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.282s] 2020-09-03 14:15:03.900 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.315s] 2020-09-03 14:15:04.188 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.288s] 2020-09-03 14:15:04.495 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.303s] 2020-09-03 14:15:04.776 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.275s] 2020-09-03 14:15:05.066 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.292s] 2020-09-03 14:15:10.440 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.370s] 2020-09-03 14:15:11.134 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.687s] 2020-09-03 14:15:11.397 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.267s] 2020-09-03 14:15:16.883 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [5.479s] 2020-09-03 14:15:17.287 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.402s] 2020-09-03 14:15:17.554 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.266s] 2020-09-03 14:15:17.822 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.265s] 2020-09-03 14:15:17.865 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.036s]: b'Test disabled in conf, skipping' 2020-09-03 14:15:18.834 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.961s]: b'LBaas v1 extension not available, skipping' 2020-09-03 14:15:19.880 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [1.026s]: b'LBaasv2 extension not available, skipping' 2020-09-03 14:16:04.081 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [44.217s] 2020-09-03 14:16:04.139 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.044s]: b'Test disabled in conf, skipping' 2020-09-03 14:16:04.180 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.042s]: b'Test disabled in conf, skipping' 2020-09-03 14:16:15.682 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [11.501s] 2020-09-03 14:16:15.727 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.038s]: b'Test disabled in conf, skipping' 2020-09-03 14:16:54.839 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [39.082s] 2020-09-03 14:17:50.888 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [56.007s] 2020-09-03 14:17:50.897 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.041s]: b'Test disabled in conf, skipping' 2020-09-03 14:17:50.933 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.037s]: b'Test disabled in conf, skipping' 2020-09-03 14:17:52.451 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context testr@default cleanup() started 2020-09-03 14:17:52.455 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context testr@default cleanup() finished in 4.13 msec 2020-09-03 14:17:52.459 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context tempest@default cleanup() started 2020-09-03 14:17:52.950 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e16a1ff2_eCi2XvkP'. 2020-09-03 14:17:53.113 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e16a1ff2_eCi2XvkP' has been deleted. 2020-09-03 14:17:53.117 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '55b3c652-3356-4266-a5be-044acddaa4af' of option 'instance_type' from Tempest config file. 2020-09-03 14:17:53.119 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '55b3c652-3356-4266-a5be-044acddaa4af' has been removed. 2020-09-03 14:17:53.150 97 INFO rally.task.context [-] Verification c2b224f0-ff63-4618-b5f2-6a9c38f210f9 | Context tempest@default cleanup() finished in 0.69 sec 2020-09-03 14:17:53.248 97 INFO rally.api [-] Verification (UUID=e16a1ff2-5231-42f7-a091-b018f601f1dc) has been successfully finished for deployment 'opnfv-rally' (UUID=cc71b68d-76d2-4423-96a9-c1064a7660ea)! 2020-09-03 14:18:08.518 120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:18:08.524 120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:18:08.525 120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:18:23.720 126 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:18:23.726 126 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:18:23.727 126 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:18:44.943 126 INFO rally.api [-] Building 'html' report for the following verification(s): 'e16a1ff2-5231-42f7-a091-b018f601f1dc' 2020-09-03 14:18:45.164 126 INFO rally.api [-] The report has been successfully built. 2020-09-03 14:18:58.931 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:18:58.937 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:18:58.938 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:19:20.390 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e16a1ff2-5231-42f7-a091-b018f601f1dc' 2020-09-03 14:19:20.488 132 INFO rally.api [-] The report has been successfully built.