2023-03-26 01:24:56.821 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:56.821 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:56.821 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:59.015 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 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:24:59.015 8 ERROR rally.cli.cliutils 2023-03-26 01:25:00.324 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:00.325 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:00.325 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:04.481 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:04.481 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:04.481 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:09.776 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:09.776 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:09.776 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:11.354 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:11.355 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:11.355 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:14.095 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 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:25:14.095 18 ERROR rally.cli.cliutils 2023-03-26 01:25:15.778 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:15.779 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:15.779 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:18.381 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:25:18.445 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/repo. 2023-03-26 01:25:18.772 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/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 ' 2023-03-26 01:25:18.784 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:25:18.790 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:25:18.799 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:25:18.881 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:25:19.646 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5c1d05f2-f26e-4985-b4b0-d35e7b61e782) has been successfully created! 2023-03-26 01:25:21.366 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:21.367 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:21.367 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:26.719 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:26.719 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:26.719 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:29.198 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5c1d05f2-f26e-4985-b4b0-d35e7b61e782) for deployment 'opnfv-rally' (UUID=83d33780-d632-486f-8589-71cffcb4f784). 2023-03-26 01:25:29.832 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5c1d05f2-f26e-4985-b4b0-d35e7b61e782) has been successfully configured for deployment 'opnfv-rally' (UUID=83d33780-d632-486f-8589-71cffcb4f784)! 2023-03-26 01:25:35.648 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:35.648 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:35.648 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:25:38.145 38 INFO rally.api [-] Starting verification (UUID=7424911f-afb0-46e8-82bc-6095001147fc) for deployment 'opnfv-rally' (UUID=83d33780-d632-486f-8589-71cffcb4f784) by verifier 'opnfv-tempest' (UUID=5c1d05f2-f26e-4985-b4b0-d35e7b61e782). 2023-03-26 01:25:38.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:25:38.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784/tempest.log' to option 'log_file'. 2023-03-26 01:25:38.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784/tempest.log 2023-03-26 01:25:38.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:25:38.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784/lock_files' to option 'lock_path'. 2023-03-26 01:25:38.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784/lock_files 2023-03-26 01:25:38.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:25:38.872 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784' to option 'img_dir'. 2023-03-26 01:25:38.872 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-5c1d05f2-f26e-4985-b4b0-d35e7b61e782/for-deployment-83d33780-d632-486f-8589-71cffcb4f784 2023-03-26 01:25:38.872 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 2023-03-26 01:25:38.872 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b3de3cfc-f82a-4ea0-9639-2532723f1054 2023-03-26 01:25:38.872 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d1f608bf-308e-4e2c-af22-44a5c19a01b6 2023-03-26 01:25:38.873 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 70ce47f4-4661-41f6-9fd5-985c76f6c8a3 2023-03-26 01:25:38.873 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 191eb8a5-cfa3-4621-b2fb-c9061e17c47d 2023-03-26 01:25:39.052 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:25:39.052 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_3ce187d7-41b2-4b42-aace-5fa9ea2401c9 2023-03-26 01:25:39.053 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:25:39.156 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:25:39.192 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c45993b3_D5HYPhV1'. Using flavor 'rally_verify_c45993b3_D5HYPhV1' (ID = 615401a6-531e-4924-b736-9daa0c64daf0) for the tests. 2023-03-26 01:25:39.193 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '615401a6-531e-4924-b736-9daa0c64daf0' to option 'instance_type'. 2023-03-26 01:25:39.193 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 615401a6-531e-4924-b736-9daa0c64daf0 2023-03-26 01:25:39.195 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context tempest@default setup() finished in 0.88 sec 2023-03-26 01:25:39.196 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context testr@default setup() finished in 0.47 msec 2023-03-26 01:25:39.196 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/69695249-ed72-4a04-8a30-b31c8586b2f5'. 2023-03-26 01:25:55.451 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [13.426s] 2023-03-26 01:25:56.446 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context testr@default cleanup() started 2023-03-26 01:25:56.446 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context testr@default cleanup() finished in 0.66 msec 2023-03-26 01:25:56.447 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context tempest@default cleanup() started 2023-03-26 01:25:56.661 38 INFO rally.task.context [-] Verification 5c1d05f2-f26e-4985-b4b0-d35e7b61e782 | Context tempest@default cleanup() finished in 0.21 sec 2023-03-26 01:25:56.673 38 INFO rally.api [-] Verification (UUID=7424911f-afb0-46e8-82bc-6095001147fc) has been successfully finished for deployment 'opnfv-rally' (UUID=83d33780-d632-486f-8589-71cffcb4f784)! 2023-03-26 01:25:58.450 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:25:58.450 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:25:58.450 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:26:00.085 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:26:00.085 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:26:00.085 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:26:02.779 47 INFO rally.api [-] Building 'html' report for the following verification(s): '7424911f-afb0-46e8-82bc-6095001147fc' 2023-03-26 01:26:02.803 47 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:26:04.432 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:26:04.432 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:26:04.432 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:26:06.810 49 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7424911f-afb0-46e8-82bc-6095001147fc' 2023-03-26 01:26:06.812 49 INFO rally.api [-] The report has been successfully built.