2022-04-19 08:45:16.689 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:16.690 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:16.690 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:19.546 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 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:45:19.546 7 ERROR rally.cli.cliutils 2022-04-19 08:45:21.784 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:21.785 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:21.785 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:26.772 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:26.773 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:26.773 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:32.513 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:32.516 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:32.516 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:34.312 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:34.312 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:34.313 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:36.847 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 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:45:36.847 16 ERROR rally.cli.cliutils 2022-04-19 08:45:38.601 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:38.601 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:38.601 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:40.735 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:45:40.811 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/repo. 2022-04-19 08:45:41.297 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/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 ' 2022-04-19 08:45:41.312 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:45:41.323 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:45:41.339 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:45:41.399 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:45:42.165 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=efbf3781-4ad6-492b-a192-31005009c367) has been successfully created! 2022-04-19 08:45:43.935 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:43.936 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:43.936 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:48.427 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:48.428 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:48.428 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:45:50.735 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=efbf3781-4ad6-492b-a192-31005009c367) for deployment 'opnfv-rally' (UUID=e29323fd-5754-4bfe-83d8-3e81b3fb72f0). 2022-04-19 08:45:51.203 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=efbf3781-4ad6-492b-a192-31005009c367) has been successfully configured for deployment 'opnfv-rally' (UUID=e29323fd-5754-4bfe-83d8-3e81b3fb72f0)! 2022-04-19 08:45:59.552 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:45:59.553 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:45:59.553 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:46:01.804 33 INFO rally.api [-] Starting verification (UUID=cb9482b9-1d37-44e8-8f76-df856bea9525) for deployment 'opnfv-rally' (UUID=e29323fd-5754-4bfe-83d8-3e81b3fb72f0) by verifier 'opnfv-tempest' (UUID=efbf3781-4ad6-492b-a192-31005009c367). 2022-04-19 08:46:02.367 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:46:02.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/for-deployment-e29323fd-5754-4bfe-83d8-3e81b3fb72f0/tempest.log' to option 'log_file'. 2022-04-19 08:46:02.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/for-deployment-e29323fd-5754-4bfe-83d8-3e81b3fb72f0/tempest.log 2022-04-19 08:46:02.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:46:02.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/for-deployment-e29323fd-5754-4bfe-83d8-3e81b3fb72f0/lock_files' to option 'lock_path'. 2022-04-19 08:46:02.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-efbf3781-4ad6-492b-a192-31005009c367/for-deployment-e29323fd-5754-4bfe-83d8-3e81b3fb72f0/lock_files 2022-04-19 08:46:02.369 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:46:02.369 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 2022-04-19 08:46:02.369 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a3296fb7-a957-40fc-b8a7-cba1e59f9e5c 2022-04-19 08:46:02.369 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b68f6963-d4ce-4bb9-9118-cd89f836505c 2022-04-19 08:46:02.370 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fba46544-0785-41aa-8f97-f70f0d111741 2022-04-19 08:46:02.370 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 582d4b8b-f0d8-4e2b-a28b-31fda047d8d0 2022-04-19 08:46:02.613 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:46:02.614 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_5214a89c-8ce2-4162-9230-b8db7463b021 2022-04-19 08:46:02.614 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:46:02.723 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:46:02.764 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 08:46:02.765 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_cb9482b9_PYw5RaaH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 08:46:02.792 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cb9482b9_PYw5RaaH' (ID = ed378304-e3bc-4011-8f57-8d00ff08d3c0) has been successfully created! 2022-04-19 08:46:02.793 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ed378304-e3bc-4011-8f57-8d00ff08d3c0' to option 'instance_type'. 2022-04-19 08:46:02.793 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ed378304-e3bc-4011-8f57-8d00ff08d3c0 2022-04-19 08:46:02.794 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context tempest@default setup() finished in 0.84 sec 2022-04-19 08:46:02.794 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context testr@default setup() finished in 0.29 msec 2022-04-19 08:46:02.794 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9fa57dc8-1b3f-48e1-a99e-9decf830c08f'. 2022-04-19 08:46:19.977 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.735s] 2022-04-19 08:46:23.569 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.630s] 2022-04-19 08:46:23.678 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.110s] 2022-04-19 08:46:25.864 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.342s] 2022-04-19 08:46:45.897 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.684s] 2022-04-19 08:46:55.885 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.510s] 2022-04-19 08:46:56.162 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.261s] 2022-04-19 08:46:56.254 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.092s] 2022-04-19 08:46:56.408 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.153s] 2022-04-19 08:46:56.515 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.107s] 2022-04-19 08:46:56.657 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.141s] 2022-04-19 08:47:14.361 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2022-04-19 08:47:37.158 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [31.675s] 2022-04-19 08:47:46.655 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [20.556s] 2022-04-19 08:47:53.403 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [88.493s] 2022-04-19 08:48:05.673 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2022-04-19 08:48:10.618 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context testr@default cleanup() started 2022-04-19 08:48:10.619 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context testr@default cleanup() finished in 0.78 msec 2022-04-19 08:48:10.619 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context tempest@default cleanup() started 2022-04-19 08:48:10.837 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_cb9482b9_PYw5RaaH'. 2022-04-19 08:48:11.009 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cb9482b9_PYw5RaaH' has been deleted. 2022-04-19 08:48:11.010 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ed378304-e3bc-4011-8f57-8d00ff08d3c0' of option 'instance_type' from Tempest config file. 2022-04-19 08:48:11.010 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ed378304-e3bc-4011-8f57-8d00ff08d3c0' has been removed. 2022-04-19 08:48:11.017 33 INFO rally.task.context [-] Verification efbf3781-4ad6-492b-a192-31005009c367 | Context tempest@default cleanup() finished in 0.40 sec 2022-04-19 08:48:11.057 33 INFO rally.api [-] Verification (UUID=cb9482b9-1d37-44e8-8f76-df856bea9525) has been successfully finished for deployment 'opnfv-rally' (UUID=e29323fd-5754-4bfe-83d8-3e81b3fb72f0)! 2022-04-19 08:48:12.895 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:48:12.895 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:48:12.895 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:48:14.354 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:48:14.354 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:48:14.354 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:48:17.171 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'cb9482b9-1d37-44e8-8f76-df856bea9525' 2022-04-19 08:48:17.199 51 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:48:18.806 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:48:18.807 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:48:18.807 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:48:21.136 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cb9482b9-1d37-44e8-8f76-df856bea9525' 2022-04-19 08:48:21.139 53 INFO rally.api [-] The report has been successfully built.