2020-07-14 23:06:32.979 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:32.980 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:32.980 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:35.229 6 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-07-14 23:06:35.229 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:06:35.229 6 ERROR rally.cli.cliutils 2020-07-14 23:06:36.678 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:36.678 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:36.678 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:40.300 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:40.300 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:40.301 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:44.697 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:44.698 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:44.698 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:46.153 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:46.154 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:46.154 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:47.997 15 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-07-14 23:06:47.997 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:06:47.997 15 ERROR rally.cli.cliutils 2020-07-14 23:06:49.267 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:49.267 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:49.267 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:51.024 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:06:51.096 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/repo. 2020-07-14 23:06:51.370 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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-07-14 23:06:51.387 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:06:51.398 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:06:51.419 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:06:51.472 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:06:52.052 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3334a02-5510-48e2-b7e3-9a0bd018a106) has been successfully created! 2020-07-14 23:06:53.739 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:53.740 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:53.740 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:57.530 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:06:57.530 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:06:57.531 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:06:59.729 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b3334a02-5510-48e2-b7e3-9a0bd018a106) for deployment 'opnfv-rally' (UUID=55ecc46a-2542-43f3-9074-7d28350bd77c). 2020-07-14 23:07:00.177 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3334a02-5510-48e2-b7e3-9a0bd018a106) has been successfully configured for deployment 'opnfv-rally' (UUID=55ecc46a-2542-43f3-9074-7d28350bd77c)! 2020-07-14 23:07:05.394 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:07:05.394 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:07:05.394 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:07:07.396 32 INFO rally.api [-] Starting verification (UUID=c45a3dd9-957c-45de-b59e-45d01f07dbdc) for deployment 'opnfv-rally' (UUID=55ecc46a-2542-43f3-9074-7d28350bd77c) by verifier 'opnfv-tempest' (UUID=b3334a02-5510-48e2-b7e3-9a0bd018a106). 2020-07-14 23:07:08.077 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:07:08.077 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/for-deployment-55ecc46a-2542-43f3-9074-7d28350bd77c/tempest.log' to option 'log_file'. 2020-07-14 23:07:08.078 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/for-deployment-55ecc46a-2542-43f3-9074-7d28350bd77c/tempest.log 2020-07-14 23:07:08.078 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:07:08.078 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/for-deployment-55ecc46a-2542-43f3-9074-7d28350bd77c/lock_files' to option 'lock_path'. 2020-07-14 23:07:08.078 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b3334a02-5510-48e2-b7e3-9a0bd018a106/for-deployment-55ecc46a-2542-43f3-9074-7d28350bd77c/lock_files 2020-07-14 23:07:08.079 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:07:08.079 32 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-07-14 23:07:08.079 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9134380d-36ef-43f0-abca-294094590648 2020-07-14 23:07:08.080 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e9ec6c50-9ca6-4353-a93b-e4cffa1ee7c5 2020-07-14 23:07:08.080 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9c47a657-008c-4984-94e5-77d5e684804a 2020-07-14 23:07:08.081 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 42a50eda-2844-4e31-994c-aacd32605477 2020-07-14 23:07:08.330 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:07:08.330 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_d2922cf8-af4d-4ad5-8b91-c87ba6a5fada 2020-07-14 23:07:08.331 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:07:08.574 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:07:09.000 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_341d7dd3_73Vf7P7W'. Using flavor 'rally_verify_341d7dd3_73Vf7P7W' (ID = 02e07fc7-d1d2-46db-88d2-b1db5b83aaa0) for the tests. 2020-07-14 23:07:09.000 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02e07fc7-d1d2-46db-88d2-b1db5b83aaa0' to option 'instance_type'. 2020-07-14 23:07:09.001 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02e07fc7-d1d2-46db-88d2-b1db5b83aaa0 2020-07-14 23:07:09.002 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context tempest@default setup() finished in 1.36 sec 2020-07-14 23:07:09.003 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context testr@default setup() finished in 0.36 msec 2020-07-14 23:07:09.003 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/a40b486f-774a-4de6-b988-b8a6c6cdc929'. 2020-07-14 23:07:14.589 32 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.860s] 2020-07-14 23:07:15.611 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context testr@default cleanup() started 2020-07-14 23:07:15.612 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context testr@default cleanup() finished in 0.64 msec 2020-07-14 23:07:15.612 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context tempest@default cleanup() started 2020-07-14 23:07:15.786 32 INFO rally.task.context [-] Verification b3334a02-5510-48e2-b7e3-9a0bd018a106 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-14 23:07:15.804 32 INFO rally.api [-] Verification (UUID=c45a3dd9-957c-45de-b59e-45d01f07dbdc) has been successfully finished for deployment 'opnfv-rally' (UUID=55ecc46a-2542-43f3-9074-7d28350bd77c)! 2020-07-14 23:07:17.624 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:07:17.624 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:07:17.624 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:07:18.973 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:07:18.973 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:07:18.973 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:07:21.017 38 INFO rally.api [-] Building 'html' report for the following verification(s): 'c45a3dd9-957c-45de-b59e-45d01f07dbdc' 2020-07-14 23:07:21.069 38 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:07:22.663 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:07:22.664 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:07:22.664 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:07:24.443 40 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c45a3dd9-957c-45de-b59e-45d01f07dbdc' 2020-07-14 23:07:24.446 40 INFO rally.api [-] The report has been successfully built.