2020-06-06 08:57:20.413 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:20.413 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:20.413 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:22.929 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-06 08:57:22.929 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:57:22.929 7 ERROR rally.cli.cliutils 2020-06-06 08:57:24.662 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:24.662 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:24.662 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:29.130 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:29.131 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:29.131 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:34.044 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:34.044 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:34.044 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:35.673 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:35.674 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:35.674 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:38.104 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-06 08:57:38.104 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:57:38.104 17 ERROR rally.cli.cliutils 2020-06-06 08:57:39.899 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:39.899 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:39.899 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:42.242 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:57:42.353 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/repo. 2020-06-06 08:57:42.609 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/repo'... done. ' 2020-06-06 08:57:42.623 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:57:42.656 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:57:42.705 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:57:43.529 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2baa390b-3329-4d99-8970-c6a612ae66b3) has been successfully created! 2020-06-06 08:57:45.417 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:45.417 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:45.418 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:50.036 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:57:50.036 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:57:50.036 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:57:52.340 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2baa390b-3329-4d99-8970-c6a612ae66b3) for deployment 'opnfv-rally' (UUID=a5864e7d-2ea2-49cb-b63e-23dab7b09ade). 2020-06-06 08:57:52.736 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2baa390b-3329-4d99-8970-c6a612ae66b3) has been successfully configured for deployment 'opnfv-rally' (UUID=a5864e7d-2ea2-49cb-b63e-23dab7b09ade)! 2020-06-06 08:58:01.329 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:58:01.330 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:58:01.330 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:58:03.724 34 INFO rally.api [-] Starting verification (UUID=7c7674cc-ae5b-47dd-9859-9e09f46956d6) for deployment 'opnfv-rally' (UUID=a5864e7d-2ea2-49cb-b63e-23dab7b09ade) by verifier 'opnfv-tempest' (UUID=2baa390b-3329-4d99-8970-c6a612ae66b3). 2020-06-06 08:58:04.385 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:58:04.385 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/for-deployment-a5864e7d-2ea2-49cb-b63e-23dab7b09ade/tempest.log' to option 'log_file'. 2020-06-06 08:58:04.385 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/for-deployment-a5864e7d-2ea2-49cb-b63e-23dab7b09ade/tempest.log 2020-06-06 08:58:04.386 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:58:04.386 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/for-deployment-a5864e7d-2ea2-49cb-b63e-23dab7b09ade/lock_files' to option 'lock_path'. 2020-06-06 08:58:04.386 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2baa390b-3329-4d99-8970-c6a612ae66b3/for-deployment-a5864e7d-2ea2-49cb-b63e-23dab7b09ade/lock_files 2020-06-06 08:58:04.386 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:58:04.386 34 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-06 08:58:04.387 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 65fcc129-3f34-45d4-bae8-88abf63b8da9 2020-06-06 08:58:04.387 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = be060d3d-abbe-48dc-9084-2172778c9fa5 2020-06-06 08:58:04.387 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fdb2527a-68b3-4e2d-8f75-56ca6c552b69 2020-06-06 08:58:04.387 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 699cb280-4a5e-431c-833b-702bc2fae61e 2020-06-06 08:58:04.678 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:58:04.678 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_a6174b25-c8c2-443f-b8b6-74e9d6e02451 2020-06-06 08:58:04.679 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:58:04.775 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:58:04.826 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8914d0b8_htnBPvtd'. Using flavor 'rally_verify_8914d0b8_htnBPvtd' (ID = a9395e2d-79a3-4521-a605-36ddbda1e2b5) for the tests. 2020-06-06 08:58:04.827 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' to option 'instance_type'. 2020-06-06 08:58:04.827 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9395e2d-79a3-4521-a605-36ddbda1e2b5 2020-06-06 08:58:04.828 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context tempest@default setup() finished in 0.93 sec 2020-06-06 08:58:04.828 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context testr@default setup() finished in 0.33 msec 2020-06-06 08:58:04.829 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8f445d77-cf85-422b-b982-f974c15bbcd7'. 2020-06-06 08:58:26.842 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.545s] 2020-06-06 08:58:28.830 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.417s] 2020-06-06 08:58:29.531 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.415s] 2020-06-06 08:58:33.828 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.458s] 2020-06-06 08:58:33.908 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.081s] 2020-06-06 08:58:47.534 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-06-06 08:59:07.660 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.255s] 2020-06-06 08:59:29.206 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [42.542s] 2020-06-06 08:59:31.076 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-06-06 08:59:35.689 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.265s] 2020-06-06 08:59:35.788 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.098s] 2020-06-06 08:59:35.953 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.165s] 2020-06-06 08:59:36.072 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.118s] 2020-06-06 08:59:36.189 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.115s] 2020-06-06 08:59:55.717 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [51.870s] 2020-06-06 09:00:52.377 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [23.088s] 2020-06-06 09:01:08.786 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context testr@default cleanup() started 2020-06-06 09:01:08.787 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context testr@default cleanup() finished in 0.78 msec 2020-06-06 09:01:08.787 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context tempest@default cleanup() started 2020-06-06 09:01:08.965 34 INFO rally.task.context [-] Verification 2baa390b-3329-4d99-8970-c6a612ae66b3 | Context tempest@default cleanup() finished in 0.18 sec 2020-06-06 09:01:08.991 34 INFO rally.api [-] Verification (UUID=7c7674cc-ae5b-47dd-9859-9e09f46956d6) has been successfully finished for deployment 'opnfv-rally' (UUID=a5864e7d-2ea2-49cb-b63e-23dab7b09ade)! 2020-06-06 09:01:10.969 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:01:10.970 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:01:10.970 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:01:12.725 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:01:12.725 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:01:12.726 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:01:14.997 57 INFO rally.api [-] Building 'html' report for the following verification(s): '7c7674cc-ae5b-47dd-9859-9e09f46956d6' 2020-06-06 09:01:15.032 57 INFO rally.api [-] The report has been successfully built. 2020-06-06 09:01:16.677 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:01:16.677 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:01:16.677 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:01:18.860 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7c7674cc-ae5b-47dd-9859-9e09f46956d6' 2020-06-06 09:01:18.863 59 INFO rally.api [-] The report has been successfully built.