2020-09-03 13:28:12.854 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:28:12.860 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:28:12.861 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:28:33.456 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:28:33.456 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:28:33.456 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:28:33.456 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:28:33.456 10 ERROR rally.cli.cliutils 2020-09-03 13:28:46.448 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:28:46.455 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:28:46.456 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:29:21.509 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:29:21.514 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:29:21.515 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:29:57.337 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:29:57.343 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:29:57.345 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:30:10.107 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:30:10.113 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:30:10.114 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:30:30.343 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:30:30.343 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:30:30.343 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:30:30.343 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:30:30.343 40 ERROR rally.cli.cliutils 2020-09-03 13:30:43.625 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:30:43.631 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:30:43.632 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:31:04.000 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:31:04.630 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/repo. 2020-09-03 13:31:05.338 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/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:31:05.442 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:31:05.504 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:31:05.563 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:31:06.049 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:31:11.545 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14b41aea-5c67-4462-bacd-55293a6e0766) has been successfully created! 2020-09-03 13:31:25.334 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:31:25.340 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:31:25.342 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:31:59.910 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:31:59.916 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:31:59.917 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:32:20.810 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=14b41aea-5c67-4462-bacd-55293a6e0766) for deployment 'opnfv-rally' (UUID=caacc107-ea0c-454e-8a94-4f84338138ed). 2020-09-03 13:32:22.079 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14b41aea-5c67-4462-bacd-55293a6e0766) has been successfully configured for deployment 'opnfv-rally' (UUID=caacc107-ea0c-454e-8a94-4f84338138ed)! 2020-09-03 13:33:07.552 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:33:07.557 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:33:07.559 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:33:27.687 97 INFO rally.api [-] Starting verification (UUID=dfb086a4-02a6-4b1a-9f0c-2cf2e3b725a8) for deployment 'opnfv-rally' (UUID=caacc107-ea0c-454e-8a94-4f84338138ed) by verifier 'opnfv-tempest' (UUID=14b41aea-5c67-4462-bacd-55293a6e0766). 2020-09-03 13:33:31.295 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:33:31.297 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/for-deployment-caacc107-ea0c-454e-8a94-4f84338138ed/tempest.log' to option 'log_file'. 2020-09-03 13:33:31.298 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/for-deployment-caacc107-ea0c-454e-8a94-4f84338138ed/tempest.log 2020-09-03 13:33:31.300 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:33:31.301 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/for-deployment-caacc107-ea0c-454e-8a94-4f84338138ed/lock_files' to option 'lock_path'. 2020-09-03 13:33:31.302 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-14b41aea-5c67-4462-bacd-55293a6e0766/for-deployment-caacc107-ea0c-454e-8a94-4f84338138ed/lock_files 2020-09-03 13:33:31.303 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:33:31.305 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:33:31.306 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1da2834f-a35d-4c23-91f6-acb94147960d 2020-09-03 13:33:31.308 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 21bd5f30-69a3-4405-8781-87ba0caf78e2 2020-09-03 13:33:31.310 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 499be97d-edb4-463d-b35a-68f139433103 2020-09-03 13:33:31.312 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 567a76b2-b42b-42ea-a59e-c0b46f57c10c 2020-09-03 13:33:31.599 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:33:31.601 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_43dbac20-2b7a-4f81-92c4-6a4412e4026a 2020-09-03 13:33:31.604 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:33:32.227 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:33:32.282 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 13:33:32.283 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_dfb086a4_EWo8bjAI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 13:33:32.340 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dfb086a4_EWo8bjAI' (ID = dd1d4f33-de57-4094-ae94-d44d26fce994) has been successfully created! 2020-09-03 13:33:32.341 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dd1d4f33-de57-4094-ae94-d44d26fce994' to option 'instance_type'. 2020-09-03 13:33:32.343 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dd1d4f33-de57-4094-ae94-d44d26fce994 2020-09-03 13:33:32.351 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context tempest@default setup() finished in 3.82 sec 2020-09-03 13:33:32.353 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context testr@default setup() finished in 0.81 msec 2020-09-03 13:33:32.355 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/6f335205-9b76-4295-8cfe-4b8d2e774066'. 2020-09-03 13:34:02.900 97 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.021s] 2020-09-03 13:34:05.090 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context testr@default cleanup() started 2020-09-03 13:34:05.094 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context testr@default cleanup() finished in 3.94 msec 2020-09-03 13:34:05.096 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context tempest@default cleanup() started 2020-09-03 13:34:05.583 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_dfb086a4_EWo8bjAI'. 2020-09-03 13:34:05.867 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dfb086a4_EWo8bjAI' has been deleted. 2020-09-03 13:34:05.872 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dd1d4f33-de57-4094-ae94-d44d26fce994' of option 'instance_type' from Tempest config file. 2020-09-03 13:34:05.873 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dd1d4f33-de57-4094-ae94-d44d26fce994' has been removed. 2020-09-03 13:34:05.907 97 INFO rally.task.context [-] Verification 14b41aea-5c67-4462-bacd-55293a6e0766 | Context tempest@default cleanup() finished in 0.81 sec 2020-09-03 13:34:05.976 97 INFO rally.api [-] Verification (UUID=dfb086a4-02a6-4b1a-9f0c-2cf2e3b725a8) has been successfully finished for deployment 'opnfv-rally' (UUID=caacc107-ea0c-454e-8a94-4f84338138ed)! 2020-09-03 13:34:20.882 114 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:34:20.888 114 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:34:20.890 114 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:34:35.538 120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:34:35.544 120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:34:35.545 120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:34:57.627 120 INFO rally.api [-] Building 'html' report for the following verification(s): 'dfb086a4-02a6-4b1a-9f0c-2cf2e3b725a8' 2020-09-03 13:34:58.082 120 INFO rally.api [-] The report has been successfully built. 2020-09-03 13:35:12.360 126 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:35:12.366 126 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:35:12.367 126 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:35:34.150 126 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dfb086a4-02a6-4b1a-9f0c-2cf2e3b725a8' 2020-09-03 13:35:34.486 126 INFO rally.api [-] The report has been successfully built.