2022-08-12 04:01:44.542 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:01:44.543 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:01:44.543 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:01:46.835 8 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-12 04:01:46.835 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-08-12 04:01:46.835 8 ERROR rally.cli.cliutils 2022-08-12 04:01:48.651 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:01:48.651 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:01:48.652 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:01:53.076 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:01:53.077 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:01:53.077 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:01:57.983 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:01:57.984 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:01:57.984 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:01:59.420 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:01:59.421 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:01:59.421 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:01.844 18 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-12 04:02:01.844 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-08-12 04:02:01.844 18 ERROR rally.cli.cliutils 2022-08-12 04:02:03.676 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:03.677 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:03.677 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:06.070 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-08-12 04:02:06.165 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/repo. 2022-08-12 04:02:06.415 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/repo'... done. Note: switching to '7b2f2a59108430b757907dd8c3b2399e07b97682'. 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-12 04:02:06.428 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7b2f2a591 ' 2022-08-12 04:02:06.434 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7b2f2a59108430b757907dd8c3b2399e07b97682 ' 2022-08-12 04:02:06.443 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-08-12 04:02:06.510 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-08-12 04:02:07.214 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=10966c69-369b-4b2a-a31d-e287d0785bb8) has been successfully created! 2022-08-12 04:02:08.899 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:08.899 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:08.899 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:14.599 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:14.599 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:14.599 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:16.885 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=10966c69-369b-4b2a-a31d-e287d0785bb8) for deployment 'opnfv-rally' (UUID=b54f9f68-416b-46a1-80d3-0ba8839c7b6b). 2022-08-12 04:02:17.221 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=10966c69-369b-4b2a-a31d-e287d0785bb8) has been successfully configured for deployment 'opnfv-rally' (UUID=b54f9f68-416b-46a1-80d3-0ba8839c7b6b)! 2022-08-12 04:02:22.515 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:22.515 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:22.516 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:24.861 36 INFO rally.api [-] Starting verification (UUID=af006b75-a791-4b52-9608-13e1a5396cfc) for deployment 'opnfv-rally' (UUID=b54f9f68-416b-46a1-80d3-0ba8839c7b6b) by verifier 'opnfv-tempest' (UUID=10966c69-369b-4b2a-a31d-e287d0785bb8). 2022-08-12 04:02:25.436 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-08-12 04:02:25.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/for-deployment-b54f9f68-416b-46a1-80d3-0ba8839c7b6b/tempest.log' to option 'log_file'. 2022-08-12 04:02:25.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/for-deployment-b54f9f68-416b-46a1-80d3-0ba8839c7b6b/tempest.log 2022-08-12 04:02:25.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-08-12 04:02:25.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/for-deployment-b54f9f68-416b-46a1-80d3-0ba8839c7b6b/lock_files' to option 'lock_path'. 2022-08-12 04:02:25.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-10966c69-369b-4b2a-a31d-e287d0785bb8/for-deployment-b54f9f68-416b-46a1-80d3-0ba8839c7b6b/lock_files 2022-08-12 04:02:25.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-08-12 04:02:25.439 36 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 2022-08-12 04:02:25.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b21fd8e0-389f-482f-9e54-73c43b07072f 2022-08-12 04:02:25.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d709e373-084d-49f6-8937-69d19eb35cd0 2022-08-12 04:02:25.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 10004ed9-56c0-46d8-9000-e2b14875cf55 2022-08-12 04:02:25.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ee669bf5-e281-482d-900b-4992756be885 2022-08-12 04:02:25.628 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-08-12 04:02:25.629 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_1c103aca-b7f6-4f50-8108-6065b8fc823a 2022-08-12 04:02:25.630 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-08-12 04:02:25.732 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-08-12 04:02:25.762 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_1e729bc0_w4faAM42'. Using flavor 'rally_verify_1e729bc0_w4faAM42' (ID = 161f10b7-318a-4513-ad9f-24e5a903960a) for the tests. 2022-08-12 04:02:25.763 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '161f10b7-318a-4513-ad9f-24e5a903960a' to option 'instance_type'. 2022-08-12 04:02:25.763 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 161f10b7-318a-4513-ad9f-24e5a903960a 2022-08-12 04:02:25.765 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context tempest@default setup() finished in 0.75 sec 2022-08-12 04:02:25.767 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context testr@default setup() finished in 0.89 msec 2022-08-12 04:02:25.767 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/49e9bb78-85d4-4286-a721-385a866ed85c'. 2022-08-12 04:02:41.437 36 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [13.218s] 2022-08-12 04:02:42.103 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context testr@default cleanup() started 2022-08-12 04:02:42.104 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context testr@default cleanup() finished in 0.79 msec 2022-08-12 04:02:42.104 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context tempest@default cleanup() started 2022-08-12 04:02:42.255 36 INFO rally.task.context [-] Verification 10966c69-369b-4b2a-a31d-e287d0785bb8 | Context tempest@default cleanup() finished in 0.15 sec 2022-08-12 04:02:42.274 36 INFO rally.api [-] Verification (UUID=af006b75-a791-4b52-9608-13e1a5396cfc) has been successfully finished for deployment 'opnfv-rally' (UUID=b54f9f68-416b-46a1-80d3-0ba8839c7b6b)! 2022-08-12 04:02:43.925 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:43.925 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:43.925 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:45.229 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:45.229 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:45.229 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:47.492 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'af006b75-a791-4b52-9608-13e1a5396cfc' 2022-08-12 04:02:47.545 44 INFO rally.api [-] The report has been successfully built. 2022-08-12 04:02:48.854 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-12 04:02:48.855 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-12 04:02:48.855 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-12 04:02:50.767 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'af006b75-a791-4b52-9608-13e1a5396cfc' 2022-08-12 04:02:50.800 46 INFO rally.api [-] The report has been successfully built.