2022-09-12 18:29:43.196 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:43.196 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:43.196 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:45.480 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 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-09-12 18:29:45.480 8 ERROR rally.cli.cliutils 2022-09-12 18:29:46.886 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:46.886 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:46.886 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:50.781 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:50.782 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:50.782 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:54.910 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:54.910 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:54.910 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:56.273 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:56.274 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:56.274 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:58.630 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 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-09-12 18:29:58.630 18 ERROR rally.cli.cliutils 2022-09-12 18:29:59.980 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:59.980 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:59.981 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:01.975 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-09-12 18:30:02.011 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/repo. 2022-09-12 18:30:02.323 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/repo'... done. Note: switching to '527e62c6ce26f1bd6fcdbc542c5563955b958907'. 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-09-12 18:30:02.338 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g527e62c6c ' 2022-09-12 18:30:02.345 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '527e62c6ce26f1bd6fcdbc542c5563955b958907 ' 2022-09-12 18:30:02.355 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-09-12 18:30:02.410 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-09-12 18:30:03.051 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3a007775-b94b-4472-96f3-dccd137c67af) has been successfully created! 2022-09-12 18:30:04.323 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:04.323 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:04.323 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:08.179 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:08.179 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:08.179 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:10.257 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3a007775-b94b-4472-96f3-dccd137c67af) for deployment 'opnfv-rally' (UUID=2a2c1e30-4494-4093-ab47-bb964d9f7f0b). 2022-09-12 18:30:10.644 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3a007775-b94b-4472-96f3-dccd137c67af) has been successfully configured for deployment 'opnfv-rally' (UUID=2a2c1e30-4494-4093-ab47-bb964d9f7f0b)! 2022-09-12 18:30:15.380 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:15.380 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:15.381 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:17.929 38 INFO rally.api [-] Starting verification (UUID=6a09c49a-9f57-4d7f-b339-67b03e60bf9d) for deployment 'opnfv-rally' (UUID=2a2c1e30-4494-4093-ab47-bb964d9f7f0b) by verifier 'opnfv-tempest' (UUID=3a007775-b94b-4472-96f3-dccd137c67af). 2022-09-12 18:30:18.613 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-09-12 18:30:18.614 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/for-deployment-2a2c1e30-4494-4093-ab47-bb964d9f7f0b/tempest.log' to option 'log_file'. 2022-09-12 18:30:18.614 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/for-deployment-2a2c1e30-4494-4093-ab47-bb964d9f7f0b/tempest.log 2022-09-12 18:30:18.614 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-09-12 18:30:18.614 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/for-deployment-2a2c1e30-4494-4093-ab47-bb964d9f7f0b/lock_files' to option 'lock_path'. 2022-09-12 18:30:18.615 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3a007775-b94b-4472-96f3-dccd137c67af/for-deployment-2a2c1e30-4494-4093-ab47-bb964d9f7f0b/lock_files 2022-09-12 18:30:18.615 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 2022-09-12 18:30:18.615 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9d07165c-6e48-42fb-b4b4-4c2d4e329c6b 2022-09-12 18:30:18.616 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 02d75141-ec5b-4440-905d-9a209f46ee56 2022-09-12 18:30:18.616 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b0f75d69-5a8b-496d-b579-c48663bd7720 2022-09-12 18:30:18.616 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = aaeeeb9a-fbb5-4857-a74c-501311ccea7f 2022-09-12 18:30:18.889 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-09-12 18:30:18.889 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_d01b494b-fee4-441d-bb86-45f26213629b 2022-09-12 18:30:18.890 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-09-12 18:30:18.971 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-09-12 18:30:18.996 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_49eeea64_8vmmJdTH'. Using flavor 'rally_verify_49eeea64_8vmmJdTH' (ID = 9892e4b7-7e8c-4128-bd7b-b5a067909c23) for the tests. 2022-09-12 18:30:18.997 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9892e4b7-7e8c-4128-bd7b-b5a067909c23' to option 'instance_type'. 2022-09-12 18:30:18.997 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9892e4b7-7e8c-4128-bd7b-b5a067909c23 2022-09-12 18:30:18.998 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context tempest@default setup() finished in 0.88 sec 2022-09-12 18:30:18.999 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context testr@default setup() finished in 0.38 msec 2022-09-12 18:30:19.000 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/e1562a32-9253-450a-96c9-2bb3d0a664ee'. 2022-09-12 18:30:24.895 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.952s] 2022-09-12 18:30:26.012 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context testr@default cleanup() started 2022-09-12 18:30:26.012 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context testr@default cleanup() finished in 0.60 msec 2022-09-12 18:30:26.013 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context tempest@default cleanup() started 2022-09-12 18:30:26.216 38 INFO rally.task.context [-] Verification 3a007775-b94b-4472-96f3-dccd137c67af | Context tempest@default cleanup() finished in 0.20 sec 2022-09-12 18:30:26.227 38 INFO rally.api [-] Verification (UUID=6a09c49a-9f57-4d7f-b339-67b03e60bf9d) has been successfully finished for deployment 'opnfv-rally' (UUID=2a2c1e30-4494-4093-ab47-bb964d9f7f0b)! 2022-09-12 18:30:27.997 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:27.997 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:27.997 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:29.509 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:29.510 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:29.510 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:32.059 47 INFO rally.api [-] Building 'html' report for the following verification(s): '6a09c49a-9f57-4d7f-b339-67b03e60bf9d' 2022-09-12 18:30:32.091 47 INFO rally.api [-] The report has been successfully built. 2022-09-12 18:30:33.675 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:33.676 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:33.676 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:36.107 49 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6a09c49a-9f57-4d7f-b339-67b03e60bf9d' 2022-09-12 18:30:36.109 49 INFO rally.api [-] The report has been successfully built.