2020-12-14 00:11:27.000 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:11:27.006 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:11:27.008 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:11:52.275 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 00:11:52.275 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:11:52.275 10 ERROR rally.cli.cliutils 2020-12-14 00:12:06.733 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:12:06.739 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:12:06.740 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:12:51.262 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:12:51.268 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:12:51.270 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:13:38.911 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:13:38.916 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:13:38.918 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:13:52.081 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:13:52.086 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:13:52.087 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:14:16.484 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 00:14:16.484 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:14:16.484 61 ERROR rally.cli.cliutils 2020-12-14 00:14:30.150 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:14:30.156 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:14:30.157 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:14:54.801 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:14:55.283 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/repo. 2020-12-14 00:14:55.974 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/repo'... done. ' 2020-12-14 00:14:56.059 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:14:56.117 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:14:56.809 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:15:04.194 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c28595c-a281-432e-824e-311ab4855b3d) has been successfully created! 2020-12-14 00:15:18.335 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:15:18.340 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:15:18.342 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:16:00.264 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:16:00.270 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:16:00.271 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:16:26.926 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4c28595c-a281-432e-824e-311ab4855b3d) for deployment 'opnfv-rally' (UUID=39519ee6-9e33-4bbb-aa20-6f3b4d67a410). 2020-12-14 00:16:28.577 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c28595c-a281-432e-824e-311ab4855b3d) has been successfully configured for deployment 'opnfv-rally' (UUID=39519ee6-9e33-4bbb-aa20-6f3b4d67a410)! 2020-12-14 00:17:53.410 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:17:53.471 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:17:53.472 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:18:20.063 161 INFO rally.api [-] Starting verification (UUID=3cfb0318-eeb5-404c-9164-a13206d7c5a7) for deployment 'opnfv-rally' (UUID=39519ee6-9e33-4bbb-aa20-6f3b4d67a410) by verifier 'opnfv-tempest' (UUID=4c28595c-a281-432e-824e-311ab4855b3d). 2020-12-14 00:18:24.354 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:18:24.356 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/for-deployment-39519ee6-9e33-4bbb-aa20-6f3b4d67a410/tempest.log' to option 'log_file'. 2020-12-14 00:18:24.357 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/for-deployment-39519ee6-9e33-4bbb-aa20-6f3b4d67a410/tempest.log 2020-12-14 00:18:24.359 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:18:24.360 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/for-deployment-39519ee6-9e33-4bbb-aa20-6f3b4d67a410/lock_files' to option 'lock_path'. 2020-12-14 00:18:24.361 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4c28595c-a281-432e-824e-311ab4855b3d/for-deployment-39519ee6-9e33-4bbb-aa20-6f3b4d67a410/lock_files 2020-12-14 00:18:24.363 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 00:18:24.364 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 00:18:24.365 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 64a2d779-d628-429c-be68-57d55ea1bda4 2020-12-14 00:18:24.367 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7a20f531-03d6-4577-ae34-904cc32b59bc 2020-12-14 00:18:24.369 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 65d5f316-8a11-4cdd-ba18-478343a26329 2020-12-14 00:18:24.372 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3362217d-2b7b-49ba-950e-0dec0cc1af10 2020-12-14 00:18:24.851 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:18:24.853 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_89fa4d25-dfeb-4a59-8c2b-3afa32eaf180 2020-12-14 00:18:24.857 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:18:25.625 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 00:18:25.685 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_61eb6373_BJ0UEhO6'. Using flavor 'rally_verify_61eb6373_BJ0UEhO6' (ID = 2d78d30b-8210-414e-bed1-d944ad6c0f47) for the tests. 2020-12-14 00:18:25.686 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2d78d30b-8210-414e-bed1-d944ad6c0f47' to option 'instance_type'. 2020-12-14 00:18:25.687 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2d78d30b-8210-414e-bed1-d944ad6c0f47 2020-12-14 00:18:25.696 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context tempest@default setup() finished in 4.66 sec 2020-12-14 00:18:25.698 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context testr@default setup() finished in 0.88 msec 2020-12-14 00:18:25.699 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c18866fc-4a10-4004-8f29-94a38ab81b7d'. 2020-12-14 00:19:12.575 161 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-12-14 00:19:19.145 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [5.275s] 2020-12-14 00:19:22.178 161 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [9.000s] 2020-12-14 00:19:22.595 161 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [8.147s] 2020-12-14 00:19:24.199 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.050s] 2020-12-14 00:19:29.200 161 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.163s] 2020-12-14 00:19:34.587 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.184s] 2020-12-14 00:19:38.090 161 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.489s] 2020-12-14 00:19:48.894 161 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [19.674s] 2020-12-14 00:20:01.558 161 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.670s] 2020-12-14 00:20:10.408 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context testr@default cleanup() started 2020-12-14 00:20:10.412 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context testr@default cleanup() finished in 4.10 msec 2020-12-14 00:20:10.415 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context tempest@default cleanup() started 2020-12-14 00:20:10.816 161 INFO rally.task.context [-] Verification 4c28595c-a281-432e-824e-311ab4855b3d | Context tempest@default cleanup() finished in 0.40 sec 2020-12-14 00:20:10.894 161 INFO rally.api [-] Verification (UUID=3cfb0318-eeb5-404c-9164-a13206d7c5a7) has been successfully finished for deployment 'opnfv-rally' (UUID=39519ee6-9e33-4bbb-aa20-6f3b4d67a410)! 2020-12-14 00:20:26.812 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:20:26.818 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:20:26.820 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:20:42.548 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:20:42.554 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:20:42.555 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:21:10.399 224 INFO rally.api [-] Building 'html' report for the following verification(s): '3cfb0318-eeb5-404c-9164-a13206d7c5a7' 2020-12-14 00:21:10.663 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:21:26.404 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:21:26.410 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:21:26.412 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:21:54.905 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3cfb0318-eeb5-404c-9164-a13206d7c5a7' 2020-12-14 00:21:54.950 237 INFO rally.api [-] The report has been successfully built.