2021-06-08 08:35:18.731 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:18.731 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:18.732 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:21.066 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-06-08 08:35:21.066 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:35:21.066 7 ERROR rally.cli.cliutils 2021-06-08 08:35:22.735 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:22.735 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:22.735 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:26.946 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:26.946 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:26.946 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:31.674 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:31.674 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:31.675 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:33.152 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:33.152 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:33.153 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:35.246 16 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-06-08 08:35:35.246 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:35:35.246 16 ERROR rally.cli.cliutils 2021-06-08 08:35:36.879 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:36.880 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:36.880 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:38.991 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:35:39.070 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/repo. 2021-06-08 08:35:39.399 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 08:35:39.414 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:35:39.423 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:35:39.444 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:35:39.497 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:35:40.178 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17909f25-1979-430c-9908-9c116f898215) has been successfully created! 2021-06-08 08:35:42.054 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:42.054 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:42.055 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:46.492 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:46.493 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:46.493 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:48.772 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17909f25-1979-430c-9908-9c116f898215) for deployment 'opnfv-rally' (UUID=734d8a7d-26b3-4160-bdce-03f0da818048). 2021-06-08 08:35:49.219 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17909f25-1979-430c-9908-9c116f898215) has been successfully configured for deployment 'opnfv-rally' (UUID=734d8a7d-26b3-4160-bdce-03f0da818048)! 2021-06-08 08:35:56.924 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:35:56.924 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:35:56.924 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:35:59.009 33 INFO rally.api [-] Starting verification (UUID=e2c565a3-0d12-4e9b-b319-e01dc85d9af5) for deployment 'opnfv-rally' (UUID=734d8a7d-26b3-4160-bdce-03f0da818048) by verifier 'opnfv-tempest' (UUID=17909f25-1979-430c-9908-9c116f898215). 2021-06-08 08:35:59.778 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:35:59.778 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/for-deployment-734d8a7d-26b3-4160-bdce-03f0da818048/tempest.log' to option 'log_file'. 2021-06-08 08:35:59.779 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/for-deployment-734d8a7d-26b3-4160-bdce-03f0da818048/tempest.log 2021-06-08 08:35:59.779 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:35:59.779 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/for-deployment-734d8a7d-26b3-4160-bdce-03f0da818048/lock_files' to option 'lock_path'. 2021-06-08 08:35:59.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-17909f25-1979-430c-9908-9c116f898215/for-deployment-734d8a7d-26b3-4160-bdce-03f0da818048/lock_files 2021-06-08 08:35:59.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:35:59.780 33 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-06-08 08:35:59.781 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 44ee81d6-433a-494a-b232-531204256dde 2021-06-08 08:35:59.781 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 47cd2d19-480b-4fc5-84eb-ab86fec46f9e 2021-06-08 08:35:59.782 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b7465e2e-662b-422d-b87b-46d7c914bb91 2021-06-08 08:35:59.783 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = afadfc9e-d64e-41d9-a4a3-61741109bb5b 2021-06-08 08:36:00.099 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:36:00.100 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_5d46fe75-7103-47e4-86d2-e31deba8d8cd 2021-06-08 08:36:00.101 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:36:00.196 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:36:00.236 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73d86f61_ekoHisha'. Using flavor 'rally_verify_73d86f61_ekoHisha' (ID = 4b548cb4-e011-468b-803d-6b33372546a5) for the tests. 2021-06-08 08:36:00.237 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4b548cb4-e011-468b-803d-6b33372546a5' to option 'instance_type'. 2021-06-08 08:36:00.237 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4b548cb4-e011-468b-803d-6b33372546a5 2021-06-08 08:36:00.238 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context tempest@default setup() finished in 0.99 sec 2021-06-08 08:36:00.238 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context testr@default setup() finished in 0.21 msec 2021-06-08 08:36:00.239 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/093c885b-f33a-495c-93c4-8162a1b75fad'. 2021-06-08 08:36:18.805 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.672s] 2021-06-08 08:36:18.925 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.560s] 2021-06-08 08:36:19.020 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.096s] 2021-06-08 08:36:20.603 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.251s] 2021-06-08 08:36:35.182 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.468s] 2021-06-08 08:36:49.208 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2021-06-08 08:36:49.209 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.000s] 2021-06-08 08:36:50.279 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.285s] 2021-06-08 08:36:50.372 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.093s] 2021-06-08 08:36:50.543 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.170s] 2021-06-08 08:36:50.652 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.109s] 2021-06-08 08:36:50.666 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.482s] 2021-06-08 08:36:50.803 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.149s] 2021-06-08 08:36:51.858 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.562s] 2021-06-08 08:37:35.620 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [29.726s] 2021-06-08 08:37:58.490 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [42.116s] 2021-06-08 08:38:12.126 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context testr@default cleanup() started 2021-06-08 08:38:12.127 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context testr@default cleanup() finished in 0.85 msec 2021-06-08 08:38:12.127 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context tempest@default cleanup() started 2021-06-08 08:38:12.352 33 INFO rally.task.context [-] Verification 17909f25-1979-430c-9908-9c116f898215 | Context tempest@default cleanup() finished in 0.22 sec 2021-06-08 08:38:12.373 33 INFO rally.api [-] Verification (UUID=e2c565a3-0d12-4e9b-b319-e01dc85d9af5) has been successfully finished for deployment 'opnfv-rally' (UUID=734d8a7d-26b3-4160-bdce-03f0da818048)! 2021-06-08 08:38:14.012 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:38:14.012 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:38:14.012 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:38:15.425 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:38:15.425 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:38:15.425 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:38:17.647 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'e2c565a3-0d12-4e9b-b319-e01dc85d9af5' 2021-06-08 08:38:17.677 51 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:38:19.187 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:38:19.187 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:38:19.187 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:38:21.105 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e2c565a3-0d12-4e9b-b319-e01dc85d9af5' 2021-06-08 08:38:21.110 53 INFO rally.api [-] The report has been successfully built.