2021-09-22 17:20:49.434 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:49.434 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:49.435 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:51.636 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 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:20:51.636 8 ERROR rally.cli.cliutils 2021-09-22 17:20:53.172 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:53.172 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:53.172 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:56.788 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:56.789 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:56.789 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:00.905 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:00.905 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:00.905 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:02.207 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:02.207 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:02.207 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:04.280 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 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:21:04.280 18 ERROR rally.cli.cliutils 2021-09-22 17:21:05.946 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:05.947 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:05.947 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:08.314 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:21:08.360 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/repo. 2021-09-22 17:21:08.686 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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 ' 2021-09-22 17:21:08.730 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:21:08.739 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:21:08.750 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:21:08.870 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:21:09.557 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b534b4e9-cd17-4359-9851-9d8e900060f3) has been successfully created! 2021-09-22 17:21:11.247 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:11.248 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:11.248 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:16.162 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:16.162 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:16.162 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:18.812 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b534b4e9-cd17-4359-9851-9d8e900060f3) for deployment 'opnfv-rally' (UUID=7cd4ad38-be6e-4482-81af-f5ac8c83a503). 2021-09-22 17:21:19.309 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b534b4e9-cd17-4359-9851-9d8e900060f3) has been successfully configured for deployment 'opnfv-rally' (UUID=7cd4ad38-be6e-4482-81af-f5ac8c83a503)! 2021-09-22 17:21:24.744 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:24.744 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:24.744 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:27.232 36 INFO rally.api [-] Starting verification (UUID=7f230063-2e5a-4a4a-b7ab-fbf4682d7309) for deployment 'opnfv-rally' (UUID=7cd4ad38-be6e-4482-81af-f5ac8c83a503) by verifier 'opnfv-tempest' (UUID=b534b4e9-cd17-4359-9851-9d8e900060f3). 2021-09-22 17:21:27.765 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:21:27.765 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/for-deployment-7cd4ad38-be6e-4482-81af-f5ac8c83a503/tempest.log' to option 'log_file'. 2021-09-22 17:21:27.765 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/for-deployment-7cd4ad38-be6e-4482-81af-f5ac8c83a503/tempest.log 2021-09-22 17:21:27.766 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:21:27.766 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/for-deployment-7cd4ad38-be6e-4482-81af-f5ac8c83a503/lock_files' to option 'lock_path'. 2021-09-22 17:21:27.767 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b534b4e9-cd17-4359-9851-9d8e900060f3/for-deployment-7cd4ad38-be6e-4482-81af-f5ac8c83a503/lock_files 2021-09-22 17:21:27.767 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:21:27.767 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 2021-09-22 17:21:27.768 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 13dd3e61-8565-445a-8b28-a4674c388023 2021-09-22 17:21:27.768 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 36d4aa57-e315-48fd-bc65-09ce694e8246 2021-09-22 17:21:27.769 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 31ce0f74-f1e4-440f-9ca5-9ead1c550974 2021-09-22 17:21:27.769 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e495e2d6-58ec-443f-b413-9e603748cc14 2021-09-22 17:21:27.962 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:21:27.962 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_5e35a3ac-00d5-4415-b18f-dc46bee66267 2021-09-22 17:21:27.963 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:21:28.058 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:21:28.094 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_41535b6b_X68oHVjn'. Using flavor 'rally_verify_41535b6b_X68oHVjn' (ID = 7ebe1126-c65d-4bbb-a728-da1a6512a513) for the tests. 2021-09-22 17:21:28.095 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ebe1126-c65d-4bbb-a728-da1a6512a513' to option 'instance_type'. 2021-09-22 17:21:28.095 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ebe1126-c65d-4bbb-a728-da1a6512a513 2021-09-22 17:21:28.096 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context tempest@default setup() finished in 0.72 sec 2021-09-22 17:21:28.097 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context testr@default setup() finished in 0.35 msec 2021-09-22 17:21:28.097 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/b5eca6e6-ecfe-462c-aabd-a1017d0ffa01'. 2021-09-22 17:21:32.931 36 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.149s] 2021-09-22 17:21:33.721 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context testr@default cleanup() started 2021-09-22 17:21:33.721 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context testr@default cleanup() finished in 0.76 msec 2021-09-22 17:21:33.722 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context tempest@default cleanup() started 2021-09-22 17:21:33.873 36 INFO rally.task.context [-] Verification b534b4e9-cd17-4359-9851-9d8e900060f3 | Context tempest@default cleanup() finished in 0.15 sec 2021-09-22 17:21:33.883 36 INFO rally.api [-] Verification (UUID=7f230063-2e5a-4a4a-b7ab-fbf4682d7309) has been successfully finished for deployment 'opnfv-rally' (UUID=7cd4ad38-be6e-4482-81af-f5ac8c83a503)! 2021-09-22 17:21:35.627 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:35.627 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:35.628 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:37.076 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:37.076 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:37.077 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:39.408 44 INFO rally.api [-] Building 'html' report for the following verification(s): '7f230063-2e5a-4a4a-b7ab-fbf4682d7309' 2021-09-22 17:21:39.428 44 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:21:40.852 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:40.852 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:40.852 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:42.949 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7f230063-2e5a-4a4a-b7ab-fbf4682d7309' 2021-09-22 17:21:42.951 46 INFO rally.api [-] The report has been successfully built.