2020-09-29 07:53:52.780 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:52.781 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:52.781 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:54.877 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-09-29 07:53:54.877 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 07:53:54.877 6 ERROR rally.cli.cliutils 2020-09-29 07:53:56.350 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:56.351 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:56.351 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:00.169 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:00.169 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:00.169 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:04.283 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:04.283 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:04.284 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:05.719 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:05.720 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:05.720 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:07.715 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-09-29 07:54:07.715 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils force=force) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 07:54:07.715 15 ERROR rally.cli.cliutils 2020-09-29 07:54:09.293 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:09.294 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:09.294 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:11.330 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 07:54:11.416 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/repo. 2020-09-29 07:54:11.771 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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-29 07:54:11.785 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 07:54:11.797 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 07:54:11.822 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 07:54:11.901 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 07:54:12.518 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e48c53b3-4de1-4a1e-bd78-ef0dfcf92393) has been successfully created! 2020-09-29 07:54:14.189 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:14.189 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:14.190 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:18.249 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:18.249 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:18.249 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:20.422 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e48c53b3-4de1-4a1e-bd78-ef0dfcf92393) for deployment 'opnfv-rally' (UUID=3780f878-514f-444d-9c86-d5ce747c85ab). 2020-09-29 07:54:20.842 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e48c53b3-4de1-4a1e-bd78-ef0dfcf92393) has been successfully configured for deployment 'opnfv-rally' (UUID=3780f878-514f-444d-9c86-d5ce747c85ab)! 2020-09-29 07:54:26.158 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:26.159 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:26.159 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:28.356 32 INFO rally.api [-] Starting verification (UUID=c03ef5f3-107e-4ea9-8e21-777b4c3ed0a0) for deployment 'opnfv-rally' (UUID=3780f878-514f-444d-9c86-d5ce747c85ab) by verifier 'opnfv-tempest' (UUID=e48c53b3-4de1-4a1e-bd78-ef0dfcf92393). 2020-09-29 07:54:28.951 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 07:54:28.952 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/for-deployment-3780f878-514f-444d-9c86-d5ce747c85ab/tempest.log' to option 'log_file'. 2020-09-29 07:54:28.952 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/for-deployment-3780f878-514f-444d-9c86-d5ce747c85ab/tempest.log 2020-09-29 07:54:28.952 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 07:54:28.953 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/for-deployment-3780f878-514f-444d-9c86-d5ce747c85ab/lock_files' to option 'lock_path'. 2020-09-29 07:54:28.953 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e48c53b3-4de1-4a1e-bd78-ef0dfcf92393/for-deployment-3780f878-514f-444d-9c86-d5ce747c85ab/lock_files 2020-09-29 07:54:28.953 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 07:54:28.953 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-09-29 07:54:28.954 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5bcd3465-6ebe-490b-ac81-f14778cf3321 2020-09-29 07:54:28.954 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e642c483-222c-4f47-8966-1ccc43eb6ece 2020-09-29 07:54:28.955 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 08fa0d61-c180-451d-890f-1c16ac2357e7 2020-09-29 07:54:28.955 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1e8e7262-5d9c-44f9-a53a-1a7a5eb7b655 2020-09-29 07:54:29.182 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 07:54:29.183 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_9148a8b0-00d3-4053-ac1b-2a8644d3cdd9 2020-09-29 07:54:29.183 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 07:54:29.248 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 07:54:29.288 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_806de41b_9DioBhJe'. Using flavor 'rally_verify_806de41b_9DioBhJe' (ID = 8b636569-2ae2-4f2f-a8be-e4511ed63065) for the tests. 2020-09-29 07:54:29.289 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8b636569-2ae2-4f2f-a8be-e4511ed63065' to option 'instance_type'. 2020-09-29 07:54:29.289 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8b636569-2ae2-4f2f-a8be-e4511ed63065 2020-09-29 07:54:29.290 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context tempest@default setup() finished in 0.71 sec 2020-09-29 07:54:29.291 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context testr@default setup() finished in 0.35 msec 2020-09-29 07:54:29.292 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/02a14810-e590-467e-8ec9-2f881efd82e8'. 2020-09-29 07:54:43.587 32 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [11.649s] 2020-09-29 07:54:44.707 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context testr@default cleanup() started 2020-09-29 07:54:44.707 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context testr@default cleanup() finished in 0.85 msec 2020-09-29 07:54:44.708 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context tempest@default cleanup() started 2020-09-29 07:54:44.888 32 INFO rally.task.context [-] Verification e48c53b3-4de1-4a1e-bd78-ef0dfcf92393 | Context tempest@default cleanup() finished in 0.18 sec 2020-09-29 07:54:44.906 32 INFO rally.api [-] Verification (UUID=c03ef5f3-107e-4ea9-8e21-777b4c3ed0a0) has been successfully finished for deployment 'opnfv-rally' (UUID=3780f878-514f-444d-9c86-d5ce747c85ab)! 2020-09-29 07:54:46.436 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:46.437 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:46.437 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:47.890 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:47.890 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:47.890 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:49.994 38 INFO rally.api [-] Building 'html' report for the following verification(s): 'c03ef5f3-107e-4ea9-8e21-777b4c3ed0a0' 2020-09-29 07:54:50.018 38 INFO rally.api [-] The report has been successfully built. 2020-09-29 07:54:51.515 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:54:51.515 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:54:51.515 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:53.604 40 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c03ef5f3-107e-4ea9-8e21-777b4c3ed0a0' 2020-09-29 07:54:53.609 40 INFO rally.api [-] The report has been successfully built.