2020-06-06 09:39:37.966 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:37.966 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:37.966 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:40.118 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-06 09:39:40.118 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 09:39:40.118 7 ERROR rally.cli.cliutils 2020-06-06 09:39:41.639 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:41.640 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:41.640 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:45.463 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:45.463 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:45.463 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:50.028 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:50.029 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:50.029 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:51.409 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:51.409 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:51.410 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:53.402 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-06 09:39:53.402 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 09:39:53.402 17 ERROR rally.cli.cliutils 2020-06-06 09:39:54.972 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:54.973 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:54.973 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:39:56.983 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 09:39:57.050 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/repo. 2020-06-06 09:39:57.254 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/repo'... done. ' 2020-06-06 09:39:57.263 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 09:39:57.284 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 09:39:57.328 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 09:39:58.086 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a704f885-df96-4e27-b473-047adf26e2b8) has been successfully created! 2020-06-06 09:39:59.592 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:39:59.592 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:39:59.593 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:03.684 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:03.684 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:03.684 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:05.709 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a704f885-df96-4e27-b473-047adf26e2b8) for deployment 'opnfv-rally' (UUID=cfe6745a-dc02-43b2-802d-ffc86d600bcb). 2020-06-06 09:40:06.111 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a704f885-df96-4e27-b473-047adf26e2b8) has been successfully configured for deployment 'opnfv-rally' (UUID=cfe6745a-dc02-43b2-802d-ffc86d600bcb)! 2020-06-06 09:40:14.376 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:40:14.376 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:40:14.376 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:40:16.396 34 INFO rally.api [-] Starting verification (UUID=02ce3497-f4c7-4a55-8df8-b64ce006bc58) for deployment 'opnfv-rally' (UUID=cfe6745a-dc02-43b2-802d-ffc86d600bcb) by verifier 'opnfv-tempest' (UUID=a704f885-df96-4e27-b473-047adf26e2b8). 2020-06-06 09:40:16.984 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 09:40:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/for-deployment-cfe6745a-dc02-43b2-802d-ffc86d600bcb/tempest.log' to option 'log_file'. 2020-06-06 09:40:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/for-deployment-cfe6745a-dc02-43b2-802d-ffc86d600bcb/tempest.log 2020-06-06 09:40:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 09:40:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/for-deployment-cfe6745a-dc02-43b2-802d-ffc86d600bcb/lock_files' to option 'lock_path'. 2020-06-06 09:40:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a704f885-df96-4e27-b473-047adf26e2b8/for-deployment-cfe6745a-dc02-43b2-802d-ffc86d600bcb/lock_files 2020-06-06 09:40:16.986 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-06 09:40:16.986 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-06 09:40:16.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f700db7a-10f2-4048-978d-43ba04eb772f 2020-06-06 09:40:16.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 04214d56-7729-4982-8e4e-652055c2ff4b 2020-06-06 09:40:16.987 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ccb6fdb4-88ad-434f-ad96-b25f8dd79eef 2020-06-06 09:40:16.987 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 83605895-f5df-4acb-b65b-0b20ab725164 2020-06-06 09:40:17.202 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 09:40:17.203 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_87860b5c-c77d-4b20-bb06-a2d6844be78a 2020-06-06 09:40:17.203 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 09:40:17.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 09:40:17.319 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 09:40:17.319 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_02ce3497_9uty39un' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 09:40:17.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_02ce3497_9uty39un' (ID = 5823faf9-2e12-4176-9962-e00ab46d6df4) has been successfully created! 2020-06-06 09:40:17.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5823faf9-2e12-4176-9962-e00ab46d6df4' to option 'instance_type'. 2020-06-06 09:40:17.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5823faf9-2e12-4176-9962-e00ab46d6df4 2020-06-06 09:40:17.351 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context tempest@default setup() finished in 0.78 sec 2020-06-06 09:40:17.352 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context testr@default setup() finished in 0.18 msec 2020-06-06 09:40:17.352 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d42f2d29-e208-4703-bebe-a44131f11017'. 2020-06-06 09:40:24.149 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.303s] 2020-06-06 09:40:26.555 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [3.999s] 2020-06-06 09:40:27.020 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.869s] 2020-06-06 09:40:31.557 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.616s] 2020-06-06 09:40:31.736 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.180s] 2020-06-06 09:40:37.809 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.961s] 2020-06-06 09:40:56.696 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 [18.886s] 2020-06-06 09:41:09.176 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.479s] 2020-06-06 09:41:17.439 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context testr@default cleanup() started 2020-06-06 09:41:17.440 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context testr@default cleanup() finished in 0.73 msec 2020-06-06 09:41:17.441 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context tempest@default cleanup() started 2020-06-06 09:41:17.609 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_02ce3497_9uty39un'. 2020-06-06 09:41:17.775 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_02ce3497_9uty39un' has been deleted. 2020-06-06 09:41:17.776 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5823faf9-2e12-4176-9962-e00ab46d6df4' of option 'instance_type' from Tempest config file. 2020-06-06 09:41:17.776 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5823faf9-2e12-4176-9962-e00ab46d6df4' has been removed. 2020-06-06 09:41:17.782 34 INFO rally.task.context [-] Verification a704f885-df96-4e27-b473-047adf26e2b8 | Context tempest@default cleanup() finished in 0.34 sec 2020-06-06 09:41:17.810 34 INFO rally.api [-] Verification (UUID=02ce3497-f4c7-4a55-8df8-b64ce006bc58) has been successfully finished for deployment 'opnfv-rally' (UUID=cfe6745a-dc02-43b2-802d-ffc86d600bcb)! 2020-06-06 09:41:19.690 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:19.691 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:19.691 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:21.239 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:21.239 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:21.239 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:23.495 51 INFO rally.api [-] Building 'html' report for the following verification(s): '02ce3497-f4c7-4a55-8df8-b64ce006bc58' 2020-06-06 09:41:23.517 51 INFO rally.api [-] The report has been successfully built. 2020-06-06 09:41:25.170 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:25.170 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:25.170 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:27.246 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '02ce3497-f4c7-4a55-8df8-b64ce006bc58' 2020-06-06 09:41:27.248 53 INFO rally.api [-] The report has been successfully built.