2020-12-09 12:08:32.738 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:32.739 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:32.739 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:35.321 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-12-09 12:08:35.321 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:08:35.321 7 ERROR rally.cli.cliutils 2020-12-09 12:08:37.256 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:37.257 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:37.257 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:41.891 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:41.891 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:41.891 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:46.609 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:46.610 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:46.610 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:48.096 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:48.097 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:48.097 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:50.340 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-12-09 12:08:50.340 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:08:50.340 17 ERROR rally.cli.cliutils 2020-12-09 12:08:52.088 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:52.089 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:52.089 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:08:54.556 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:08:54.633 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/repo. 2020-12-09 12:08:54.910 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 12:08:54.926 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:08:54.936 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:08:54.958 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:08:55.005 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:08:55.772 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e5cce19-7179-4362-b629-44322251c68d) has been successfully created! 2020-12-09 12:08:57.578 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:08:57.578 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:08:57.578 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:09:02.368 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:09:02.369 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:09:02.369 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:09:04.768 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e5cce19-7179-4362-b629-44322251c68d) for deployment 'opnfv-rally' (UUID=bd33cb4c-126e-4137-b79f-42d3c02886cd). 2020-12-09 12:09:05.346 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e5cce19-7179-4362-b629-44322251c68d) has been successfully configured for deployment 'opnfv-rally' (UUID=bd33cb4c-126e-4137-b79f-42d3c02886cd)! 2020-12-09 12:09:14.156 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:09:14.157 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:09:14.157 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:09:16.561 35 INFO rally.api [-] Starting verification (UUID=e538cd8e-676c-4e4c-866c-97f6bf194874) for deployment 'opnfv-rally' (UUID=bd33cb4c-126e-4137-b79f-42d3c02886cd) by verifier 'opnfv-tempest' (UUID=6e5cce19-7179-4362-b629-44322251c68d). 2020-12-09 12:09:17.212 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:09:17.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/for-deployment-bd33cb4c-126e-4137-b79f-42d3c02886cd/tempest.log' to option 'log_file'. 2020-12-09 12:09:17.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/for-deployment-bd33cb4c-126e-4137-b79f-42d3c02886cd/tempest.log 2020-12-09 12:09:17.214 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:09:17.214 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/for-deployment-bd33cb4c-126e-4137-b79f-42d3c02886cd/lock_files' to option 'lock_path'. 2020-12-09 12:09:17.214 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6e5cce19-7179-4362-b629-44322251c68d/for-deployment-bd33cb4c-126e-4137-b79f-42d3c02886cd/lock_files 2020-12-09 12:09:17.215 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:09:17.215 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-12-09 12:09:17.215 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5ca9d49a-5dd3-49b0-9e6a-cd0803b9f0ab 2020-12-09 12:09:17.216 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 222b270d-9116-4fd6-be5e-7cc478529fe9 2020-12-09 12:09:17.216 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 89776a25-0b1c-4de3-863d-c33657d11f4c 2020-12-09 12:09:17.217 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 60b8a016-425a-4f1e-b8c0-afdab7a6d32e 2020-12-09 12:09:18.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:09:18.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_aa46fcb5-eb4a-4bbb-915a-58bf2fa2c44c 2020-12-09 12:09:18.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:09:18.148 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:09:18.184 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_dbab43d4_lx4LODI9'. Using flavor 'rally_verify_dbab43d4_lx4LODI9' (ID = 59e2078e-d79e-4d12-bb8d-111688ef18eb) for the tests. 2020-12-09 12:09:18.185 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '59e2078e-d79e-4d12-bb8d-111688ef18eb' to option 'instance_type'. 2020-12-09 12:09:18.185 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 59e2078e-d79e-4d12-bb8d-111688ef18eb 2020-12-09 12:09:18.186 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context tempest@default setup() finished in 1.42 sec 2020-12-09 12:09:18.186 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context testr@default setup() finished in 0.24 msec 2020-12-09 12:09:18.187 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f5d524ba-d0b7-4e29-90f4-4d76e8ebf183'. 2020-12-09 12:09:40.855 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.615s] 2020-12-09 12:09:41.920 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.593s] 2020-12-09 12:09:42.006 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.087s] 2020-12-09 12:09:44.001 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.425s] 2020-12-09 12:09:44.017 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.498s] 2020-12-09 12:09:54.598 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-12-09 12:10:14.422 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.286s] 2020-12-09 12:10:14.529 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.106s] 2020-12-09 12:10:14.724 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.195s] 2020-12-09 12:10:14.855 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.130s] 2020-12-09 12:10:14.993 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.137s] 2020-12-09 12:10:15.065 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.240s] 2020-12-09 12:10:31.724 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-12-09 12:11:07.388 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [35.785s] 2020-12-09 12:11:16.433 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [59.464s] 2020-12-09 12:12:00.144 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [16.766s] 2020-12-09 12:12:14.476 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context testr@default cleanup() started 2020-12-09 12:12:14.477 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context testr@default cleanup() finished in 0.82 msec 2020-12-09 12:12:14.478 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context tempest@default cleanup() started 2020-12-09 12:12:14.648 35 INFO rally.task.context [-] Verification 6e5cce19-7179-4362-b629-44322251c68d | Context tempest@default cleanup() finished in 0.17 sec 2020-12-09 12:12:14.665 35 INFO rally.api [-] Verification (UUID=e538cd8e-676c-4e4c-866c-97f6bf194874) has been successfully finished for deployment 'opnfv-rally' (UUID=bd33cb4c-126e-4137-b79f-42d3c02886cd)! 2020-12-09 12:12:16.554 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:12:16.555 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:12:16.555 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:12:18.187 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:12:18.187 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:12:18.188 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:12:20.486 58 INFO rally.api [-] Building 'html' report for the following verification(s): 'e538cd8e-676c-4e4c-866c-97f6bf194874' 2020-12-09 12:12:20.546 58 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:12:22.250 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:12:22.251 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:12:22.251 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:12:24.582 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e538cd8e-676c-4e4c-866c-97f6bf194874' 2020-12-09 12:12:24.585 60 INFO rally.api [-] The report has been successfully built.