2022-04-19 07:51:35.016 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:35.016 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:35.016 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:37.232 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-04-19 07:51:37.232 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 07:51:37.232 7 ERROR rally.cli.cliutils 2022-04-19 07:51:38.757 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:38.757 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:38.757 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:42.706 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:42.707 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:42.707 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:46.861 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:46.861 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:46.862 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:48.222 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:48.222 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:48.222 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:50.138 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-04-19 07:51:50.138 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils force=force) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 07:51:50.138 16 ERROR rally.cli.cliutils 2022-04-19 07:51:51.596 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:51.597 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:51.597 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:53.544 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 07:51:53.637 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/repo. 2022-04-19 07:51:54.002 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/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-04-19 07:51:54.017 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 07:51:54.027 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 07:51:54.046 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 07:51:54.107 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 07:51:54.682 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d93c0dba-d277-4148-b3ad-911513225400) has been successfully created! 2022-04-19 07:51:56.202 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:56.202 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:56.202 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:00.292 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:00.293 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:00.293 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:02.338 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d93c0dba-d277-4148-b3ad-911513225400) for deployment 'opnfv-rally' (UUID=c16eeaf0-8b00-4565-b94b-eeb660327b6f). 2022-04-19 07:52:02.729 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d93c0dba-d277-4148-b3ad-911513225400) has been successfully configured for deployment 'opnfv-rally' (UUID=c16eeaf0-8b00-4565-b94b-eeb660327b6f)! 2022-04-19 07:52:07.461 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:07.462 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:07.462 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:09.487 33 INFO rally.api [-] Starting verification (UUID=2328a3cc-e5d8-4e30-9448-5ebf5d70272e) for deployment 'opnfv-rally' (UUID=c16eeaf0-8b00-4565-b94b-eeb660327b6f) by verifier 'opnfv-tempest' (UUID=d93c0dba-d277-4148-b3ad-911513225400). 2022-04-19 07:52:10.138 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 07:52:10.139 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/for-deployment-c16eeaf0-8b00-4565-b94b-eeb660327b6f/tempest.log' to option 'log_file'. 2022-04-19 07:52:10.139 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/for-deployment-c16eeaf0-8b00-4565-b94b-eeb660327b6f/tempest.log 2022-04-19 07:52:10.140 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 07:52:10.140 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/for-deployment-c16eeaf0-8b00-4565-b94b-eeb660327b6f/lock_files' to option 'lock_path'. 2022-04-19 07:52:10.140 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d93c0dba-d277-4148-b3ad-911513225400/for-deployment-c16eeaf0-8b00-4565-b94b-eeb660327b6f/lock_files 2022-04-19 07:52:10.141 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 07:52:10.141 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-04-19 07:52:10.141 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f8004eab-07f4-4e90-8fe8-0370b104ff81 2022-04-19 07:52:10.142 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 03e2e1f2-6073-4c25-9171-b515ed7aeb87 2022-04-19 07:52:10.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = be4a97a6-db46-49be-beb8-4aee16f6a6db 2022-04-19 07:52:10.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a84af062-d15a-40e3-8959-97809cb35d8a 2022-04-19 07:52:10.532 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 07:52:10.532 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_c0ad5f75-6626-4f2e-991b-4facb050f8ce 2022-04-19 07:52:10.533 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 07:52:10.607 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 07:52:10.647 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6893f112_2yPJMEWJ'. Using flavor 'rally_verify_6893f112_2yPJMEWJ' (ID = 43a4bdeb-8978-4d0c-8c99-7c32e6b51022) for the tests. 2022-04-19 07:52:10.647 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '43a4bdeb-8978-4d0c-8c99-7c32e6b51022' to option 'instance_type'. 2022-04-19 07:52:10.647 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 43a4bdeb-8978-4d0c-8c99-7c32e6b51022 2022-04-19 07:52:10.649 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context tempest@default setup() finished in 1.02 sec 2022-04-19 07:52:10.650 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context testr@default setup() finished in 0.45 msec 2022-04-19 07:52:10.650 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/92bd3d30-294e-4451-a0ce-2898481afc43'. 2022-04-19 07:52:25.042 33 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [11.528s] 2022-04-19 07:52:26.136 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context testr@default cleanup() started 2022-04-19 07:52:26.137 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context testr@default cleanup() finished in 0.74 msec 2022-04-19 07:52:26.137 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context tempest@default cleanup() started 2022-04-19 07:52:26.293 33 INFO rally.task.context [-] Verification d93c0dba-d277-4148-b3ad-911513225400 | Context tempest@default cleanup() finished in 0.16 sec 2022-04-19 07:52:26.326 33 INFO rally.api [-] Verification (UUID=2328a3cc-e5d8-4e30-9448-5ebf5d70272e) has been successfully finished for deployment 'opnfv-rally' (UUID=c16eeaf0-8b00-4565-b94b-eeb660327b6f)! 2022-04-19 07:52:28.056 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:28.056 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:28.057 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:29.605 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:29.605 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:29.606 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:31.836 39 INFO rally.api [-] Building 'html' report for the following verification(s): '2328a3cc-e5d8-4e30-9448-5ebf5d70272e' 2022-04-19 07:52:31.862 39 INFO rally.api [-] The report has been successfully built. 2022-04-19 07:52:33.328 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:33.329 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:33.329 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:35.485 41 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2328a3cc-e5d8-4e30-9448-5ebf5d70272e' 2022-04-19 07:52:35.488 41 INFO rally.api [-] The report has been successfully built.