2021-01-02 09:03:07.137 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:07.137 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:07.137 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-02 09:03:09.200 7 ERROR rally.cli.cliutils 2021-01-02 09:03:10.538 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:10.538 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:10.538 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:14.333 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:14.333 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:14.333 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:18.262 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:18.262 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:18.262 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:19.613 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:19.613 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:19.614 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:21.894 17 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-01-02 09:03:21.894 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-02 09:03:21.894 17 ERROR rally.cli.cliutils 2021-01-02 09:03:23.371 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:23.371 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:23.372 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:25.587 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-02 09:03:25.654 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/repo. 2021-01-02 09:03:25.922 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/repo'... done. ' 2021-01-02 09:03:25.936 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-01-02 09:03:25.956 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-02 09:03:26.022 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-02 09:03:26.749 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d4994c6-9910-4839-aee3-c3f3a8c285f3) has been successfully created! 2021-01-02 09:03:28.294 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:28.295 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:28.295 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:32.756 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:32.756 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:32.756 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:35.039 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5d4994c6-9910-4839-aee3-c3f3a8c285f3) for deployment 'opnfv-rally' (UUID=764348ca-2063-418a-b571-fa93e38d8ab5). 2021-01-02 09:03:35.394 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d4994c6-9910-4839-aee3-c3f3a8c285f3) has been successfully configured for deployment 'opnfv-rally' (UUID=764348ca-2063-418a-b571-fa93e38d8ab5)! 2021-01-02 09:03:40.835 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:40.836 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:40.836 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:43.294 40 INFO rally.api [-] Starting verification (UUID=d4f03fa5-c20c-41ce-814d-298bafa15d9b) for deployment 'opnfv-rally' (UUID=764348ca-2063-418a-b571-fa93e38d8ab5) by verifier 'opnfv-tempest' (UUID=5d4994c6-9910-4839-aee3-c3f3a8c285f3). 2021-01-02 09:03:43.882 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-02 09:03:43.882 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/for-deployment-764348ca-2063-418a-b571-fa93e38d8ab5/tempest.log' to option 'log_file'. 2021-01-02 09:03:43.883 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/for-deployment-764348ca-2063-418a-b571-fa93e38d8ab5/tempest.log 2021-01-02 09:03:43.883 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-02 09:03:43.883 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/for-deployment-764348ca-2063-418a-b571-fa93e38d8ab5/lock_files' to option 'lock_path'. 2021-01-02 09:03:43.883 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5d4994c6-9910-4839-aee3-c3f3a8c285f3/for-deployment-764348ca-2063-418a-b571-fa93e38d8ab5/lock_files 2021-01-02 09:03:43.884 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-02 09:03:43.884 40 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-01-02 09:03:43.884 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9577675e-7232-42b9-ba54-6fed2dc003ad 2021-01-02 09:03:43.885 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2399c7a4-5dd7-41e3-8c3b-20d285a0c3e0 2021-01-02 09:03:43.885 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f21b8f1f-eb92-44ba-86b8-5111c424a025 2021-01-02 09:03:43.886 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7e7b8c5d-c963-4752-bd8b-4e28a4505dc3 2021-01-02 09:03:44.093 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-02 09:03:44.094 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_abdef5e5-fdb1-461e-937e-57d708c360ad 2021-01-02 09:03:44.095 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-02 09:03:44.189 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-02 09:03:44.228 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5f4796c1_xAOmZWrb'. Using flavor 'rally_verify_5f4796c1_xAOmZWrb' (ID = 66b982ff-a8ca-45ae-85e2-b759c6152961) for the tests. 2021-01-02 09:03:44.229 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '66b982ff-a8ca-45ae-85e2-b759c6152961' to option 'instance_type'. 2021-01-02 09:03:44.229 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 66b982ff-a8ca-45ae-85e2-b759c6152961 2021-01-02 09:03:44.230 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context tempest@default setup() finished in 0.79 sec 2021-01-02 09:03:44.231 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context testr@default setup() finished in 0.35 msec 2021-01-02 09:03:44.232 40 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/6a14e2f6-e34e-4dc3-bf69-90854ff7b054'. 2021-01-02 09:03:57.444 40 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.077s] 2021-01-02 09:03:59.249 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context testr@default cleanup() started 2021-01-02 09:03:59.249 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context testr@default cleanup() finished in 0.45 msec 2021-01-02 09:03:59.250 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context tempest@default cleanup() started 2021-01-02 09:03:59.413 40 INFO rally.task.context [-] Verification 5d4994c6-9910-4839-aee3-c3f3a8c285f3 | Context tempest@default cleanup() finished in 0.16 sec 2021-01-02 09:03:59.430 40 INFO rally.api [-] Verification (UUID=d4f03fa5-c20c-41ce-814d-298bafa15d9b) has been successfully finished for deployment 'opnfv-rally' (UUID=764348ca-2063-418a-b571-fa93e38d8ab5)! 2021-01-02 09:04:01.086 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:04:01.087 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:04:01.087 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:04:02.498 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:04:02.498 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:04:02.499 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:04:04.839 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'd4f03fa5-c20c-41ce-814d-298bafa15d9b' 2021-01-02 09:04:04.860 51 INFO rally.api [-] The report has been successfully built. 2021-01-02 09:04:06.341 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:04:06.341 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:04:06.341 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:04:08.713 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd4f03fa5-c20c-41ce-814d-298bafa15d9b' 2021-01-02 09:04:08.715 53 INFO rally.api [-] The report has been successfully built.