2020-09-19 06:51:50.854 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:51:50.859 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:51:50.860 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:52:08.042 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 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 06:52:08.042 7 ERROR rally.cli.cliutils 2020-09-19 06:52:19.145 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:52:19.150 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:52:19.151 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:52:48.436 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:52:48.443 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:52:48.445 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:19.365 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:19.371 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:19.372 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:30.107 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:30.114 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:30.115 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils force=force) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 06:53:46.415 37 ERROR rally.cli.cliutils 2020-09-19 06:53:57.061 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:57.068 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:57.069 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:54:13.164 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 06:54:13.560 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/repo. 2020-09-19 06:54:14.318 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 ' 2020-09-19 06:54:14.415 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 06:54:14.468 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 06:54:14.532 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 06:54:15.025 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 06:54:19.731 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=20d147ff-c2ab-43ae-8ed3-5fc1a78b342a) has been successfully created! 2020-09-19 06:54:31.268 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:54:31.276 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:54:31.277 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:55:00.174 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:55:00.181 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:55:00.182 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:55:17.982 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=20d147ff-c2ab-43ae-8ed3-5fc1a78b342a) for deployment 'opnfv-rally' (UUID=8995880c-374a-4561-81f1-c80d239051cf). 2020-09-19 06:55:22.912 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=20d147ff-c2ab-43ae-8ed3-5fc1a78b342a) has been successfully configured for deployment 'opnfv-rally' (UUID=8995880c-374a-4561-81f1-c80d239051cf)! 2020-09-19 06:56:01.681 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:56:01.686 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:56:01.688 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:56:18.661 95 INFO rally.api [-] Starting verification (UUID=dc17db09-07e4-4c2b-b249-50a6744dfdbf) for deployment 'opnfv-rally' (UUID=8995880c-374a-4561-81f1-c80d239051cf) by verifier 'opnfv-tempest' (UUID=20d147ff-c2ab-43ae-8ed3-5fc1a78b342a). 2020-09-19 06:56:22.349 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 06:56:22.351 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/for-deployment-8995880c-374a-4561-81f1-c80d239051cf/tempest.log' to option 'log_file'. 2020-09-19 06:56:22.353 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/for-deployment-8995880c-374a-4561-81f1-c80d239051cf/tempest.log 2020-09-19 06:56:22.355 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 06:56:22.357 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/for-deployment-8995880c-374a-4561-81f1-c80d239051cf/lock_files' to option 'lock_path'. 2020-09-19 06:56:22.358 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-20d147ff-c2ab-43ae-8ed3-5fc1a78b342a/for-deployment-8995880c-374a-4561-81f1-c80d239051cf/lock_files 2020-09-19 06:56:22.360 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 06:56:22.362 95 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 2020-09-19 06:56:22.364 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ffe08659-21e4-4273-8372-00e4d49e62d9 2020-09-19 06:56:22.366 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 655153c2-6958-4274-acbf-059c5163d8c5 2020-09-19 06:56:22.370 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8750fdca-ea2d-43c9-b390-149f2ab5020d 2020-09-19 06:56:22.373 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3f99c0c8-2f37-428c-b8f3-35cedc13b9be 2020-09-19 06:56:26.462 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 06:56:26.465 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_6e1af7ef-ef7e-4286-b6ab-98b232a60629 2020-09-19 06:56:26.468 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 06:56:27.053 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 06:56:27.126 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_16d6766e_81owTEtq'. Using flavor 'rally_verify_16d6766e_81owTEtq' (ID = ab01b5ec-b0d4-4529-a43b-42b9ddeee26c) for the tests. 2020-09-19 06:56:27.128 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ab01b5ec-b0d4-4529-a43b-42b9ddeee26c' to option 'instance_type'. 2020-09-19 06:56:27.129 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ab01b5ec-b0d4-4529-a43b-42b9ddeee26c 2020-09-19 06:56:27.136 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context tempest@default setup() finished in 7.58 sec 2020-09-19 06:56:27.139 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context testr@default setup() finished in 1.01 msec 2020-09-19 06:56:27.140 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/c092a6e9-beb6-4806-b6f4-219b40d95094'. 2020-09-19 06:56:57.027 95 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [11.419s] 2020-09-19 06:56:58.491 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context testr@default cleanup() started 2020-09-19 06:56:58.495 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context testr@default cleanup() finished in 3.93 msec 2020-09-19 06:56:58.497 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context tempest@default cleanup() started 2020-09-19 06:56:59.016 95 INFO rally.task.context [-] Verification 20d147ff-c2ab-43ae-8ed3-5fc1a78b342a | Context tempest@default cleanup() finished in 0.52 sec 2020-09-19 06:56:59.089 95 INFO rally.api [-] Verification (UUID=dc17db09-07e4-4c2b-b249-50a6744dfdbf) has been successfully finished for deployment 'opnfv-rally' (UUID=8995880c-374a-4561-81f1-c80d239051cf)! 2020-09-19 06:57:12.281 110 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:57:12.289 110 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:57:12.290 110 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:57:25.431 113 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:57:25.439 113 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:57:25.440 113 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:57:42.885 113 INFO rally.api [-] Building 'html' report for the following verification(s): 'dc17db09-07e4-4c2b-b249-50a6744dfdbf' 2020-09-19 06:57:43.141 113 INFO rally.api [-] The report has been successfully built. 2020-09-19 06:57:55.548 120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:57:55.556 120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:57:55.557 120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:58:13.456 120 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dc17db09-07e4-4c2b-b249-50a6744dfdbf' 2020-09-19 06:58:13.482 120 INFO rally.api [-] The report has been successfully built.