2022-02-19 16:50:07.444 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:07.444 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:07.445 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:10.038 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-02-19 16:50:10.038 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:50:10.038 7 ERROR rally.cli.cliutils 2022-02-19 16:50:11.587 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:11.587 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:11.587 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:15.561 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:15.562 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:15.562 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:19.831 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:19.831 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:19.832 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:21.180 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:21.181 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:21.181 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:23.279 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-02-19 16:50:23.279 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:50:23.279 16 ERROR rally.cli.cliutils 2022-02-19 16:50:25.357 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:25.358 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:25.358 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:27.888 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:50:27.959 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/repo. 2022-02-19 16:50:28.327 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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-02-19 16:50:28.341 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:50:28.349 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:50:28.367 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:50:28.420 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:50:29.054 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab5ff780-a268-4219-a10e-026b474bf721) has been successfully created! 2022-02-19 16:50:30.633 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:30.633 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:30.633 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:34.837 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:34.838 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:34.838 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:36.905 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ab5ff780-a268-4219-a10e-026b474bf721) for deployment 'opnfv-rally' (UUID=f1880090-a3a9-4f06-8360-b0f71992a827). 2022-02-19 16:50:37.429 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab5ff780-a268-4219-a10e-026b474bf721) has been successfully configured for deployment 'opnfv-rally' (UUID=f1880090-a3a9-4f06-8360-b0f71992a827)! 2022-02-19 16:50:45.307 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:45.308 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:45.308 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:47.607 33 INFO rally.api [-] Starting verification (UUID=cdaf9291-a365-46b9-90ef-adc1a9eedcad) for deployment 'opnfv-rally' (UUID=f1880090-a3a9-4f06-8360-b0f71992a827) by verifier 'opnfv-tempest' (UUID=ab5ff780-a268-4219-a10e-026b474bf721). 2022-02-19 16:50:48.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:50:48.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/for-deployment-f1880090-a3a9-4f06-8360-b0f71992a827/tempest.log' to option 'log_file'. 2022-02-19 16:50:48.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/for-deployment-f1880090-a3a9-4f06-8360-b0f71992a827/tempest.log 2022-02-19 16:50:48.250 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:50:48.250 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/for-deployment-f1880090-a3a9-4f06-8360-b0f71992a827/lock_files' to option 'lock_path'. 2022-02-19 16:50:48.250 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ab5ff780-a268-4219-a10e-026b474bf721/for-deployment-f1880090-a3a9-4f06-8360-b0f71992a827/lock_files 2022-02-19 16:50:48.251 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-02-19 16:50:48.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7bd6f389-2c2f-4eda-888c-0bfc7e0bab36 2022-02-19 16:50:48.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 50c5e45e-44b2-4ae6-a6f3-eaaf6340e5c9 2022-02-19 16:50:48.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2fc64652-b5ca-4afd-a218-7badfb9685d2 2022-02-19 16:50:48.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4a597ccc-c5b6-4e22-9656-1afdbdf631e0 2022-02-19 16:50:48.480 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:50:48.481 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_34e79017-4255-4575-84fd-a7c2c72c591c 2022-02-19 16:50:48.481 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:50:48.570 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:50:48.612 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-02-19 16:50:48.612 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_cdaf9291_khs82Y1y' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-02-19 16:50:48.648 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cdaf9291_khs82Y1y' (ID = e2a2afb7-d4f2-48bd-badb-00bf877afa67) has been successfully created! 2022-02-19 16:50:48.648 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e2a2afb7-d4f2-48bd-badb-00bf877afa67' to option 'instance_type'. 2022-02-19 16:50:48.649 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e2a2afb7-d4f2-48bd-badb-00bf877afa67 2022-02-19 16:50:48.650 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context tempest@default setup() finished in 0.85 sec 2022-02-19 16:50:48.650 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context testr@default setup() finished in 0.31 msec 2022-02-19 16:50:48.651 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7b4b8e5b-a023-4959-a28a-691fdabf372e'. 2022-02-19 16:51:09.501 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.542s] 2022-02-19 16:51:09.586 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.087s] 2022-02-19 16:51:09.635 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.471s] 2022-02-19 16:51:11.532 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.539s] 2022-02-19 16:51:26.011 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [31.446s] 2022-02-19 16:51:39.551 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.304s] 2022-02-19 16:51:43.065 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.334s] 2022-02-19 16:51:43.192 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.126s] 2022-02-19 16:51:43.377 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.184s] 2022-02-19 16:51:43.482 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.105s] 2022-02-19 16:51:43.636 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.153s] 2022-02-19 16:51:46.907 33 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.487s] 2022-02-19 16:51:50.329 33 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2022-02-19 16:52:02.943 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [18.061s] 2022-02-19 16:52:19.316 33 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b"('Encrypted volume attach is not supported',)" 2022-02-19 16:52:56.848 33 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [47.505s] 2022-02-19 16:53:12.156 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context testr@default cleanup() started 2022-02-19 16:53:12.157 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context testr@default cleanup() finished in 0.92 msec 2022-02-19 16:53:12.157 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context tempest@default cleanup() started 2022-02-19 16:53:12.335 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_cdaf9291_khs82Y1y'. 2022-02-19 16:53:12.548 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cdaf9291_khs82Y1y' has been deleted. 2022-02-19 16:53:12.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e2a2afb7-d4f2-48bd-badb-00bf877afa67' of option 'instance_type' from Tempest config file. 2022-02-19 16:53:12.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e2a2afb7-d4f2-48bd-badb-00bf877afa67' has been removed. 2022-02-19 16:53:12.552 33 INFO rally.task.context [-] Verification ab5ff780-a268-4219-a10e-026b474bf721 | Context tempest@default cleanup() finished in 0.39 sec 2022-02-19 16:53:12.582 33 INFO rally.api [-] Verification (UUID=cdaf9291-a365-46b9-90ef-adc1a9eedcad) has been successfully finished for deployment 'opnfv-rally' (UUID=f1880090-a3a9-4f06-8360-b0f71992a827)! 2022-02-19 16:53:14.340 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:53:14.340 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:53:14.341 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:53:15.765 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:53:15.765 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:53:15.765 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:53:17.971 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'cdaf9291-a365-46b9-90ef-adc1a9eedcad' 2022-02-19 16:53:18.000 51 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:53:19.504 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:53:19.504 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:53:19.504 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:53:21.361 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cdaf9291-a365-46b9-90ef-adc1a9eedcad' 2022-02-19 16:53:21.366 53 INFO rally.api [-] The report has been successfully built.