2021-11-28 01:24:06.818 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:06.819 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:06.819 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:09.055 8 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-11-28 01:24:09.055 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-11-28 01:24:09.055 8 ERROR rally.cli.cliutils 2021-11-28 01:24:10.413 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:10.414 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:10.414 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:14.007 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:14.007 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:14.007 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:18.249 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:18.249 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:18.249 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:19.570 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:19.570 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:19.570 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:21.687 18 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-11-28 01:24:21.687 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-11-28 01:24:21.687 18 ERROR rally.cli.cliutils 2021-11-28 01:24:23.051 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:23.052 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:23.052 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:25.295 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-28 01:24:25.332 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/repo. 2021-11-28 01:24:25.660 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2021-11-28 01:24:25.673 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2021-11-28 01:24:25.680 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2021-11-28 01:24:25.687 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-28 01:24:25.740 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-28 01:24:26.321 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67abdb7f-9711-4e0c-9c1c-6776d4a57d63) has been successfully created! 2021-11-28 01:24:27.723 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:27.723 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:27.723 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:31.938 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:31.939 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:31.939 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:34.103 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=67abdb7f-9711-4e0c-9c1c-6776d4a57d63) for deployment 'opnfv-rally' (UUID=8abb734e-db9d-4a54-9568-d3caee0d7d6f). 2021-11-28 01:24:34.416 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67abdb7f-9711-4e0c-9c1c-6776d4a57d63) has been successfully configured for deployment 'opnfv-rally' (UUID=8abb734e-db9d-4a54-9568-d3caee0d7d6f)! 2021-11-28 01:24:39.255 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:39.256 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:39.256 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:41.428 38 INFO rally.api [-] Starting verification (UUID=78e25e94-74da-4783-a831-43f2b2eec47f) for deployment 'opnfv-rally' (UUID=8abb734e-db9d-4a54-9568-d3caee0d7d6f) by verifier 'opnfv-tempest' (UUID=67abdb7f-9711-4e0c-9c1c-6776d4a57d63). 2021-11-28 01:24:41.868 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-28 01:24:41.868 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f/tempest.log' to option 'log_file'. 2021-11-28 01:24:41.868 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f/tempest.log 2021-11-28 01:24:41.869 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-28 01:24:41.869 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f/lock_files' to option 'lock_path'. 2021-11-28 01:24:41.869 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f/lock_files 2021-11-28 01:24:41.869 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-28 01:24:41.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f' to option 'img_dir'. 2021-11-28 01:24:41.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-67abdb7f-9711-4e0c-9c1c-6776d4a57d63/for-deployment-8abb734e-db9d-4a54-9568-d3caee0d7d6f 2021-11-28 01:24:41.870 38 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 2021-11-28 01:24:41.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 68cbe1ff-68c6-43c1-b2c1-17a375e15ebb 2021-11-28 01:24:41.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 798bbf15-5113-4689-b00c-0789e7de9dbe 2021-11-28 01:24:41.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6f2c64e5-fc60-49d6-b235-32177108b475 2021-11-28 01:24:41.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0738f2a9-b29a-4383-9bda-0c64e7248ad5 2021-11-28 01:24:42.047 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-28 01:24:42.048 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_7efd66c7-1564-45cc-b27d-a209910baf77 2021-11-28 01:24:42.048 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-28 01:24:42.124 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-11-28 01:24:42.151 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_554d8b22_HUrqQO3C'. Using flavor 'rally_verify_554d8b22_HUrqQO3C' (ID = 331c96dd-df23-4fd0-92ad-d27a4dca8b71) for the tests. 2021-11-28 01:24:42.152 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '331c96dd-df23-4fd0-92ad-d27a4dca8b71' to option 'instance_type'. 2021-11-28 01:24:42.152 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 331c96dd-df23-4fd0-92ad-d27a4dca8b71 2021-11-28 01:24:42.154 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context tempest@default setup() finished in 0.62 sec 2021-11-28 01:24:42.155 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context testr@default setup() finished in 0.35 msec 2021-11-28 01:24:42.155 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/d00fd8f7-1f5c-445c-8520-7a69cbba2bb1'. 2021-11-28 01:24:55.720 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.727s] 2021-11-28 01:24:56.687 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context testr@default cleanup() started 2021-11-28 01:24:56.688 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context testr@default cleanup() finished in 0.76 msec 2021-11-28 01:24:56.688 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context tempest@default cleanup() started 2021-11-28 01:24:56.841 38 INFO rally.task.context [-] Verification 67abdb7f-9711-4e0c-9c1c-6776d4a57d63 | Context tempest@default cleanup() finished in 0.15 sec 2021-11-28 01:24:56.851 38 INFO rally.api [-] Verification (UUID=78e25e94-74da-4783-a831-43f2b2eec47f) has been successfully finished for deployment 'opnfv-rally' (UUID=8abb734e-db9d-4a54-9568-d3caee0d7d6f)! 2021-11-28 01:24:58.698 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:58.698 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:58.698 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:25:00.311 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:25:00.311 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:25:00.312 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:25:02.984 47 INFO rally.api [-] Building 'html' report for the following verification(s): '78e25e94-74da-4783-a831-43f2b2eec47f' 2021-11-28 01:25:03.009 47 INFO rally.api [-] The report has been successfully built. 2021-11-28 01:25:04.697 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:25:04.698 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:25:04.698 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:25:07.300 49 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '78e25e94-74da-4783-a831-43f2b2eec47f' 2021-11-28 01:25:07.302 49 INFO rally.api [-] The report has been successfully built.