2021-02-13 20:29:27.111 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:27.111 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:27.111 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:29.575 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 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:29:29.575 7 ERROR rally.cli.cliutils 2021-02-13 20:29:31.341 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:31.341 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:31.342 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:35.435 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:35.435 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:35.435 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:40.028 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:40.029 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:40.029 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:41.695 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:41.695 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:41.696 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:44.151 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 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:29:44.151 17 ERROR rally.cli.cliutils 2021-02-13 20:29:45.994 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:45.995 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:45.995 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:48.300 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:29:48.383 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/repo. 2021-02-13 20:29:48.642 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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 ' 2021-02-13 20:29:48.657 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:29:48.667 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:29:48.680 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:29:48.738 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:29:49.486 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=868b45a5-55c6-4f07-b95c-5b9493746236) has been successfully created! 2021-02-13 20:29:51.245 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:51.245 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:51.245 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:56.108 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:29:56.108 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:29:56.108 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:29:58.434 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=868b45a5-55c6-4f07-b95c-5b9493746236) for deployment 'opnfv-rally' (UUID=19972981-c367-409c-a235-48d897feda4e). 2021-02-13 20:29:59.756 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=868b45a5-55c6-4f07-b95c-5b9493746236) has been successfully configured for deployment 'opnfv-rally' (UUID=19972981-c367-409c-a235-48d897feda4e)! 2021-02-13 20:30:08.155 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:30:08.155 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:30:08.155 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:30:10.385 35 INFO rally.api [-] Starting verification (UUID=08c3bbaf-da1b-4118-8577-a47ace0a93ec) for deployment 'opnfv-rally' (UUID=19972981-c367-409c-a235-48d897feda4e) by verifier 'opnfv-tempest' (UUID=868b45a5-55c6-4f07-b95c-5b9493746236). 2021-02-13 20:30:11.093 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:30:11.094 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/for-deployment-19972981-c367-409c-a235-48d897feda4e/tempest.log' to option 'log_file'. 2021-02-13 20:30:11.094 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/for-deployment-19972981-c367-409c-a235-48d897feda4e/tempest.log 2021-02-13 20:30:11.094 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:30:11.095 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/for-deployment-19972981-c367-409c-a235-48d897feda4e/lock_files' to option 'lock_path'. 2021-02-13 20:30:11.095 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-868b45a5-55c6-4f07-b95c-5b9493746236/for-deployment-19972981-c367-409c-a235-48d897feda4e/lock_files 2021-02-13 20:30:11.095 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:30:11.095 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 2021-02-13 20:30:11.096 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9391e398-fa3e-41c8-aa26-9af7cec660c5 2021-02-13 20:30:11.096 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ccf01370-5fa8-409f-89b4-d90df3cf5309 2021-02-13 20:30:11.097 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7b47e801-82b7-4c63-b2c2-941735ded08e 2021-02-13 20:30:11.098 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b3b2be10-6f8e-4b57-b7a3-0e985f76e16d 2021-02-13 20:30:11.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:30:11.475 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_80d1b67f-36b0-4d91-9018-2583a312ea1d 2021-02-13 20:30:11.476 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:30:11.572 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:30:11.617 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 20:30:11.618 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_08c3bbaf_6fKec322' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 20:30:11.653 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_08c3bbaf_6fKec322' (ID = 6bf7d73a-538b-43ef-b64f-756c7f5f97c8) has been successfully created! 2021-02-13 20:30:11.653 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6bf7d73a-538b-43ef-b64f-756c7f5f97c8' to option 'instance_type'. 2021-02-13 20:30:11.654 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6bf7d73a-538b-43ef-b64f-756c7f5f97c8 2021-02-13 20:30:11.655 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context tempest@default setup() finished in 1.07 sec 2021-02-13 20:30:11.656 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context testr@default setup() finished in 0.37 msec 2021-02-13 20:30:11.656 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/449c5a03-a1b1-4d7d-9c4e-bc4864fdb081'. 2021-02-13 20:30:30.494 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.563s] 2021-02-13 20:30:31.302 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.547s] 2021-02-13 20:30:33.552 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.608s] 2021-02-13 20:30:33.645 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.093s] 2021-02-13 20:30:48.966 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [30.983s] 2021-02-13 20:31:06.942 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.282s] 2021-02-13 20:31:07.052 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.109s] 2021-02-13 20:31:07.220 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.167s] 2021-02-13 20:31:07.308 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.088s] 2021-02-13 20:31:07.427 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.119s] 2021-02-13 20:31:08.473 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.349s] 2021-02-13 20:31:10.001 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.470s] 2021-02-13 20:31:24.025 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2021-02-13 20:31:25.883 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-02-13 20:31:26.738 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [17.921s] 2021-02-13 20:32:18.063 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [34.731s] 2021-02-13 20:32:33.139 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context testr@default cleanup() started 2021-02-13 20:32:33.139 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context testr@default cleanup() finished in 0.73 msec 2021-02-13 20:32:33.140 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context tempest@default cleanup() started 2021-02-13 20:32:33.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_08c3bbaf_6fKec322'. 2021-02-13 20:32:33.440 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_08c3bbaf_6fKec322' has been deleted. 2021-02-13 20:32:33.441 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6bf7d73a-538b-43ef-b64f-756c7f5f97c8' of option 'instance_type' from Tempest config file. 2021-02-13 20:32:33.441 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6bf7d73a-538b-43ef-b64f-756c7f5f97c8' has been removed. 2021-02-13 20:32:33.446 35 INFO rally.task.context [-] Verification 868b45a5-55c6-4f07-b95c-5b9493746236 | Context tempest@default cleanup() finished in 0.31 sec 2021-02-13 20:32:33.478 35 INFO rally.api [-] Verification (UUID=08c3bbaf-da1b-4118-8577-a47ace0a93ec) has been successfully finished for deployment 'opnfv-rally' (UUID=19972981-c367-409c-a235-48d897feda4e)! 2021-02-13 20:32:35.378 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:32:35.378 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:32:35.378 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:32:37.087 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:32:37.087 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:32:37.087 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:32:39.463 58 INFO rally.api [-] Building 'html' report for the following verification(s): '08c3bbaf-da1b-4118-8577-a47ace0a93ec' 2021-02-13 20:32:39.487 58 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:32:41.195 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:32:41.195 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:32:41.195 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:32:43.518 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '08c3bbaf-da1b-4118-8577-a47ace0a93ec' 2021-02-13 20:32:43.522 60 INFO rally.api [-] The report has been successfully built.