2020-12-05 12:25:54.518 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:54.518 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:54.518 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:56.763 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 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:25:56.763 7 ERROR rally.cli.cliutils 2020-12-05 12:25:58.196 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:58.196 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:58.196 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:02.394 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:02.395 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:02.395 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:07.039 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:07.039 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:07.040 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:08.477 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:08.477 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:08.477 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:10.819 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 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:26:10.819 17 ERROR rally.cli.cliutils 2020-12-05 12:26:12.415 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:12.416 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:12.416 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:14.771 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:26:14.896 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/repo. 2020-12-05 12:26:15.172 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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-12-05 12:26:15.218 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:26:15.230 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:26:15.246 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:26:15.314 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:26:16.020 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=baddccbc-6f51-4d22-b1d2-657109cef074) has been successfully created! 2020-12-05 12:26:17.852 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:17.852 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:17.852 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:22.637 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:22.637 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:22.637 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:24.898 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=baddccbc-6f51-4d22-b1d2-657109cef074) for deployment 'opnfv-rally' (UUID=a2901e01-c828-41a4-b133-d2ee28b957ba). 2020-12-05 12:26:25.473 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=baddccbc-6f51-4d22-b1d2-657109cef074) has been successfully configured for deployment 'opnfv-rally' (UUID=a2901e01-c828-41a4-b133-d2ee28b957ba)! 2020-12-05 12:26:31.136 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:31.136 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:31.137 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:33.570 35 INFO rally.api [-] Starting verification (UUID=88d6fb51-09b6-4618-8b17-87387dfa20a9) for deployment 'opnfv-rally' (UUID=a2901e01-c828-41a4-b133-d2ee28b957ba) by verifier 'opnfv-tempest' (UUID=baddccbc-6f51-4d22-b1d2-657109cef074). 2020-12-05 12:26:34.262 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:26:34.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/for-deployment-a2901e01-c828-41a4-b133-d2ee28b957ba/tempest.log' to option 'log_file'. 2020-12-05 12:26:34.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/for-deployment-a2901e01-c828-41a4-b133-d2ee28b957ba/tempest.log 2020-12-05 12:26:34.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:26:34.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/for-deployment-a2901e01-c828-41a4-b133-d2ee28b957ba/lock_files' to option 'lock_path'. 2020-12-05 12:26:34.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-baddccbc-6f51-4d22-b1d2-657109cef074/for-deployment-a2901e01-c828-41a4-b133-d2ee28b957ba/lock_files 2020-12-05 12:26:34.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 12:26:34.265 35 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-12-05 12:26:34.265 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fa0ac388-522e-44d5-8a13-5bec27c4f179 2020-12-05 12:26:34.265 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f4e3806f-2b90-4714-8437-93b8eab873d2 2020-12-05 12:26:34.266 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 30987799-0e9d-456b-82fb-5d21f86358f9 2020-12-05 12:26:34.266 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c3396a74-2f5a-4580-9491-81e6bb506935 2020-12-05 12:26:34.631 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:26:34.632 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_7f16402b-b649-4ed3-b4c8-2ca174c31b5f 2020-12-05 12:26:34.633 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:26:34.733 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:26:34.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_016744d2_ZNU7XpL2'. Using flavor 'rally_verify_016744d2_ZNU7XpL2' (ID = 66e7e49d-749d-4d90-8607-4499f256d22c) for the tests. 2020-12-05 12:26:34.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '66e7e49d-749d-4d90-8607-4499f256d22c' to option 'instance_type'. 2020-12-05 12:26:34.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 66e7e49d-749d-4d90-8607-4499f256d22c 2020-12-05 12:26:34.773 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context tempest@default setup() finished in 1.04 sec 2020-12-05 12:26:34.774 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context testr@default setup() finished in 0.76 msec 2020-12-05 12:26:34.775 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/7af07006-e4cc-418e-a6e0-b3ff259bf3f7'. 2020-12-05 12:26:40.199 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.457s] 2020-12-05 12:26:41.159 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context testr@default cleanup() started 2020-12-05 12:26:41.160 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context testr@default cleanup() finished in 0.75 msec 2020-12-05 12:26:41.161 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context tempest@default cleanup() started 2020-12-05 12:26:41.332 35 INFO rally.task.context [-] Verification baddccbc-6f51-4d22-b1d2-657109cef074 | Context tempest@default cleanup() finished in 0.17 sec 2020-12-05 12:26:41.360 35 INFO rally.api [-] Verification (UUID=88d6fb51-09b6-4618-8b17-87387dfa20a9) has been successfully finished for deployment 'opnfv-rally' (UUID=a2901e01-c828-41a4-b133-d2ee28b957ba)! 2020-12-05 12:26:43.096 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:43.097 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:43.097 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:44.611 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:44.611 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:44.611 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:46.933 43 INFO rally.api [-] Building 'html' report for the following verification(s): '88d6fb51-09b6-4618-8b17-87387dfa20a9' 2020-12-05 12:26:46.955 43 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:26:48.523 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:26:48.523 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:26:48.524 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:26:50.730 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '88d6fb51-09b6-4618-8b17-87387dfa20a9' 2020-12-05 12:26:50.732 45 INFO rally.api [-] The report has been successfully built.