2022-08-16 14:25:57.459 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:25:57.464 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:25:57.465 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:26:14.786 11 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-08-16 14:26:14.786 11 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-08-16 14:26:14.786 11 ERROR rally.cli.cliutils 2022-08-16 14:26:23.317 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:26:23.322 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:26:23.323 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:26:49.766 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:26:49.770 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:26:49.771 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:17.624 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:17.628 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:17.629 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:26.405 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:26.410 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:26.411 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:43.087 41 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-08-16 14:27:43.087 41 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-08-16 14:27:43.087 41 ERROR rally.cli.cliutils 2022-08-16 14:27:51.783 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:51.787 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:51.788 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:28:08.429 47 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-08-16 14:28:08.712 47 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/repo. 2022-08-16 14:28:09.410 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/repo'... done. Note: switching to '0edf8f6b24fa966bca9a34059c034148a726457c'. 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-08-16 14:28:09.507 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g0edf8f6b2 ' 2022-08-16 14:28:09.563 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0edf8f6b24fa966bca9a34059c034148a726457c ' 2022-08-16 14:28:09.602 47 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-08-16 14:28:10.063 47 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-08-16 14:28:14.166 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fea4f3b0-3813-4348-a01c-bb9f3e0cfd29) has been successfully created! 2022-08-16 14:28:22.856 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:28:22.860 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:28:22.861 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:28:48.673 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:28:48.677 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:28:48.678 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:29:05.404 84 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fea4f3b0-3813-4348-a01c-bb9f3e0cfd29) for deployment 'opnfv-rally' (UUID=9ea1818b-eb39-4d19-b595-47cb2d05d38e). 2022-08-16 14:29:06.486 84 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fea4f3b0-3813-4348-a01c-bb9f3e0cfd29) has been successfully configured for deployment 'opnfv-rally' (UUID=9ea1818b-eb39-4d19-b595-47cb2d05d38e)! 2022-08-16 14:29:38.477 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:29:38.482 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:29:38.483 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:29:55.685 104 INFO rally.api [-] Starting verification (UUID=87bb7864-8569-4eb0-a0af-169755d9cad4) for deployment 'opnfv-rally' (UUID=9ea1818b-eb39-4d19-b595-47cb2d05d38e) by verifier 'opnfv-tempest' (UUID=fea4f3b0-3813-4348-a01c-bb9f3e0cfd29). 2022-08-16 14:29:58.604 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-08-16 14:29:58.607 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e/tempest.log' to option 'log_file'. 2022-08-16 14:29:58.608 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e/tempest.log 2022-08-16 14:29:58.609 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-08-16 14:29:58.611 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e/lock_files' to option 'lock_path'. 2022-08-16 14:29:58.612 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e/lock_files 2022-08-16 14:29:58.613 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2022-08-16 14:29:58.615 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e' to option 'img_dir'. 2022-08-16 14:29:58.616 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-fea4f3b0-3813-4348-a01c-bb9f3e0cfd29/for-deployment-9ea1818b-eb39-4d19-b595-47cb2d05d38e 2022-08-16 14:29:58.618 104 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-08-16 14:29:58.619 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = afbe6848-d41a-467e-8d1f-64e84672e4b3 2022-08-16 14:29:58.621 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 152d2b13-58b2-4da1-b830-7cd2dab399a4 2022-08-16 14:29:58.624 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = abcd7087-5eac-4225-b96e-bfbb0c6a9ebc 2022-08-16 14:29:58.627 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5e3c83cb-97c2-464e-913a-920044fc1555 2022-08-16 14:29:58.953 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-08-16 14:29:58.955 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_a6d7a570-6714-4b22-8d22-2066fa9a7c61 2022-08-16 14:29:58.959 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-08-16 14:29:59.457 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-08-16 14:29:59.506 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d5579fd2_1qQwE4aL'. Using flavor 'rally_verify_d5579fd2_1qQwE4aL' (ID = 618b9595-8f90-4f76-8e9f-373e6a2a1dbc) for the tests. 2022-08-16 14:29:59.507 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '618b9595-8f90-4f76-8e9f-373e6a2a1dbc' to option 'instance_type'. 2022-08-16 14:29:59.508 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 618b9595-8f90-4f76-8e9f-373e6a2a1dbc 2022-08-16 14:29:59.514 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context tempest@default setup() finished in 3.22 sec 2022-08-16 14:29:59.516 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context testr@default setup() finished in 0.91 msec 2022-08-16 14:29:59.517 104 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/868d1732-34fe-4a02-8261-9577528b2c72'. 2022-08-16 14:30:28.053 104 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [13.586s] 2022-08-16 14:30:29.305 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context testr@default cleanup() started 2022-08-16 14:30:29.308 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context testr@default cleanup() finished in 3.36 msec 2022-08-16 14:30:29.311 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context tempest@default cleanup() started 2022-08-16 14:30:29.794 104 INFO rally.task.context [-] Verification fea4f3b0-3813-4348-a01c-bb9f3e0cfd29 | Context tempest@default cleanup() finished in 0.48 sec 2022-08-16 14:30:29.840 104 INFO rally.api [-] Verification (UUID=87bb7864-8569-4eb0-a0af-169755d9cad4) has been successfully finished for deployment 'opnfv-rally' (UUID=9ea1818b-eb39-4d19-b595-47cb2d05d38e)! 2022-08-16 14:30:39.918 124 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:30:39.922 124 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:30:39.924 124 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:30:49.329 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:30:49.333 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:30:49.334 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:31:08.136 130 INFO rally.api [-] Building 'html' report for the following verification(s): '87bb7864-8569-4eb0-a0af-169755d9cad4' 2022-08-16 14:31:08.303 130 INFO rally.api [-] The report has been successfully built. 2022-08-16 14:31:18.049 136 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:31:18.055 136 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:31:18.056 136 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:31:36.226 136 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '87bb7864-8569-4eb0-a0af-169755d9cad4' 2022-08-16 14:31:36.243 136 INFO rally.api [-] The report has been successfully built.