2020-12-14 02:38:27.237 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:38:27.243 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:38:27.245 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:38:53.554 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-12-14 02:38:53.554 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 02:38:53.554 10 ERROR rally.cli.cliutils 2020-12-14 02:39:07.740 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:39:07.745 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:39:07.747 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:39:51.696 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:39:51.702 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:39:51.703 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:40:37.890 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:40:37.896 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:40:37.897 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:40:52.547 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:40:52.553 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:40:52.554 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:41:19.795 61 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-12-14 02:41:19.795 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 02:41:19.795 61 ERROR rally.cli.cliutils 2020-12-14 02:41:34.542 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:41:34.548 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:41:34.549 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:42:01.306 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 02:42:01.810 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/repo. 2020-12-14 02:42:02.493 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/repo'... done. ' 2020-12-14 02:42:02.579 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 02:42:02.640 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 02:42:03.344 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 02:42:11.039 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abf22858-58e0-4bb8-a7eb-19cc0f7a21fb) has been successfully created! 2020-12-14 02:42:25.833 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:42:25.839 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:42:25.841 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:43:07.618 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:43:07.624 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:43:07.625 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:43:35.245 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=abf22858-58e0-4bb8-a7eb-19cc0f7a21fb) for deployment 'opnfv-rally' (UUID=fa5dcef4-8707-4fbf-9af8-e033af6c3e3d). 2020-12-14 02:43:36.965 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abf22858-58e0-4bb8-a7eb-19cc0f7a21fb) has been successfully configured for deployment 'opnfv-rally' (UUID=fa5dcef4-8707-4fbf-9af8-e033af6c3e3d)! 2020-12-14 02:45:02.048 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:45:02.053 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:45:02.055 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:45:29.843 161 INFO rally.api [-] Starting verification (UUID=89af42b5-8fd2-4859-b060-8800e1d78bc2) for deployment 'opnfv-rally' (UUID=fa5dcef4-8707-4fbf-9af8-e033af6c3e3d) by verifier 'opnfv-tempest' (UUID=abf22858-58e0-4bb8-a7eb-19cc0f7a21fb). 2020-12-14 02:45:34.633 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 02:45:34.635 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/for-deployment-fa5dcef4-8707-4fbf-9af8-e033af6c3e3d/tempest.log' to option 'log_file'. 2020-12-14 02:45:34.637 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/for-deployment-fa5dcef4-8707-4fbf-9af8-e033af6c3e3d/tempest.log 2020-12-14 02:45:34.639 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 02:45:34.640 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/for-deployment-fa5dcef4-8707-4fbf-9af8-e033af6c3e3d/lock_files' to option 'lock_path'. 2020-12-14 02:45:34.642 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-abf22858-58e0-4bb8-a7eb-19cc0f7a21fb/for-deployment-fa5dcef4-8707-4fbf-9af8-e033af6c3e3d/lock_files 2020-12-14 02:45:34.645 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 02:45:34.646 161 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-12-14 02:45:34.648 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3ae9ef79-0a09-4232-a879-aef4025f9e9e 2020-12-14 02:45:34.650 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 05d335a1-7535-4b81-994b-a805a033093f 2020-12-14 02:45:34.653 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d80c514b-2ce0-4523-a533-3563c24fda29 2020-12-14 02:45:34.657 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 31daf4ae-21b7-4036-9c49-0ff2ca757c48 2020-12-14 02:45:35.155 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 02:45:35.157 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_5cca66a7-efc9-4845-9da3-48e52b4e1df1 2020-12-14 02:45:35.160 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 02:45:35.869 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 02:45:35.953 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5a78d0d7_Wo6ddVSJ'. Using flavor 'rally_verify_5a78d0d7_Wo6ddVSJ' (ID = 008b9f9b-96c6-47ec-ba6f-a5b10f3bcd31) for the tests. 2020-12-14 02:45:35.955 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '008b9f9b-96c6-47ec-ba6f-a5b10f3bcd31' to option 'instance_type'. 2020-12-14 02:45:35.957 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 008b9f9b-96c6-47ec-ba6f-a5b10f3bcd31 2020-12-14 02:45:35.965 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context tempest@default setup() finished in 5.07 sec 2020-12-14 02:45:35.969 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context testr@default setup() finished in 1.34 msec 2020-12-14 02:45:35.970 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fcd9a32f-bf76-4202-8e47-2acf89d22a36'. 2020-12-14 02:46:26.090 161 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.196s] 2020-12-14 02:46:28.315 161 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [5.392s] 2020-12-14 02:46:29.269 161 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [5.413s] 2020-12-14 02:46:29.617 161 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.532s] 2020-12-14 02:46:31.876 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [9.023s] 2020-12-14 02:46:33.242 161 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.917s] 2020-12-14 02:46:55.772 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.066s] 2020-12-14 02:47:15.645 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [19.847s] 2020-12-14 02:47:29.470 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.838s] 2020-12-14 02:47:38.374 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context testr@default cleanup() started 2020-12-14 02:47:38.378 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context testr@default cleanup() finished in 3.93 msec 2020-12-14 02:47:38.381 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context tempest@default cleanup() started 2020-12-14 02:47:38.841 161 INFO rally.task.context [-] Verification abf22858-58e0-4bb8-a7eb-19cc0f7a21fb | Context tempest@default cleanup() finished in 0.46 sec 2020-12-14 02:47:38.903 161 INFO rally.api [-] Verification (UUID=89af42b5-8fd2-4859-b060-8800e1d78bc2) has been successfully finished for deployment 'opnfv-rally' (UUID=fa5dcef4-8707-4fbf-9af8-e033af6c3e3d)! 2020-12-14 02:47:55.133 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:47:55.140 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:47:55.141 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:48:11.598 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:48:11.604 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:48:11.606 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:48:41.719 224 INFO rally.api [-] Building 'html' report for the following verification(s): '89af42b5-8fd2-4859-b060-8800e1d78bc2' 2020-12-14 02:48:42.020 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 02:49:00.030 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:49:00.036 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:49:00.038 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:49:31.194 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '89af42b5-8fd2-4859-b060-8800e1d78bc2' 2020-12-14 02:49:31.247 237 INFO rally.api [-] The report has been successfully built.