2021-06-08 08:21:28.679 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:28.679 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:28.679 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:30.869 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 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:21:30.869 7 ERROR rally.cli.cliutils 2021-06-08 08:21:32.457 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:32.458 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:32.458 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:36.708 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:36.709 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:36.709 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:41.274 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:41.275 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:41.275 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:42.705 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:42.706 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:42.706 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:44.992 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 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:21:44.992 16 ERROR rally.cli.cliutils 2021-06-08 08:21:46.600 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:46.600 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:46.600 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:48.667 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:21:48.761 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/repo. 2021-06-08 08:21:49.099 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/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 ' 2021-06-08 08:21:49.112 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:21:49.121 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:21:49.140 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:21:49.217 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:21:49.907 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5ccb51b-707d-420a-a231-37f12d91e0ae) has been successfully created! 2021-06-08 08:21:51.625 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:51.625 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:51.626 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:56.311 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:21:56.311 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:21:56.311 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:21:58.549 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e5ccb51b-707d-420a-a231-37f12d91e0ae) for deployment 'opnfv-rally' (UUID=0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2). 2021-06-08 08:21:59.140 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5ccb51b-707d-420a-a231-37f12d91e0ae) has been successfully configured for deployment 'opnfv-rally' (UUID=0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2)! 2021-06-08 08:22:07.865 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:22:07.865 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:22:07.865 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:22:10.205 33 INFO rally.api [-] Starting verification (UUID=4da1252f-aab1-4e81-98dd-6bbe6a55be9d) for deployment 'opnfv-rally' (UUID=0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2) by verifier 'opnfv-tempest' (UUID=e5ccb51b-707d-420a-a231-37f12d91e0ae). 2021-06-08 08:22:10.893 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:22:10.894 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/for-deployment-0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2/tempest.log' to option 'log_file'. 2021-06-08 08:22:10.894 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/for-deployment-0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2/tempest.log 2021-06-08 08:22:10.894 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:22:10.895 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/for-deployment-0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2/lock_files' to option 'lock_path'. 2021-06-08 08:22:10.895 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e5ccb51b-707d-420a-a231-37f12d91e0ae/for-deployment-0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2/lock_files 2021-06-08 08:22:10.895 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:22:10.896 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 2021-06-08 08:22:10.896 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ffa26f69-8b99-4594-84a8-49aa64484cf8 2021-06-08 08:22:10.896 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0ca19c3a-5171-499a-b101-702565eaa8c2 2021-06-08 08:22:10.897 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c8eac3bf-fefc-429a-8e94-64f0a7cce98e 2021-06-08 08:22:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fb64c9c8-4f49-41ad-a53f-ae2073f2de8b 2021-06-08 08:22:11.096 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:22:11.097 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_e04cc3ec-28d1-4e82-898d-706c5c4aa891 2021-06-08 08:22:11.097 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:22:11.195 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:22:11.228 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73d86f61_ekoHisha'. Using flavor 'rally_verify_73d86f61_ekoHisha' (ID = 4b548cb4-e011-468b-803d-6b33372546a5) for the tests. 2021-06-08 08:22:11.229 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4b548cb4-e011-468b-803d-6b33372546a5' to option 'instance_type'. 2021-06-08 08:22:11.229 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4b548cb4-e011-468b-803d-6b33372546a5 2021-06-08 08:22:11.231 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context tempest@default setup() finished in 0.79 sec 2021-06-08 08:22:11.231 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context testr@default setup() finished in 0.30 msec 2021-06-08 08:22:11.232 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/c2470714-95fb-42f2-8102-b26949bc5b28'. 2021-06-08 08:23:15.916 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [53.205s] 2021-06-08 08:24:19.936 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [56.796s] 2021-06-08 08:25:37.843 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [77.884s] 2021-06-08 08:25:41.532 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.323s] 2021-06-08 08:27:15.092 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [87.888s] 2021-06-08 08:28:13.541 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [58.437s] 2021-06-08 08:28:50.374 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.661s] 2021-06-08 08:29:40.082 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.489s] 2021-06-08 08:30:05.808 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2021-06-08 08:30:45.820 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [39.995s] 2021-06-08 08:30:59.516 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context testr@default cleanup() started 2021-06-08 08:30:59.517 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context testr@default cleanup() finished in 0.85 msec 2021-06-08 08:30:59.517 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context tempest@default cleanup() started 2021-06-08 08:30:59.688 33 INFO rally.task.context [-] Verification e5ccb51b-707d-420a-a231-37f12d91e0ae | Context tempest@default cleanup() finished in 0.17 sec 2021-06-08 08:30:59.709 33 INFO rally.api [-] Verification (UUID=4da1252f-aab1-4e81-98dd-6bbe6a55be9d) has been successfully finished for deployment 'opnfv-rally' (UUID=0cfdd6ac-8a32-4adf-97d8-44ee40ddc3e2)! 2021-06-08 08:31:01.459 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:01.460 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:01.460 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:31:02.972 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:02.973 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:02.973 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:31:05.147 149 INFO rally.api [-] Building 'html' report for the following verification(s): '4da1252f-aab1-4e81-98dd-6bbe6a55be9d' 2021-06-08 08:31:05.188 149 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:31:06.886 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:06.886 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:06.886 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:31:09.145 151 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4da1252f-aab1-4e81-98dd-6bbe6a55be9d' 2021-06-08 08:31:09.147 151 INFO rally.api [-] The report has been successfully built.