2020-08-10 15:56:44.827 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:56:44.834 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:56:44.835 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:57:07.971 10 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-08-10 15:57:07.971 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:57:07.971 10 ERROR rally.cli.cliutils 2020-08-10 15:57:21.524 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:57:21.529 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:57:21.530 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:58:00.238 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:58:00.244 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:58:00.245 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:58:42.774 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:58:42.781 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:58:42.783 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:58:57.729 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:58:57.735 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:58:57.736 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:59:20.270 40 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-08-10 15:59:20.270 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:59:20.270 40 ERROR rally.cli.cliutils 2020-08-10 15:59:34.920 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:59:34.926 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:59:34.928 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:59:56.666 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:59:57.092 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/repo. 2020-08-10 15:59:57.791 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 15:59:57.860 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:59:57.913 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:59:57.960 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:59:58.443 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 16:00:05.168 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8c604899-04d5-4526-9a5f-8e2a6ad38681) has been successfully created! 2020-08-10 16:00:19.832 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:00:19.838 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:00:19.840 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:00:56.221 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:00:56.227 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:00:56.228 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:01:17.934 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8c604899-04d5-4526-9a5f-8e2a6ad38681) for deployment 'opnfv-rally' (UUID=ab3dccb8-276e-4617-a682-19e2916e518a). 2020-08-10 16:01:19.430 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8c604899-04d5-4526-9a5f-8e2a6ad38681) has been successfully configured for deployment 'opnfv-rally' (UUID=ab3dccb8-276e-4617-a682-19e2916e518a)! 2020-08-10 16:02:33.653 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:02:33.659 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:02:33.661 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:02:55.450 97 INFO rally.api [-] Starting verification (UUID=d71a9891-54bf-4e93-bca4-ed409cba9ac2) for deployment 'opnfv-rally' (UUID=ab3dccb8-276e-4617-a682-19e2916e518a) by verifier 'opnfv-tempest' (UUID=8c604899-04d5-4526-9a5f-8e2a6ad38681). 2020-08-10 16:02:59.613 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 16:02:59.614 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/for-deployment-ab3dccb8-276e-4617-a682-19e2916e518a/tempest.log' to option 'log_file'. 2020-08-10 16:02:59.616 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/for-deployment-ab3dccb8-276e-4617-a682-19e2916e518a/tempest.log 2020-08-10 16:02:59.617 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 16:02:59.618 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/for-deployment-ab3dccb8-276e-4617-a682-19e2916e518a/lock_files' to option 'lock_path'. 2020-08-10 16:02:59.620 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8c604899-04d5-4526-9a5f-8e2a6ad38681/for-deployment-ab3dccb8-276e-4617-a682-19e2916e518a/lock_files 2020-08-10 16:02:59.621 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 16:02:59.623 97 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-08-10 16:02:59.624 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2582cb45-631f-4aae-823c-22dd03c85482 2020-08-10 16:02:59.626 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9ef22000-54b3-4ef1-976e-e47967c65dda 2020-08-10 16:02:59.629 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f6117e7-2a12-4a31-96ff-0451b697f26a 2020-08-10 16:02:59.631 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5016b0b9-f260-4702-8454-2fb2d67f4dea 2020-08-10 16:03:00.100 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 16:03:00.101 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_4479c0cb-1d76-46fc-a520-c9ae0405c82a 2020-08-10 16:03:00.104 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 16:03:00.812 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 16:03:00.898 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73ffa5e0_JXHL9XFz'. Using flavor 'rally_verify_73ffa5e0_JXHL9XFz' (ID = 42bfa3fa-c331-4bf1-bc53-5676ee14669c) for the tests. 2020-08-10 16:03:00.899 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' to option 'instance_type'. 2020-08-10 16:03:00.901 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42bfa3fa-c331-4bf1-bc53-5676ee14669c 2020-08-10 16:03:00.908 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context tempest@default setup() finished in 4.49 sec 2020-08-10 16:03:00.911 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context testr@default setup() finished in 0.93 msec 2020-08-10 16:03:00.912 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/96dc126b-fcd7-4bf5-84c5-ad5ecbafe871'. 2020-08-10 16:04:03.648 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.583s] 2020-08-10 16:04:04.262 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.688s] 2020-08-10 16:04:05.151 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.707s] 2020-08-10 16:04:09.724 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.691s] 2020-08-10 16:04:24.485 97 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.004s] 2020-08-10 16:04:37.146 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.304s] 2020-08-10 16:04:37.334 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.181s] 2020-08-10 16:04:37.598 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.263s] 2020-08-10 16:04:37.797 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.193s] 2020-08-10 16:04:38.042 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.238s] 2020-08-10 16:04:45.129 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.791s] 2020-08-10 16:04:45.350 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.224s] 2020-08-10 16:05:30.441 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [52.269s] 2020-08-10 16:05:32.962 97 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [33.840s] 2020-08-10 16:05:35.105 97 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [19.712s] 2020-08-10 16:05:43.256 97 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-08-10 16:05:47.411 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context testr@default cleanup() started 2020-08-10 16:05:47.415 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context testr@default cleanup() finished in 3.92 msec 2020-08-10 16:05:47.418 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context tempest@default cleanup() started 2020-08-10 16:05:47.856 97 INFO rally.task.context [-] Verification 8c604899-04d5-4526-9a5f-8e2a6ad38681 | Context tempest@default cleanup() finished in 0.44 sec 2020-08-10 16:05:47.918 97 INFO rally.api [-] Verification (UUID=d71a9891-54bf-4e93-bca4-ed409cba9ac2) has been successfully finished for deployment 'opnfv-rally' (UUID=ab3dccb8-276e-4617-a682-19e2916e518a)! 2020-08-10 16:06:03.161 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:06:03.166 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:06:03.168 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:06:18.585 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:06:18.591 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:06:18.593 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:06:40.979 150 INFO rally.api [-] Building 'html' report for the following verification(s): 'd71a9891-54bf-4e93-bca4-ed409cba9ac2' 2020-08-10 16:06:41.243 150 INFO rally.api [-] The report has been successfully built. 2020-08-10 16:06:55.874 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:06:55.880 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:06:55.882 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:07:17.589 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd71a9891-54bf-4e93-bca4-ed409cba9ac2' 2020-08-10 16:07:17.618 156 INFO rally.api [-] The report has been successfully built.