2021-06-08 07:50:20.632 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:20.632 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:20.632 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:22.577 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 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:50:22.577 7 ERROR rally.cli.cliutils 2021-06-08 07:50:23.884 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:23.885 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:23.885 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:27.674 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:27.674 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:27.674 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:31.462 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:31.462 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:31.462 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:32.702 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:32.702 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:32.703 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:34.547 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 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:50:34.547 16 ERROR rally.cli.cliutils 2021-06-08 07:50:35.980 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:35.981 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:35.981 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:37.808 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:50:37.888 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/repo. 2021-06-08 07:50:38.265 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/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 ' 2021-06-08 07:50:38.281 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:50:38.290 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:50:38.311 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:50:38.363 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:50:38.964 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=950ee4d4-f44a-4caf-817c-1aa178b47020) has been successfully created! 2021-06-08 07:50:40.461 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:40.461 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:40.462 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:44.560 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:44.560 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:44.561 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:46.404 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=950ee4d4-f44a-4caf-817c-1aa178b47020) for deployment 'opnfv-rally' (UUID=6b85941a-4292-4dae-81c0-3891e88aeb73). 2021-06-08 07:50:46.764 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=950ee4d4-f44a-4caf-817c-1aa178b47020) has been successfully configured for deployment 'opnfv-rally' (UUID=6b85941a-4292-4dae-81c0-3891e88aeb73)! 2021-06-08 07:50:51.457 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:51.458 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:51.458 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:53.507 33 INFO rally.api [-] Starting verification (UUID=e6f8e6a6-7902-4efa-8042-5b2b9575d84f) for deployment 'opnfv-rally' (UUID=6b85941a-4292-4dae-81c0-3891e88aeb73) by verifier 'opnfv-tempest' (UUID=950ee4d4-f44a-4caf-817c-1aa178b47020). 2021-06-08 07:50:54.248 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:50:54.248 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/for-deployment-6b85941a-4292-4dae-81c0-3891e88aeb73/tempest.log' to option 'log_file'. 2021-06-08 07:50:54.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/for-deployment-6b85941a-4292-4dae-81c0-3891e88aeb73/tempest.log 2021-06-08 07:50:54.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:50:54.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/for-deployment-6b85941a-4292-4dae-81c0-3891e88aeb73/lock_files' to option 'lock_path'. 2021-06-08 07:50:54.250 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-950ee4d4-f44a-4caf-817c-1aa178b47020/for-deployment-6b85941a-4292-4dae-81c0-3891e88aeb73/lock_files 2021-06-08 07:50:54.250 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:50:54.250 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 2021-06-08 07:50:54.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = aef5cf39-7161-41b7-afeb-95379d755704 2021-06-08 07:50:54.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ee0695b6-909f-4c16-a4fb-70b98d9e88e3 2021-06-08 07:50:54.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5934c350-750f-4bcb-b825-87b55a4b925b 2021-06-08 07:50:54.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b2451dcc-5a1b-40b2-8d42-8e9b2160a3e3 2021-06-08 07:50:54.564 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:50:54.565 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_9367a88d-d815-4d5e-a99c-3851691f3266 2021-06-08 07:50:54.565 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:50:54.657 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:50:54.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_34da8cae_OoTizTPp'. Using flavor 'rally_verify_34da8cae_OoTizTPp' (ID = b249e4b0-eef1-4269-8404-7ef942022526) for the tests. 2021-06-08 07:50:54.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b249e4b0-eef1-4269-8404-7ef942022526' to option 'instance_type'. 2021-06-08 07:50:54.694 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b249e4b0-eef1-4269-8404-7ef942022526 2021-06-08 07:50:54.696 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context tempest@default setup() finished in 1.00 sec 2021-06-08 07:50:54.697 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context testr@default setup() finished in 0.47 msec 2021-06-08 07:50:54.697 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/5fb834d1-2c32-4e12-80dd-bd1e1e3db76c'. 2021-06-08 07:51:08.990 33 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [11.307s] 2021-06-08 07:51:10.049 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context testr@default cleanup() started 2021-06-08 07:51:10.050 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context testr@default cleanup() finished in 0.71 msec 2021-06-08 07:51:10.050 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context tempest@default cleanup() started 2021-06-08 07:51:10.235 33 INFO rally.task.context [-] Verification 950ee4d4-f44a-4caf-817c-1aa178b47020 | Context tempest@default cleanup() finished in 0.18 sec 2021-06-08 07:51:10.253 33 INFO rally.api [-] Verification (UUID=e6f8e6a6-7902-4efa-8042-5b2b9575d84f) has been successfully finished for deployment 'opnfv-rally' (UUID=6b85941a-4292-4dae-81c0-3891e88aeb73)! 2021-06-08 07:51:11.946 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:51:11.946 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:51:11.946 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:51:13.353 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:51:13.353 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:51:13.353 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:51:15.241 39 INFO rally.api [-] Building 'html' report for the following verification(s): 'e6f8e6a6-7902-4efa-8042-5b2b9575d84f' 2021-06-08 07:51:15.266 39 INFO rally.api [-] The report has been successfully built. 2021-06-08 07:51:16.651 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:51:16.651 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:51:16.651 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:51:18.764 41 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e6f8e6a6-7902-4efa-8042-5b2b9575d84f' 2021-06-08 07:51:18.768 41 INFO rally.api [-] The report has been successfully built.