2020-09-29 08:47:19.749 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:19.749 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:19.750 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:22.011 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-09-29 08:47:22.011 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:47:22.011 6 ERROR rally.cli.cliutils 2020-09-29 08:47:23.613 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:23.613 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:23.614 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:27.546 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:27.546 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:27.546 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:31.954 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:31.955 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:31.955 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:33.431 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:33.431 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:33.431 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:35.531 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-09-29 08:47:35.531 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:47:35.531 15 ERROR rally.cli.cliutils 2020-09-29 08:47:37.090 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:37.091 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:37.091 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:39.293 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:47:39.378 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/repo. 2020-09-29 08:47:39.695 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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-09-29 08:47:39.710 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:47:39.718 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:47:39.744 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:47:39.826 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:47:40.562 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02cc7813-43af-4624-bd26-af495797d5b9) has been successfully created! 2020-09-29 08:47:42.334 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:42.335 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:42.335 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:46.586 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:46.586 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:46.586 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:48.768 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02cc7813-43af-4624-bd26-af495797d5b9) for deployment 'opnfv-rally' (UUID=544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf). 2020-09-29 08:47:49.204 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02cc7813-43af-4624-bd26-af495797d5b9) has been successfully configured for deployment 'opnfv-rally' (UUID=544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf)! 2020-09-29 08:47:56.278 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:47:56.279 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:47:56.279 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:47:58.429 32 INFO rally.api [-] Starting verification (UUID=b84c51a7-25cc-4ac7-940d-83cc3a8705f6) for deployment 'opnfv-rally' (UUID=544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf) by verifier 'opnfv-tempest' (UUID=02cc7813-43af-4624-bd26-af495797d5b9). 2020-09-29 08:47:59.143 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:47:59.144 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/for-deployment-544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf/tempest.log' to option 'log_file'. 2020-09-29 08:47:59.144 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/for-deployment-544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf/tempest.log 2020-09-29 08:47:59.144 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:47:59.145 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/for-deployment-544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf/lock_files' to option 'lock_path'. 2020-09-29 08:47:59.145 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-02cc7813-43af-4624-bd26-af495797d5b9/for-deployment-544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf/lock_files 2020-09-29 08:47:59.145 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:47:59.146 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-09-29 08:47:59.146 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fa66d254-708f-4c59-bb63-6ce66ae8fb53 2020-09-29 08:47:59.146 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 34c5c018-7e06-464d-887c-a9cf6a154a63 2020-09-29 08:47:59.147 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 320f7901-117c-4dac-99a4-b4bdd10f25e6 2020-09-29 08:47:59.148 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 726e28bc-fc2c-46ea-b22f-b24b754f4ebf 2020-09-29 08:47:59.338 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:47:59.339 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_d3d17c90-8b40-4a08-9430-965d93287eed 2020-09-29 08:47:59.340 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:47:59.428 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:47:59.469 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0b757646_zMFjiBWk'. Using flavor 'rally_verify_0b757646_zMFjiBWk' (ID = 26847c79-861b-4cc0-8135-0eb6bf92fa99) for the tests. 2020-09-29 08:47:59.469 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '26847c79-861b-4cc0-8135-0eb6bf92fa99' to option 'instance_type'. 2020-09-29 08:47:59.469 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 26847c79-861b-4cc0-8135-0eb6bf92fa99 2020-09-29 08:47:59.470 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context tempest@default setup() finished in 0.88 sec 2020-09-29 08:47:59.470 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context testr@default setup() finished in 0.25 msec 2020-09-29 08:47:59.471 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4faa2ec5-918a-4d20-98c0-82a6130340ba'. 2020-09-29 08:48:17.578 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [1.502s] 2020-09-29 08:48:19.253 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [1.268s] 2020-09-29 08:48:19.523 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.273s] 2020-09-29 08:48:22.286 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.286s] 2020-09-29 08:48:22.557 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.270s] 2020-09-29 08:48:23.014 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.456s] 2020-09-29 08:48:23.324 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.311s] 2020-09-29 08:48:23.733 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.409s] 2020-09-29 08:48:23.945 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [1.084s] 2020-09-29 08:48:38.642 32 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2020-09-29 08:48:50.341 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.388s] 2020-09-29 08:48:52.460 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.443s] 2020-09-29 08:49:06.651 32 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-09-29 08:49:48.185 32 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [29.919s] 2020-09-29 08:50:00.983 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [60.597s] 2020-09-29 08:50:38.455 32 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.479s] 2020-09-29 08:50:50.812 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context testr@default cleanup() started 2020-09-29 08:50:50.812 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context testr@default cleanup() finished in 0.73 msec 2020-09-29 08:50:50.813 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context tempest@default cleanup() started 2020-09-29 08:50:50.985 32 INFO rally.task.context [-] Verification 02cc7813-43af-4624-bd26-af495797d5b9 | Context tempest@default cleanup() finished in 0.17 sec 2020-09-29 08:50:51.009 32 INFO rally.api [-] Verification (UUID=b84c51a7-25cc-4ac7-940d-83cc3a8705f6) has been successfully finished for deployment 'opnfv-rally' (UUID=544b78fa-7ea3-4f8e-b6c4-ee11b5a815bf)! 2020-09-29 08:50:52.853 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:50:52.854 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:50:52.854 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:50:54.438 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:50:54.438 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:50:54.439 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:50:56.489 50 INFO rally.api [-] Building 'html' report for the following verification(s): 'b84c51a7-25cc-4ac7-940d-83cc3a8705f6' 2020-09-29 08:50:56.514 50 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:50:58.012 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:50:58.013 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:50:58.013 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:00.028 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b84c51a7-25cc-4ac7-940d-83cc3a8705f6' 2020-09-29 08:51:00.033 52 INFO rally.api [-] The report has been successfully built.