2020-06-24 13:21:59.044 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:21:59.044 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:21:59.044 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:01.391 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-06-24 13:22:01.391 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:22:01.391 7 ERROR rally.cli.cliutils 2020-06-24 13:22:03.082 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:03.083 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:03.083 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:07.099 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:07.100 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:07.100 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:11.334 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:11.334 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:11.335 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:12.887 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:12.887 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:12.887 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:15.170 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-06-24 13:22:15.170 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:22:15.170 17 ERROR rally.cli.cliutils 2020-06-24 13:22:16.838 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:16.838 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:16.839 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:18.931 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:22:18.998 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/repo. 2020-06-24 13:22:19.215 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-24 13:22:19.227 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:22:19.235 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:22:19.257 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:22:19.320 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:22:20.182 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4671ba7a-5515-4cac-9f27-a6582b9df3ca) has been successfully created! 2020-06-24 13:22:21.817 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:21.817 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:21.817 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:26.075 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:26.076 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:26.076 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:28.235 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4671ba7a-5515-4cac-9f27-a6582b9df3ca) for deployment 'opnfv-rally' (UUID=3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df). 2020-06-24 13:22:28.685 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4671ba7a-5515-4cac-9f27-a6582b9df3ca) has been successfully configured for deployment 'opnfv-rally' (UUID=3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df)! 2020-06-24 13:22:36.307 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:22:36.307 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:22:36.308 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:22:38.342 35 INFO rally.api [-] Starting verification (UUID=fecbb101-56e5-43ca-b085-9c0f2b172de4) for deployment 'opnfv-rally' (UUID=3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df) by verifier 'opnfv-tempest' (UUID=4671ba7a-5515-4cac-9f27-a6582b9df3ca). 2020-06-24 13:22:38.898 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:22:38.898 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/for-deployment-3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df/tempest.log' to option 'log_file'. 2020-06-24 13:22:38.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/for-deployment-3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df/tempest.log 2020-06-24 13:22:38.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:22:38.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/for-deployment-3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df/lock_files' to option 'lock_path'. 2020-06-24 13:22:38.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4671ba7a-5515-4cac-9f27-a6582b9df3ca/for-deployment-3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df/lock_files 2020-06-24 13:22:38.900 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:22:38.900 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-06-24 13:22:38.901 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7a73eaf0-3039-4f4a-9c65-71864d8f68b0 2020-06-24 13:22:38.901 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ce4df9c1-a550-4715-8687-9a798cc89bae 2020-06-24 13:22:38.902 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6889d920-b969-4f3d-b460-691ae1d2ab62 2020-06-24 13:22:38.902 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = feb03a0e-43d6-4a51-bdb6-4926dc6d86be 2020-06-24 13:22:39.097 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:22:39.098 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_4090cf3b-759b-4f55-8363-71f3e190756f 2020-06-24 13:22:39.099 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:22:39.164 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:22:39.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b8618823_b3O7w4rJ'. Using flavor 'rally_verify_b8618823_b3O7w4rJ' (ID = cec7c3dd-93b0-4d21-b700-8e62cc49daa2) for the tests. 2020-06-24 13:22:39.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' to option 'instance_type'. 2020-06-24 13:22:39.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cec7c3dd-93b0-4d21-b700-8e62cc49daa2 2020-06-24 13:22:39.205 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context tempest@default setup() finished in 0.70 sec 2020-06-24 13:22:39.206 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context testr@default setup() finished in 0.29 msec 2020-06-24 13:22:39.206 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/314710dd-190e-4332-b1dd-93e3a52c5e19'. 2020-06-24 13:22:56.708 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.309s] 2020-06-24 13:22:56.833 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.125s] 2020-06-24 13:22:56.989 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.155s] 2020-06-24 13:22:57.092 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.102s] 2020-06-24 13:22:57.220 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.127s] 2020-06-24 13:23:00.782 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.439s] 2020-06-24 13:23:01.067 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.446s] 2020-06-24 13:23:01.155 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.088s] 2020-06-24 13:23:14.515 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-06-24 13:23:26.923 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.266s] 2020-06-24 13:23:34.820 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.439s] 2020-06-24 13:23:37.858 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-06-24 13:23:47.890 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [46.501s] 2020-06-24 13:24:11.327 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.444s] 2020-06-24 13:24:30.882 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [30.361s] 2020-06-24 13:25:02.055 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [19.479s] 2020-06-24 13:25:12.530 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context testr@default cleanup() started 2020-06-24 13:25:12.530 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context testr@default cleanup() finished in 0.85 msec 2020-06-24 13:25:12.531 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context tempest@default cleanup() started 2020-06-24 13:25:12.700 35 INFO rally.task.context [-] Verification 4671ba7a-5515-4cac-9f27-a6582b9df3ca | Context tempest@default cleanup() finished in 0.17 sec 2020-06-24 13:25:12.720 35 INFO rally.api [-] Verification (UUID=fecbb101-56e5-43ca-b085-9c0f2b172de4) has been successfully finished for deployment 'opnfv-rally' (UUID=3c45d9ba-3c8f-4908-a1d0-76f6a1b7a3df)! 2020-06-24 13:25:14.568 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:25:14.569 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:25:14.569 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:25:16.271 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:25:16.271 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:25:16.271 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:25:18.549 58 INFO rally.api [-] Building 'html' report for the following verification(s): 'fecbb101-56e5-43ca-b085-9c0f2b172de4' 2020-06-24 13:25:18.572 58 INFO rally.api [-] The report has been successfully built. 2020-06-24 13:25:20.162 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:25:20.162 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:25:20.162 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:25:22.157 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fecbb101-56e5-43ca-b085-9c0f2b172de4' 2020-06-24 13:25:22.159 60 INFO rally.api [-] The report has been successfully built.