2020-06-04 18:34:23.439 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:23.440 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:23.440 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:25.591 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 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:34:25.591 7 ERROR rally.cli.cliutils 2020-06-04 18:34:27.057 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:27.057 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:27.057 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:31.356 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:31.356 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:31.357 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:35.736 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:35.736 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:35.736 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:37.198 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:37.198 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:37.198 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:39.227 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 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:34:39.227 17 ERROR rally.cli.cliutils 2020-06-04 18:34:40.741 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:40.742 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:40.742 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:42.755 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:34:42.817 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/repo. 2020-06-04 18:34:43.031 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/repo'... done. ' 2020-06-04 18:34:43.046 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:34:43.107 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:34:43.172 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:34:43.800 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9b5d2d58-905f-4122-bd7e-45d12f651c7c) has been successfully created! 2020-06-04 18:34:45.276 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:45.276 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:45.276 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:49.439 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:49.440 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:49.440 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:51.537 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9b5d2d58-905f-4122-bd7e-45d12f651c7c) for deployment 'opnfv-rally' (UUID=31faa7c1-2230-4df0-a91a-b0914dff3f9d). 2020-06-04 18:34:51.982 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9b5d2d58-905f-4122-bd7e-45d12f651c7c) has been successfully configured for deployment 'opnfv-rally' (UUID=31faa7c1-2230-4df0-a91a-b0914dff3f9d)! 2020-06-04 18:35:00.064 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:35:00.064 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:35:00.065 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:35:02.193 34 INFO rally.api [-] Starting verification (UUID=3460775b-0d8a-4f14-b364-8f785dc056a5) for deployment 'opnfv-rally' (UUID=31faa7c1-2230-4df0-a91a-b0914dff3f9d) by verifier 'opnfv-tempest' (UUID=9b5d2d58-905f-4122-bd7e-45d12f651c7c). 2020-06-04 18:35:02.733 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:35:02.733 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/for-deployment-31faa7c1-2230-4df0-a91a-b0914dff3f9d/tempest.log' to option 'log_file'. 2020-06-04 18:35:02.733 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/for-deployment-31faa7c1-2230-4df0-a91a-b0914dff3f9d/tempest.log 2020-06-04 18:35:02.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:35:02.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/for-deployment-31faa7c1-2230-4df0-a91a-b0914dff3f9d/lock_files' to option 'lock_path'. 2020-06-04 18:35:02.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9b5d2d58-905f-4122-bd7e-45d12f651c7c/for-deployment-31faa7c1-2230-4df0-a91a-b0914dff3f9d/lock_files 2020-06-04 18:35:02.735 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 18:35:02.735 34 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-06-04 18:35:02.735 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0852ebe7-c4e3-4689-b488-28d6d2742654 2020-06-04 18:35:02.736 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = df3f21e8-0ffa-4a7f-a7d2-c5ab0dac9147 2020-06-04 18:35:02.736 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 23985da0-8fcb-4320-a9ff-46692b0678ae 2020-06-04 18:35:02.737 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ef44c94d-3ff8-44ad-b4d6-02ae74c0ba84 2020-06-04 18:35:02.932 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:35:02.932 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_10aff5da-83c3-4881-8778-16db939cc7f1 2020-06-04 18:35:02.933 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:35:03.003 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:35:03.044 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_011be66d_l7GWrlT4'. Using flavor 'rally_verify_011be66d_l7GWrlT4' (ID = f8498c91-0b28-4301-969c-b977d1e04007) for the tests. 2020-06-04 18:35:03.045 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f8498c91-0b28-4301-969c-b977d1e04007' to option 'instance_type'. 2020-06-04 18:35:03.045 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f8498c91-0b28-4301-969c-b977d1e04007 2020-06-04 18:35:03.047 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context tempest@default setup() finished in 0.67 sec 2020-06-04 18:35:03.047 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context testr@default setup() finished in 0.35 msec 2020-06-04 18:35:03.048 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/8b8d177e-1ffb-4e2e-b58a-a29f54e870d8'. 2020-06-04 18:35:07.501 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-06-04 18:35:13.709 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [3.852s] 2020-06-04 18:35:17.790 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.652s] 2020-06-04 18:35:18.899 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.189s] 2020-06-04 18:35:25.070 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.941s] 2020-06-04 18:35:44.887 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [19.813s] 2020-06-04 18:35:57.295 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.409s] 2020-06-04 18:36:07.624 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.058s] 2020-06-04 18:36:11.515 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.887s] 2020-06-04 18:36:17.631 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context testr@default cleanup() started 2020-06-04 18:36:17.632 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context testr@default cleanup() finished in 0.83 msec 2020-06-04 18:36:17.632 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context tempest@default cleanup() started 2020-06-04 18:36:17.817 34 INFO rally.task.context [-] Verification 9b5d2d58-905f-4122-bd7e-45d12f651c7c | Context tempest@default cleanup() finished in 0.18 sec 2020-06-04 18:36:17.836 34 INFO rally.api [-] Verification (UUID=3460775b-0d8a-4f14-b364-8f785dc056a5) has been successfully finished for deployment 'opnfv-rally' (UUID=31faa7c1-2230-4df0-a91a-b0914dff3f9d)! 2020-06-04 18:36:19.661 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:19.661 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:19.661 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:21.352 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:21.353 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:21.353 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:23.696 48 INFO rally.api [-] Building 'html' report for the following verification(s): '3460775b-0d8a-4f14-b364-8f785dc056a5' 2020-06-04 18:36:23.718 48 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:36:25.475 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:25.475 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:25.475 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:27.727 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3460775b-0d8a-4f14-b364-8f785dc056a5' 2020-06-04 18:36:27.730 50 INFO rally.api [-] The report has been successfully built.