2022-03-29 08:48:44.869 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:48:44.869 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:48:44.870 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:48:47.222 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-03-29 08:48:47.222 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:48:47.222 7 ERROR rally.cli.cliutils 2022-03-29 08:48:48.679 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:48:48.680 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:48:48.680 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:48:52.573 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:48:52.573 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:48:52.573 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:48:56.916 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:48:56.916 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:48:56.916 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:48:58.328 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:48:58.328 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:48:58.328 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:00.480 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-03-29 08:49:00.480 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:49:00.480 16 ERROR rally.cli.cliutils 2022-03-29 08:49:02.070 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:02.070 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:02.070 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:04.351 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:49:04.436 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/repo. 2022-03-29 08:49:04.798 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/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-03-29 08:49:04.814 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:49:04.821 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:49:04.844 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:49:04.901 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:49:05.557 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f3cda6e2-3bbf-40c8-a31f-77e4f780e700) has been successfully created! 2022-03-29 08:49:07.183 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:07.184 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:07.184 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:11.659 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:11.660 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:11.660 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:13.751 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f3cda6e2-3bbf-40c8-a31f-77e4f780e700) for deployment 'opnfv-rally' (UUID=55b1c097-d57c-4548-86c8-25e92bc01dca). 2022-03-29 08:49:14.204 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f3cda6e2-3bbf-40c8-a31f-77e4f780e700) has been successfully configured for deployment 'opnfv-rally' (UUID=55b1c097-d57c-4548-86c8-25e92bc01dca)! 2022-03-29 08:49:21.918 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:21.918 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:21.918 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:23.988 33 INFO rally.api [-] Starting verification (UUID=fda2509e-198c-43eb-9509-fd4e69c780d1) for deployment 'opnfv-rally' (UUID=55b1c097-d57c-4548-86c8-25e92bc01dca) by verifier 'opnfv-tempest' (UUID=f3cda6e2-3bbf-40c8-a31f-77e4f780e700). 2022-03-29 08:49:24.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:49:24.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/for-deployment-55b1c097-d57c-4548-86c8-25e92bc01dca/tempest.log' to option 'log_file'. 2022-03-29 08:49:24.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/for-deployment-55b1c097-d57c-4548-86c8-25e92bc01dca/tempest.log 2022-03-29 08:49:24.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:49:24.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/for-deployment-55b1c097-d57c-4548-86c8-25e92bc01dca/lock_files' to option 'lock_path'. 2022-03-29 08:49:24.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f3cda6e2-3bbf-40c8-a31f-77e4f780e700/for-deployment-55b1c097-d57c-4548-86c8-25e92bc01dca/lock_files 2022-03-29 08:49:24.681 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:49:24.681 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-03-29 08:49:24.681 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 26970a83-e2dd-4bcd-9d77-2e78cbe7b5c0 2022-03-29 08:49:24.682 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 58b340be-d975-4faf-8dba-ad1dfbac4753 2022-03-29 08:49:24.682 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0d4df78f-b013-4b92-bdb8-cbc013f0193c 2022-03-29 08:49:24.683 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e20f7420-ebbd-4dcd-98e1-c54cf82a366a 2022-03-29 08:49:24.920 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:49:24.921 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_389b408e-d89f-4958-85b4-9132fc9a4d8f 2022-03-29 08:49:24.922 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:49:25.010 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:49:25.045 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c87d1922_26HSxUu6'. Using flavor 'rally_verify_c87d1922_26HSxUu6' (ID = a2579d3e-4e50-4c08-a736-798ba446ba49) for the tests. 2022-03-29 08:49:25.046 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2579d3e-4e50-4c08-a736-798ba446ba49' to option 'instance_type'. 2022-03-29 08:49:25.046 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2579d3e-4e50-4c08-a736-798ba446ba49 2022-03-29 08:49:25.048 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context tempest@default setup() finished in 0.82 sec 2022-03-29 08:49:25.048 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context testr@default setup() finished in 0.31 msec 2022-03-29 08:49:25.049 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a1674942-95df-4108-bd9e-b9149bbf2ee6'. 2022-03-29 08:49:46.286 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.668s] 2022-03-29 08:49:48.702 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.318s] 2022-03-29 08:49:48.991 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.580s] 2022-03-29 08:49:49.085 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.095s] 2022-03-29 08:49:49.664 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.444s] 2022-03-29 08:50:00.460 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2022-03-29 08:50:00.461 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2022-03-29 08:50:21.334 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.551s] 2022-03-29 08:50:23.683 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.228s] 2022-03-29 08:50:23.790 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.106s] 2022-03-29 08:50:23.956 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.166s] 2022-03-29 08:50:24.052 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.096s] 2022-03-29 08:50:24.176 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.123s] 2022-03-29 08:50:33.511 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [17.757s] 2022-03-29 08:51:20.281 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [46.466s] 2022-03-29 08:51:43.564 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [45.159s] 2022-03-29 08:51:59.140 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context testr@default cleanup() started 2022-03-29 08:51:59.140 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context testr@default cleanup() finished in 0.86 msec 2022-03-29 08:51:59.141 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context tempest@default cleanup() started 2022-03-29 08:51:59.340 33 INFO rally.task.context [-] Verification f3cda6e2-3bbf-40c8-a31f-77e4f780e700 | Context tempest@default cleanup() finished in 0.20 sec 2022-03-29 08:51:59.372 33 INFO rally.api [-] Verification (UUID=fda2509e-198c-43eb-9509-fd4e69c780d1) has been successfully finished for deployment 'opnfv-rally' (UUID=55b1c097-d57c-4548-86c8-25e92bc01dca)! 2022-03-29 08:52:01.003 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:52:01.003 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:52:01.003 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:52:02.451 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:52:02.451 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:52:02.452 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:52:04.663 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'fda2509e-198c-43eb-9509-fd4e69c780d1' 2022-03-29 08:52:04.705 51 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:52:06.215 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:52:06.215 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:52:06.216 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:52:08.430 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fda2509e-198c-43eb-9509-fd4e69c780d1' 2022-03-29 08:52:08.434 53 INFO rally.api [-] The report has been successfully built.