2020-07-02 17:22:13.863 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:13.863 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:13.863 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:16.038 6 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-02 17:22:16.038 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 17:22:16.038 6 ERROR rally.cli.cliutils 2020-07-02 17:22:17.585 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:17.585 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:17.585 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:21.374 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:21.374 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:21.374 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:25.818 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:25.819 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:25.819 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:27.091 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:27.091 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:27.091 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:29.294 15 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-02 17:22:29.294 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils force=force) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 17:22:29.294 15 ERROR rally.cli.cliutils 2020-07-02 17:22:30.853 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:30.853 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:30.853 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:32.773 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 17:22:32.854 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/repo. 2020-07-02 17:22:33.125 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 ' 2020-07-02 17:22:33.140 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 17:22:33.151 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 17:22:33.172 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 17:22:33.227 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 17:22:33.894 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abf8b226-5cd9-45b4-9ed5-c7728ffd69e8) has been successfully created! 2020-07-02 17:22:35.433 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:35.433 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:35.433 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:39.629 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:39.630 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:39.630 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:41.783 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=abf8b226-5cd9-45b4-9ed5-c7728ffd69e8) for deployment 'opnfv-rally' (UUID=d0784e61-e439-4332-a4da-d3d9cfd2e13d). 2020-07-02 17:22:42.244 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abf8b226-5cd9-45b4-9ed5-c7728ffd69e8) has been successfully configured for deployment 'opnfv-rally' (UUID=d0784e61-e439-4332-a4da-d3d9cfd2e13d)! 2020-07-02 17:22:49.412 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:22:49.412 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:22:49.412 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:22:51.505 32 INFO rally.api [-] Starting verification (UUID=539c9699-19e8-4d20-949f-6734821e4d5c) for deployment 'opnfv-rally' (UUID=d0784e61-e439-4332-a4da-d3d9cfd2e13d) by verifier 'opnfv-tempest' (UUID=abf8b226-5cd9-45b4-9ed5-c7728ffd69e8). 2020-07-02 17:22:52.179 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 17:22:52.179 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/for-deployment-d0784e61-e439-4332-a4da-d3d9cfd2e13d/tempest.log' to option 'log_file'. 2020-07-02 17:22:52.179 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/for-deployment-d0784e61-e439-4332-a4da-d3d9cfd2e13d/tempest.log 2020-07-02 17:22:52.180 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 17:22:52.180 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/for-deployment-d0784e61-e439-4332-a4da-d3d9cfd2e13d/lock_files' to option 'lock_path'. 2020-07-02 17:22:52.180 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-abf8b226-5cd9-45b4-9ed5-c7728ffd69e8/for-deployment-d0784e61-e439-4332-a4da-d3d9cfd2e13d/lock_files 2020-07-02 17:22:52.181 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 17:22:52.181 32 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-02 17:22:52.181 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 98871019-e207-475d-8927-a0e3605e22ef 2020-07-02 17:22:52.182 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 784db57c-96e6-4327-9c6e-88e1b5e46186 2020-07-02 17:22:52.182 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = edc9dc7a-88d3-4137-a85f-47541efd4f1e 2020-07-02 17:22:52.183 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 045f1bff-9f38-4973-af06-c1f47513c1c2 2020-07-02 17:22:52.408 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 17:22:52.408 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_a8644a67-649c-4595-a5f8-bf4e1f416bdb 2020-07-02 17:22:52.409 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 17:22:52.500 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 17:22:52.539 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7de7de77_2q2i9GrA'. Using flavor 'rally_verify_7de7de77_2q2i9GrA' (ID = 08ca4328-55e2-4aa7-9666-68eadf99ae48) for the tests. 2020-07-02 17:22:52.540 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08ca4328-55e2-4aa7-9666-68eadf99ae48' to option 'instance_type'. 2020-07-02 17:22:52.540 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08ca4328-55e2-4aa7-9666-68eadf99ae48 2020-07-02 17:22:52.541 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context tempest@default setup() finished in 0.87 sec 2020-07-02 17:22:52.542 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context testr@default setup() finished in 0.31 msec 2020-07-02 17:22:52.542 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/94a3bfd3-5475-4ba1-9739-a8bc82737cf8'. 2020-07-02 17:23:11.330 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.767s] 2020-07-02 17:23:12.740 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.529s] 2020-07-02 17:23:12.827 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.088s] 2020-07-02 17:23:13.989 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.510s] 2020-07-02 17:23:17.162 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.200s] 2020-07-02 17:23:17.385 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.223s] 2020-07-02 17:23:17.543 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.158s] 2020-07-02 17:23:17.645 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.102s] 2020-07-02 17:23:17.782 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.136s] 2020-07-02 17:23:25.908 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2020-07-02 17:23:25.909 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.000s] 2020-07-02 17:23:43.989 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.509s] 2020-07-02 17:23:49.742 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.290s] 2020-07-02 17:24:06.401 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [18.350s] 2020-07-02 17:24:40.727 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [30.785s] 2020-07-02 17:24:55.050 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [36.594s] 2020-07-02 17:25:07.790 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context testr@default cleanup() started 2020-07-02 17:25:07.791 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context testr@default cleanup() finished in 0.74 msec 2020-07-02 17:25:07.792 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context tempest@default cleanup() started 2020-07-02 17:25:08.111 32 INFO rally.task.context [-] Verification abf8b226-5cd9-45b4-9ed5-c7728ffd69e8 | Context tempest@default cleanup() finished in 0.32 sec 2020-07-02 17:25:08.131 32 INFO rally.api [-] Verification (UUID=539c9699-19e8-4d20-949f-6734821e4d5c) has been successfully finished for deployment 'opnfv-rally' (UUID=d0784e61-e439-4332-a4da-d3d9cfd2e13d)! 2020-07-02 17:25:09.764 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:25:09.764 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:25:09.764 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:25:11.129 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:25:11.129 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:25:11.130 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:25:13.095 50 INFO rally.api [-] Building 'html' report for the following verification(s): '539c9699-19e8-4d20-949f-6734821e4d5c' 2020-07-02 17:25:13.118 50 INFO rally.api [-] The report has been successfully built. 2020-07-02 17:25:14.579 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:25:14.579 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:25:14.580 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:25:16.604 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '539c9699-19e8-4d20-949f-6734821e4d5c' 2020-07-02 17:25:16.609 52 INFO rally.api [-] The report has been successfully built.