2022-05-31 07:49:28.664 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:28.664 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:28.664 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:30.468 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 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-05-31 07:49:30.468 7 ERROR rally.cli.cliutils 2022-05-31 07:49:31.650 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:31.651 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:31.651 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:34.820 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:34.821 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:34.821 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:38.304 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:38.305 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:38.305 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:39.475 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:39.476 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:39.476 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:41.332 16 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-05-31 07:49:41.332 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils force=force) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-05-31 07:49:41.332 16 ERROR rally.cli.cliutils 2022-05-31 07:49:42.817 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:42.818 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:42.818 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:44.474 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-05-31 07:49:44.516 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/repo. 2022-05-31 07:49:44.791 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-05-31 07:49:44.804 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-05-31 07:49:44.811 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-05-31 07:49:44.823 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-05-31 07:49:44.870 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-05-31 07:49:45.401 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=326b3f2b-001b-4e55-83bd-1fca3e757783) has been successfully created! 2022-05-31 07:49:46.622 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:46.622 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:46.622 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:51.691 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:51.691 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:51.691 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:53.424 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=326b3f2b-001b-4e55-83bd-1fca3e757783) for deployment 'opnfv-rally' (UUID=0be6bd67-1385-47b7-80a1-b30349f50e11). 2022-05-31 07:49:53.737 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=326b3f2b-001b-4e55-83bd-1fca3e757783) has been successfully configured for deployment 'opnfv-rally' (UUID=0be6bd67-1385-47b7-80a1-b30349f50e11)! 2022-05-31 07:49:57.950 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:57.950 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:57.951 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:59.740 33 INFO rally.api [-] Starting verification (UUID=2dafe2c2-2cf9-4e0e-a99a-15a73b7c6bd4) for deployment 'opnfv-rally' (UUID=0be6bd67-1385-47b7-80a1-b30349f50e11) by verifier 'opnfv-tempest' (UUID=326b3f2b-001b-4e55-83bd-1fca3e757783). 2022-05-31 07:50:00.261 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-05-31 07:50:00.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/for-deployment-0be6bd67-1385-47b7-80a1-b30349f50e11/tempest.log' to option 'log_file'. 2022-05-31 07:50:00.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/for-deployment-0be6bd67-1385-47b7-80a1-b30349f50e11/tempest.log 2022-05-31 07:50:00.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-05-31 07:50:00.263 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/for-deployment-0be6bd67-1385-47b7-80a1-b30349f50e11/lock_files' to option 'lock_path'. 2022-05-31 07:50:00.263 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-326b3f2b-001b-4e55-83bd-1fca3e757783/for-deployment-0be6bd67-1385-47b7-80a1-b30349f50e11/lock_files 2022-05-31 07:50:00.263 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-05-31 07:50:00.264 33 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-05-31 07:50:00.264 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9f2ca18b-9c7d-4f66-8216-0d7250a51b88 2022-05-31 07:50:00.264 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 396c0bce-8756-4252-9fce-53b28e4f0502 2022-05-31 07:50:00.265 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 44572457-36a7-4c15-98a7-f25fd27dc8e2 2022-05-31 07:50:00.266 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 208ab151-5713-4083-9526-ed1059b72f58 2022-05-31 07:50:00.434 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-05-31 07:50:00.434 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_afef95e9-4658-431d-a1c0-1fd4277d3491 2022-05-31 07:50:00.435 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-05-31 07:50:00.501 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-05-31 07:50:00.528 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-05-31 07:50:00.528 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2dafe2c2_QX1YUbLH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-05-31 07:50:00.558 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2dafe2c2_QX1YUbLH' (ID = 7669b5b5-62c4-4453-8066-3a56880f7031) has been successfully created! 2022-05-31 07:50:00.558 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7669b5b5-62c4-4453-8066-3a56880f7031' to option 'instance_type'. 2022-05-31 07:50:00.559 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7669b5b5-62c4-4453-8066-3a56880f7031 2022-05-31 07:50:00.560 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context tempest@default setup() finished in 0.67 sec 2022-05-31 07:50:00.562 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context testr@default setup() finished in 0.57 msec 2022-05-31 07:50:00.562 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/188168ee-db81-4362-97b0-3893ba23ab61'. 2022-05-31 07:50:18.851 33 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [16.033s] 2022-05-31 07:50:19.686 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context testr@default cleanup() started 2022-05-31 07:50:19.687 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context testr@default cleanup() finished in 1.02 msec 2022-05-31 07:50:19.688 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context tempest@default cleanup() started 2022-05-31 07:50:19.855 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2dafe2c2_QX1YUbLH'. 2022-05-31 07:50:19.975 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2dafe2c2_QX1YUbLH' has been deleted. 2022-05-31 07:50:19.976 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7669b5b5-62c4-4453-8066-3a56880f7031' of option 'instance_type' from Tempest config file. 2022-05-31 07:50:19.977 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7669b5b5-62c4-4453-8066-3a56880f7031' has been removed. 2022-05-31 07:50:19.982 33 INFO rally.task.context [-] Verification 326b3f2b-001b-4e55-83bd-1fca3e757783 | Context tempest@default cleanup() finished in 0.29 sec 2022-05-31 07:50:19.996 33 INFO rally.api [-] Verification (UUID=2dafe2c2-2cf9-4e0e-a99a-15a73b7c6bd4) has been successfully finished for deployment 'opnfv-rally' (UUID=0be6bd67-1385-47b7-80a1-b30349f50e11)! 2022-05-31 07:50:21.585 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:50:21.586 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:50:21.586 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:50:23.058 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:50:23.059 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:50:23.059 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:50:25.307 39 INFO rally.api [-] Building 'html' report for the following verification(s): '2dafe2c2-2cf9-4e0e-a99a-15a73b7c6bd4' 2022-05-31 07:50:25.330 39 INFO rally.api [-] The report has been successfully built. 2022-05-31 07:50:26.776 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:50:26.776 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:50:26.776 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:50:29.184 41 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2dafe2c2-2cf9-4e0e-a99a-15a73b7c6bd4' 2022-05-31 07:50:29.186 41 INFO rally.api [-] The report has been successfully built.