2023-02-19 01:24:51.361 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:51.361 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:51.361 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:53.666 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 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:24:53.666 8 ERROR rally.cli.cliutils 2023-02-19 01:24:55.019 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:55.019 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:55.019 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:58.879 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:58.880 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:58.880 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:03.199 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:03.200 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:03.200 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:04.551 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:04.552 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:04.552 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:06.779 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 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:25:06.779 18 ERROR rally.cli.cliutils 2023-02-19 01:25:08.344 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:08.345 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:08.345 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:10.635 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:25:10.680 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/repo. 2023-02-19 01:25:10.979 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-02-19 01:25:10.995 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:25:11.002 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:25:11.011 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:25:11.066 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:25:11.672 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9b6dcd6-7da1-455b-9311-493f18aab028) has been successfully created! 2023-02-19 01:25:13.111 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:13.112 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:13.112 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:17.525 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:17.525 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:17.526 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:19.970 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d9b6dcd6-7da1-455b-9311-493f18aab028) for deployment 'opnfv-rally' (UUID=bf5dd713-0116-472e-9965-2c8ce3cbc65c). 2023-02-19 01:25:20.406 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9b6dcd6-7da1-455b-9311-493f18aab028) has been successfully configured for deployment 'opnfv-rally' (UUID=bf5dd713-0116-472e-9965-2c8ce3cbc65c)! 2023-02-19 01:25:26.571 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:26.571 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:26.571 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:29.523 38 INFO rally.api [-] Starting verification (UUID=c1d6be81-4fd7-4d3c-bf2a-21d79d63fb4e) for deployment 'opnfv-rally' (UUID=bf5dd713-0116-472e-9965-2c8ce3cbc65c) by verifier 'opnfv-tempest' (UUID=d9b6dcd6-7da1-455b-9311-493f18aab028). 2023-02-19 01:25:30.225 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:25:30.225 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c/tempest.log' to option 'log_file'. 2023-02-19 01:25:30.226 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c/tempest.log 2023-02-19 01:25:30.226 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:25:30.226 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c/lock_files' to option 'lock_path'. 2023-02-19 01:25:30.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c/lock_files 2023-02-19 01:25:30.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:25:30.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c' to option 'img_dir'. 2023-02-19 01:25:30.228 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-d9b6dcd6-7da1-455b-9311-493f18aab028/for-deployment-bf5dd713-0116-472e-9965-2c8ce3cbc65c 2023-02-19 01:25:30.228 38 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 2023-02-19 01:25:30.228 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1377081c-5731-4003-a671-fbb3e7e8dc35 2023-02-19 01:25:30.229 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 62613f18-77ff-4a1c-8083-1aab963e84ec 2023-02-19 01:25:30.229 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 33f7a818-4de5-4b71-83b1-38474ddb2eaf 2023-02-19 01:25:30.230 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c4862c68-610c-493b-86eb-e44986e073d1 2023-02-19 01:25:30.547 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:25:30.548 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_55520932-3057-413a-8d40-fbb541114453 2023-02-19 01:25:30.549 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:25:30.653 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:25:30.684 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_e532cb85_bKCz8KgO'. Using flavor 'rally_verify_e532cb85_bKCz8KgO' (ID = 284b63ea-40f0-4bff-a711-560ddb88a676) for the tests. 2023-02-19 01:25:30.684 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '284b63ea-40f0-4bff-a711-560ddb88a676' to option 'instance_type'. 2023-02-19 01:25:30.685 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 284b63ea-40f0-4bff-a711-560ddb88a676 2023-02-19 01:25:30.686 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context tempest@default setup() finished in 0.97 sec 2023-02-19 01:25:30.687 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context testr@default setup() finished in 0.30 msec 2023-02-19 01:25:30.687 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/d1386572-b295-4123-9c72-9dc474ef05c6'. 2023-02-19 01:25:47.789 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [13.768s] 2023-02-19 01:25:48.801 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context testr@default cleanup() started 2023-02-19 01:25:48.802 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context testr@default cleanup() finished in 0.70 msec 2023-02-19 01:25:48.802 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context tempest@default cleanup() started 2023-02-19 01:25:48.973 38 INFO rally.task.context [-] Verification d9b6dcd6-7da1-455b-9311-493f18aab028 | Context tempest@default cleanup() finished in 0.17 sec 2023-02-19 01:25:48.984 38 INFO rally.api [-] Verification (UUID=c1d6be81-4fd7-4d3c-bf2a-21d79d63fb4e) has been successfully finished for deployment 'opnfv-rally' (UUID=bf5dd713-0116-472e-9965-2c8ce3cbc65c)! 2023-02-19 01:25:50.730 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:50.730 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:50.730 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:52.193 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:52.193 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:52.193 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:54.630 47 INFO rally.api [-] Building 'html' report for the following verification(s): 'c1d6be81-4fd7-4d3c-bf2a-21d79d63fb4e' 2023-02-19 01:25:54.654 47 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:25:56.290 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:56.291 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:56.291 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:58.852 49 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c1d6be81-4fd7-4d3c-bf2a-21d79d63fb4e' 2023-02-19 01:25:58.855 49 INFO rally.api [-] The report has been successfully built.