2020-07-10 13:28:01.914 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:01.915 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:01.915 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:04.499 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-07-10 13:28:04.499 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 13:28:04.499 7 ERROR rally.cli.cliutils 2020-07-10 13:28:06.121 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:06.122 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:06.122 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:10.470 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:10.470 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:10.470 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:15.482 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:15.482 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:15.483 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:16.992 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:16.993 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:16.993 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:19.649 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-07-10 13:28:19.649 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 13:28:19.649 17 ERROR rally.cli.cliutils 2020-07-10 13:28:21.150 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:21.150 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:21.150 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:23.522 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 13:28:23.588 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/repo. 2020-07-10 13:28:23.783 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/repo'... done. ' 2020-07-10 13:28:23.795 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 13:28:23.819 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 13:28:23.906 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 13:28:24.665 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=52da1f58-948a-4719-a77e-11b69fe9bd2a) has been successfully created! 2020-07-10 13:28:26.239 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:26.240 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:26.240 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:30.818 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:30.819 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:30.819 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:33.224 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=52da1f58-948a-4719-a77e-11b69fe9bd2a) for deployment 'opnfv-rally' (UUID=0822ff86-6135-467d-b6e0-0c6c8688faf0). 2020-07-10 13:28:33.657 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=52da1f58-948a-4719-a77e-11b69fe9bd2a) has been successfully configured for deployment 'opnfv-rally' (UUID=0822ff86-6135-467d-b6e0-0c6c8688faf0)! 2020-07-10 13:28:42.074 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:28:42.074 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:28:42.074 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:28:44.403 34 INFO rally.api [-] Starting verification (UUID=5acd6d78-886c-4e01-9b2a-6621bce93085) for deployment 'opnfv-rally' (UUID=0822ff86-6135-467d-b6e0-0c6c8688faf0) by verifier 'opnfv-tempest' (UUID=52da1f58-948a-4719-a77e-11b69fe9bd2a). 2020-07-10 13:28:44.976 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 13:28:44.977 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/for-deployment-0822ff86-6135-467d-b6e0-0c6c8688faf0/tempest.log' to option 'log_file'. 2020-07-10 13:28:44.977 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/for-deployment-0822ff86-6135-467d-b6e0-0c6c8688faf0/tempest.log 2020-07-10 13:28:44.978 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 13:28:44.978 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/for-deployment-0822ff86-6135-467d-b6e0-0c6c8688faf0/lock_files' to option 'lock_path'. 2020-07-10 13:28:44.978 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-52da1f58-948a-4719-a77e-11b69fe9bd2a/for-deployment-0822ff86-6135-467d-b6e0-0c6c8688faf0/lock_files 2020-07-10 13:28:44.979 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 13:28:44.979 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-07-10 13:28:44.979 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6265be5f-478d-4844-ab26-44e58f22868d 2020-07-10 13:28:44.980 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e9717a61-28c8-4a2b-b4be-6590129d7702 2020-07-10 13:28:44.980 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 08ab6879-8037-4135-a4de-7807cf93cbed 2020-07-10 13:28:44.981 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 73bcde24-e1cc-4c33-8475-b16c6be84c87 2020-07-10 13:28:45.184 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 13:28:45.184 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_3e76b509-3101-485e-97a4-3e42dcf413c7 2020-07-10 13:28:45.185 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 13:28:45.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 13:28:45.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 13:28:45.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5acd6d78_l8J28bXa' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 13:28:45.344 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5acd6d78_l8J28bXa' (ID = bc303a10-6310-409e-87bd-0be425efb471) has been successfully created! 2020-07-10 13:28:45.344 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bc303a10-6310-409e-87bd-0be425efb471' to option 'instance_type'. 2020-07-10 13:28:45.344 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bc303a10-6310-409e-87bd-0be425efb471 2020-07-10 13:28:45.346 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context tempest@default setup() finished in 0.78 sec 2020-07-10 13:28:45.346 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context testr@default setup() finished in 0.33 msec 2020-07-10 13:28:45.347 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2b07f8c0-d9b1-4dc6-b5f0-6f7bbe84aa87'. 2020-07-10 13:28:52.285 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.068s] 2020-07-10 13:28:55.133 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.695s] 2020-07-10 13:28:55.496 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.210s] 2020-07-10 13:29:00.582 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.450s] 2020-07-10 13:29:01.775 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [11.129s] 2020-07-10 13:29:06.386 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.783s] 2020-07-10 13:29:29.347 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [22.956s] 2020-07-10 13:29:46.121 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [16.776s] 2020-07-10 13:29:57.550 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context testr@default cleanup() started 2020-07-10 13:29:57.551 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context testr@default cleanup() finished in 0.77 msec 2020-07-10 13:29:57.551 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context tempest@default cleanup() started 2020-07-10 13:29:57.788 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5acd6d78_l8J28bXa'. 2020-07-10 13:29:57.991 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5acd6d78_l8J28bXa' has been deleted. 2020-07-10 13:29:57.992 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bc303a10-6310-409e-87bd-0be425efb471' of option 'instance_type' from Tempest config file. 2020-07-10 13:29:57.993 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bc303a10-6310-409e-87bd-0be425efb471' has been removed. 2020-07-10 13:29:57.998 34 INFO rally.task.context [-] Verification 52da1f58-948a-4719-a77e-11b69fe9bd2a | Context tempest@default cleanup() finished in 0.45 sec 2020-07-10 13:29:58.038 34 INFO rally.api [-] Verification (UUID=5acd6d78-886c-4e01-9b2a-6621bce93085) has been successfully finished for deployment 'opnfv-rally' (UUID=0822ff86-6135-467d-b6e0-0c6c8688faf0)! 2020-07-10 13:29:59.940 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:29:59.941 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:29:59.941 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:30:01.525 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:30:01.525 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:30:01.526 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:30:03.962 51 INFO rally.api [-] Building 'html' report for the following verification(s): '5acd6d78-886c-4e01-9b2a-6621bce93085' 2020-07-10 13:30:03.981 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 13:30:05.694 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:30:05.695 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:30:05.695 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:30:08.279 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5acd6d78-886c-4e01-9b2a-6621bce93085' 2020-07-10 13:30:08.281 53 INFO rally.api [-] The report has been successfully built.