2020-07-04 07:34:22.865 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:22.865 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:22.865 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:25.100 7 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-07-04 07:34:25.100 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 07:34:25.100 7 ERROR rally.cli.cliutils 2020-07-04 07:34:26.694 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:26.694 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:26.694 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:30.681 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:30.681 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:30.681 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:35.302 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:35.302 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:35.303 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:36.711 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:36.712 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:36.712 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:38.687 17 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-07-04 07:34:38.687 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:34:38.687 17 ERROR rally.cli.cliutils 2020-07-04 07:34:40.255 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:40.256 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:40.256 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:42.204 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 07:34:42.330 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/repo. 2020-07-04 07:34:42.576 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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 ' 2020-07-04 07:34:42.590 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 07:34:42.600 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 07:34:42.620 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 07:34:42.684 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 07:34:43.369 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d51950e7-a108-4e39-b2af-d2cf8c7a9a31) has been successfully created! 2020-07-04 07:34:45.054 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:45.055 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:45.055 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:49.704 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:49.704 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:49.704 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:51.668 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d51950e7-a108-4e39-b2af-d2cf8c7a9a31) for deployment 'opnfv-rally' (UUID=d00f66fc-509b-4f32-a010-fd615ecf90ce). 2020-07-04 07:34:52.182 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d51950e7-a108-4e39-b2af-d2cf8c7a9a31) has been successfully configured for deployment 'opnfv-rally' (UUID=d00f66fc-509b-4f32-a010-fd615ecf90ce)! 2020-07-04 07:34:57.695 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:34:57.696 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:34:57.696 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:34:59.864 35 INFO rally.api [-] Starting verification (UUID=bc6e9048-3eea-44dc-9f3a-106a9c0626a0) for deployment 'opnfv-rally' (UUID=d00f66fc-509b-4f32-a010-fd615ecf90ce) by verifier 'opnfv-tempest' (UUID=d51950e7-a108-4e39-b2af-d2cf8c7a9a31). 2020-07-04 07:35:00.618 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 07:35:00.621 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/for-deployment-d00f66fc-509b-4f32-a010-fd615ecf90ce/tempest.log' to option 'log_file'. 2020-07-04 07:35:00.621 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/for-deployment-d00f66fc-509b-4f32-a010-fd615ecf90ce/tempest.log 2020-07-04 07:35:00.622 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 07:35:00.622 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/for-deployment-d00f66fc-509b-4f32-a010-fd615ecf90ce/lock_files' to option 'lock_path'. 2020-07-04 07:35:00.622 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d51950e7-a108-4e39-b2af-d2cf8c7a9a31/for-deployment-d00f66fc-509b-4f32-a010-fd615ecf90ce/lock_files 2020-07-04 07:35:00.623 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 07:35:00.623 35 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-07-04 07:35:00.623 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = da50edc5-877d-4b22-bf93-2e3501603a28 2020-07-04 07:35:00.624 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b2011fd6-10a2-4680-888b-7ac918a700b3 2020-07-04 07:35:00.625 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9078978b-b120-47c0-a7fb-3b4dc64a0b76 2020-07-04 07:35:00.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 27cd71f0-c545-4293-a836-c022f36f2a49 2020-07-04 07:35:00.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 07:35:00.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_59f3404f-9106-4d9d-aabf-a54cee9ec608 2020-07-04 07:35:00.831 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 07:35:00.931 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 07:35:00.985 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5aa2d474_dSbBvLeg'. Using flavor 'rally_verify_5aa2d474_dSbBvLeg' (ID = 0c200730-453f-4a88-98f2-60226a37622c) for the tests. 2020-07-04 07:35:00.986 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0c200730-453f-4a88-98f2-60226a37622c' to option 'instance_type'. 2020-07-04 07:35:00.986 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0c200730-453f-4a88-98f2-60226a37622c 2020-07-04 07:35:00.988 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context tempest@default setup() finished in 0.89 sec 2020-07-04 07:35:00.989 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context testr@default setup() finished in 0.50 msec 2020-07-04 07:35:00.989 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/16990758-1e97-4e60-9cd9-c1192a8b9491'. 2020-07-04 07:35:06.100 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.181s] 2020-07-04 07:35:07.111 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context testr@default cleanup() started 2020-07-04 07:35:07.112 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context testr@default cleanup() finished in 0.81 msec 2020-07-04 07:35:07.112 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context tempest@default cleanup() started 2020-07-04 07:35:07.266 35 INFO rally.task.context [-] Verification d51950e7-a108-4e39-b2af-d2cf8c7a9a31 | Context tempest@default cleanup() finished in 0.15 sec 2020-07-04 07:35:07.287 35 INFO rally.api [-] Verification (UUID=bc6e9048-3eea-44dc-9f3a-106a9c0626a0) has been successfully finished for deployment 'opnfv-rally' (UUID=d00f66fc-509b-4f32-a010-fd615ecf90ce)! 2020-07-04 07:35:09.155 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:35:09.155 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:35:09.156 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:35:10.804 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:35:10.804 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:35:10.805 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:35:13.149 43 INFO rally.api [-] Building 'html' report for the following verification(s): 'bc6e9048-3eea-44dc-9f3a-106a9c0626a0' 2020-07-04 07:35:13.171 43 INFO rally.api [-] The report has been successfully built. 2020-07-04 07:35:14.911 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:35:14.912 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:35:14.912 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:35:17.116 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bc6e9048-3eea-44dc-9f3a-106a9c0626a0' 2020-07-04 07:35:17.118 45 INFO rally.api [-] The report has been successfully built.