2022-01-31 10:15:03.632 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:15:03.637 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:15:03.638 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-01-31 10:15:20.453 11 ERROR rally.cli.cliutils 2022-01-31 10:15:29.355 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:15:29.360 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:15:29.361 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:15:56.824 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:15:56.829 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:15:56.830 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:25.688 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:16:25.693 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:16:25.694 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:34.475 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:16:34.480 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:16:34.481 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-01-31 10:16:51.327 41 ERROR rally.cli.cliutils 2022-01-31 10:17:00.056 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:17:00.061 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:17:00.062 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:17:16.790 47 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-01-31 10:17:17.085 47 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/repo. 2022-01-31 10:17:17.846 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/repo'... done. Note: switching to 'f9582c74e70c750a6326cba8f86ea63d0acd396c'. 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 ' 2022-01-31 10:17:17.954 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gf9582c74e ' 2022-01-31 10:17:18.002 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f9582c74e70c750a6326cba8f86ea63d0acd396c ' 2022-01-31 10:17:18.035 47 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-01-31 10:17:18.496 47 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-01-31 10:17:22.629 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a49c6f3-b0bb-4769-9149-5b36ef231459) has been successfully created! 2022-01-31 10:17:31.467 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:17:31.472 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:17:31.473 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:17:57.775 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:17:57.780 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:17:57.781 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:18:14.884 84 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4a49c6f3-b0bb-4769-9149-5b36ef231459) for deployment 'opnfv-rally' (UUID=fc9b5ed2-db2c-4028-b062-0e778217523a). 2022-01-31 10:18:15.935 84 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a49c6f3-b0bb-4769-9149-5b36ef231459) has been successfully configured for deployment 'opnfv-rally' (UUID=fc9b5ed2-db2c-4028-b062-0e778217523a)! 2022-01-31 10:18:48.284 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:18:48.288 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:18:48.289 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:19:05.764 104 INFO rally.api [-] Starting verification (UUID=c23bd780-077c-4bd8-a856-cbdb53c05330) for deployment 'opnfv-rally' (UUID=fc9b5ed2-db2c-4028-b062-0e778217523a) by verifier 'opnfv-tempest' (UUID=4a49c6f3-b0bb-4769-9149-5b36ef231459). 2022-01-31 10:19:08.631 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-01-31 10:19:08.633 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a/tempest.log' to option 'log_file'. 2022-01-31 10:19:08.634 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a/tempest.log 2022-01-31 10:19:08.636 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-01-31 10:19:08.637 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a/lock_files' to option 'lock_path'. 2022-01-31 10:19:08.638 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a/lock_files 2022-01-31 10:19:08.639 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2022-01-31 10:19:08.640 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a' to option 'img_dir'. 2022-01-31 10:19:08.641 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-4a49c6f3-b0bb-4769-9149-5b36ef231459/for-deployment-fc9b5ed2-db2c-4028-b062-0e778217523a 2022-01-31 10:19:08.642 104 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 2022-01-31 10:19:08.643 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0ea32206-77de-4600-a5ab-169b69d444f9 2022-01-31 10:19:08.644 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 82e6655a-9782-4756-973b-6a819bab1211 2022-01-31 10:19:08.646 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 02cd9656-4929-4e72-9ff1-c71468fa589e 2022-01-31 10:19:08.648 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e392418f-74c7-44de-bea7-ffdaac2697b7 2022-01-31 10:19:08.956 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-01-31 10:19:08.957 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_825ab3bf-ed60-4100-9293-86d59a49907f 2022-01-31 10:19:08.959 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-01-31 10:19:09.436 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-01-31 10:19:09.494 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_85ec77bd_cQjdzpAE'. Using flavor 'rally_verify_85ec77bd_cQjdzpAE' (ID = e5f3b361-8da7-4d05-91d7-5aaaf0c75053) for the tests. 2022-01-31 10:19:09.495 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5f3b361-8da7-4d05-91d7-5aaaf0c75053' to option 'instance_type'. 2022-01-31 10:19:09.497 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5f3b361-8da7-4d05-91d7-5aaaf0c75053 2022-01-31 10:19:09.504 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context tempest@default setup() finished in 3.15 sec 2022-01-31 10:19:09.508 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context testr@default setup() finished in 1.25 msec 2022-01-31 10:19:09.510 104 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/e55bf9c6-45ed-4a01-b565-5bd8ea35a50b'. 2022-01-31 10:19:38.166 104 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [13.572s] 2022-01-31 10:19:39.622 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context testr@default cleanup() started 2022-01-31 10:19:39.626 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context testr@default cleanup() finished in 3.68 msec 2022-01-31 10:19:39.629 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context tempest@default cleanup() started 2022-01-31 10:19:40.089 104 INFO rally.task.context [-] Verification 4a49c6f3-b0bb-4769-9149-5b36ef231459 | Context tempest@default cleanup() finished in 0.46 sec 2022-01-31 10:19:40.143 104 INFO rally.api [-] Verification (UUID=c23bd780-077c-4bd8-a856-cbdb53c05330) has been successfully finished for deployment 'opnfv-rally' (UUID=fc9b5ed2-db2c-4028-b062-0e778217523a)! 2022-01-31 10:19:51.065 124 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:19:51.071 124 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:19:51.072 124 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:20:01.886 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:20:01.892 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:20:01.893 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:20:21.157 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'c23bd780-077c-4bd8-a856-cbdb53c05330' 2022-01-31 10:20:21.318 130 INFO rally.api [-] The report has been successfully built. 2022-01-31 10:20:31.752 136 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:20:31.757 136 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:20:31.759 136 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:20:50.712 136 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c23bd780-077c-4bd8-a856-cbdb53c05330' 2022-01-31 10:20:50.730 136 INFO rally.api [-] The report has been successfully built.