2022-03-29 07:51:50.791 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:50.791 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:50.791 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:52.963 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 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 07:51:52.963 7 ERROR rally.cli.cliutils 2022-03-29 07:51:54.397 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:54.397 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:54.397 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:58.315 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:58.316 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:58.316 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:02.851 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:02.851 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:02.851 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:04.278 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:04.278 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:04.278 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:06.564 16 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-03-29 07:52:06.564 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils force=force) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 07:52:06.564 16 ERROR rally.cli.cliutils 2022-03-29 07:52:08.138 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:08.139 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:08.139 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:10.217 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 07:52:10.301 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/repo. 2022-03-29 07:52:10.637 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 07:52:10.649 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 07:52:10.659 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 07:52:10.678 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 07:52:10.733 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 07:52:11.291 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=933ec858-546e-47db-8f11-1af1c04d4de4) has been successfully created! 2022-03-29 07:52:12.757 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:12.757 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:12.757 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:17.125 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:17.125 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:17.125 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:19.467 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=933ec858-546e-47db-8f11-1af1c04d4de4) for deployment 'opnfv-rally' (UUID=a734e65b-120c-45a4-890c-1c0ac1d78eed). 2022-03-29 07:52:20.008 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=933ec858-546e-47db-8f11-1af1c04d4de4) has been successfully configured for deployment 'opnfv-rally' (UUID=a734e65b-120c-45a4-890c-1c0ac1d78eed)! 2022-03-29 07:52:25.365 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:25.366 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:25.366 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:27.534 33 INFO rally.api [-] Starting verification (UUID=9dbfd7d1-16d8-45aa-b0b1-487b30e6af8d) for deployment 'opnfv-rally' (UUID=a734e65b-120c-45a4-890c-1c0ac1d78eed) by verifier 'opnfv-tempest' (UUID=933ec858-546e-47db-8f11-1af1c04d4de4). 2022-03-29 07:52:28.258 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 07:52:28.258 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/for-deployment-a734e65b-120c-45a4-890c-1c0ac1d78eed/tempest.log' to option 'log_file'. 2022-03-29 07:52:28.259 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/for-deployment-a734e65b-120c-45a4-890c-1c0ac1d78eed/tempest.log 2022-03-29 07:52:28.259 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 07:52:28.259 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/for-deployment-a734e65b-120c-45a4-890c-1c0ac1d78eed/lock_files' to option 'lock_path'. 2022-03-29 07:52:28.260 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-933ec858-546e-47db-8f11-1af1c04d4de4/for-deployment-a734e65b-120c-45a4-890c-1c0ac1d78eed/lock_files 2022-03-29 07:52:28.260 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 07:52:28.260 33 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 2022-03-29 07:52:28.260 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2b39357b-e430-4f0b-8036-89409131f80f 2022-03-29 07:52:28.261 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e4d230b8-06aa-425f-b716-030cc45d74ce 2022-03-29 07:52:28.261 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6ab6369d-f67e-405e-a7f3-7fc6e3286765 2022-03-29 07:52:28.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e5d4c8db-8115-4cfe-968e-0695285e9748 2022-03-29 07:52:28.504 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 07:52:28.505 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_cdfc8751-6247-4162-81b9-2ddc3d3a0256 2022-03-29 07:52:28.506 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 07:52:28.583 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 07:52:28.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_af549d6a_Yhm8qa2j'. Using flavor 'rally_verify_af549d6a_Yhm8qa2j' (ID = 0c96479c-80f9-4dfe-ba2d-9ff082f82c0c) for the tests. 2022-03-29 07:52:28.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0c96479c-80f9-4dfe-ba2d-9ff082f82c0c' to option 'instance_type'. 2022-03-29 07:52:28.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0c96479c-80f9-4dfe-ba2d-9ff082f82c0c 2022-03-29 07:52:28.619 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context tempest@default setup() finished in 0.88 sec 2022-03-29 07:52:28.619 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context testr@default setup() finished in 0.26 msec 2022-03-29 07:52:28.620 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/b45e9779-3234-4869-b004-4b5b6050c1c2'. 2022-03-29 07:52:42.366 33 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.865s] 2022-03-29 07:52:43.460 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context testr@default cleanup() started 2022-03-29 07:52:43.460 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context testr@default cleanup() finished in 0.73 msec 2022-03-29 07:52:43.461 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context tempest@default cleanup() started 2022-03-29 07:52:43.607 33 INFO rally.task.context [-] Verification 933ec858-546e-47db-8f11-1af1c04d4de4 | Context tempest@default cleanup() finished in 0.15 sec 2022-03-29 07:52:43.625 33 INFO rally.api [-] Verification (UUID=9dbfd7d1-16d8-45aa-b0b1-487b30e6af8d) has been successfully finished for deployment 'opnfv-rally' (UUID=a734e65b-120c-45a4-890c-1c0ac1d78eed)! 2022-03-29 07:52:45.107 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:45.107 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:45.108 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:46.560 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:46.561 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:46.561 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:48.753 39 INFO rally.api [-] Building 'html' report for the following verification(s): '9dbfd7d1-16d8-45aa-b0b1-487b30e6af8d' 2022-03-29 07:52:48.779 39 INFO rally.api [-] The report has been successfully built. 2022-03-29 07:52:50.466 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:52:50.466 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:52:50.466 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:52:52.662 41 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9dbfd7d1-16d8-45aa-b0b1-487b30e6af8d' 2022-03-29 07:52:52.664 41 INFO rally.api [-] The report has been successfully built.