2021-01-30 22:50:14.615 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:14.616 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:14.616 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:50:17.460 23 ERROR rally.cli.cliutils 2021-01-30 22:50:19.475 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:19.475 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:19.476 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:24.513 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:24.513 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:24.513 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:31.215 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:31.216 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:31.216 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:32.995 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:33.000 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:33.000 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:50:35.990 33 ERROR rally.cli.cliutils 2021-01-30 22:50:37.917 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:37.918 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:37.918 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:40.764 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 22:50:40.814 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/repo. 2021-01-30 22:50:41.150 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-01-30 22:50:41.196 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 22:50:41.207 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 22:50:41.228 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 22:50:41.320 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 22:50:42.260 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f06d6f18-162c-4b0f-b723-60604bddbd6b) has been successfully created! 2021-01-30 22:50:44.401 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:44.401 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:44.401 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:50.549 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:50:50.549 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:50:50.549 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:50:53.379 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f06d6f18-162c-4b0f-b723-60604bddbd6b) for deployment 'opnfv-rally' (UUID=703f87ee-818f-4500-8a19-2ac35134d426). 2021-01-30 22:50:54.220 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f06d6f18-162c-4b0f-b723-60604bddbd6b) has been successfully configured for deployment 'opnfv-rally' (UUID=703f87ee-818f-4500-8a19-2ac35134d426)! 2021-01-30 22:51:05.003 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:51:05.004 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:51:05.004 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:51:07.836 51 INFO rally.api [-] Starting verification (UUID=b5850c59-552e-452f-b709-2b64eb262548) for deployment 'opnfv-rally' (UUID=703f87ee-818f-4500-8a19-2ac35134d426) by verifier 'opnfv-tempest' (UUID=f06d6f18-162c-4b0f-b723-60604bddbd6b). 2021-01-30 22:51:08.847 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 22:51:08.911 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 22:51:08.912 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/for-deployment-703f87ee-818f-4500-8a19-2ac35134d426/tempest.log' to option 'log_file'. 2021-01-30 22:51:08.912 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/for-deployment-703f87ee-818f-4500-8a19-2ac35134d426/tempest.log 2021-01-30 22:51:08.913 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 22:51:08.913 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/for-deployment-703f87ee-818f-4500-8a19-2ac35134d426/lock_files' to option 'lock_path'. 2021-01-30 22:51:08.914 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f06d6f18-162c-4b0f-b723-60604bddbd6b/for-deployment-703f87ee-818f-4500-8a19-2ac35134d426/lock_files 2021-01-30 22:51:08.914 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 22:51:08.915 51 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 2021-01-30 22:51:08.916 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = df1d70c2-d52b-423d-828c-c1f99a858cf3 2021-01-30 22:51:08.916 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 66c35f56-84e4-45e7-830a-1bf439126237 2021-01-30 22:51:08.917 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e5b55723-b6af-4413-9576-c09c31f9e9d7 2021-01-30 22:51:08.918 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ebac4717-7abc-408d-94c9-9f885a4fe83e 2021-01-30 22:51:09.168 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 22:51:09.169 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_3284e829-5feb-490e-8593-4b7a5cc8ef56 2021-01-30 22:51:09.170 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 22:51:09.264 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 22:51:09.300 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 22:51:09.301 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b5850c59_HTtdqD9S' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 22:51:09.346 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b5850c59_HTtdqD9S' (ID = aa734a38-aeab-4750-b927-b4b51f5a8cf0) has been successfully created! 2021-01-30 22:51:09.346 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'aa734a38-aeab-4750-b927-b4b51f5a8cf0' to option 'instance_type'. 2021-01-30 22:51:09.347 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = aa734a38-aeab-4750-b927-b4b51f5a8cf0 2021-01-30 22:51:09.348 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context tempest@default setup() finished in 1.03 sec 2021-01-30 22:51:09.349 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context testr@default setup() finished in 0.44 msec 2021-01-30 22:51:09.349 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cf50d183-519c-41b3-877a-0dfff1d3a663'. 2021-01-30 22:51:19.883 51 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-01-30 22:51:26.462 51 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [3.103s] 2021-01-30 22:51:28.012 51 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [5.660s] 2021-01-30 22:51:29.896 51 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.027s] 2021-01-30 22:51:33.405 51 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.385s] 2021-01-30 22:51:39.119 51 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [17.088s] 2021-01-30 22:51:59.360 51 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [20.236s] 2021-01-30 22:52:13.125 51 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.756s] 2021-01-30 22:52:26.641 51 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.094s] 2021-01-30 22:52:29.649 51 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.005s] 2021-01-30 22:52:35.097 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context testr@default cleanup() started 2021-01-30 22:52:35.098 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context testr@default cleanup() finished in 0.89 msec 2021-01-30 22:52:35.099 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context tempest@default cleanup() started 2021-01-30 22:52:35.594 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 22:52:35.698 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 22:52:35.733 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b5850c59_HTtdqD9S'. 2021-01-30 22:52:35.972 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b5850c59_HTtdqD9S' has been deleted. 2021-01-30 22:52:35.973 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'aa734a38-aeab-4750-b927-b4b51f5a8cf0' of option 'instance_type' from Tempest config file. 2021-01-30 22:52:35.973 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'aa734a38-aeab-4750-b927-b4b51f5a8cf0' has been removed. 2021-01-30 22:52:35.976 51 INFO rally.task.context [-] Verification f06d6f18-162c-4b0f-b723-60604bddbd6b | Context tempest@default cleanup() finished in 0.88 sec 2021-01-30 22:52:36.001 51 INFO rally.api [-] Verification (UUID=b5850c59-552e-452f-b709-2b64eb262548) has been successfully finished for deployment 'opnfv-rally' (UUID=703f87ee-818f-4500-8a19-2ac35134d426)! 2021-01-30 22:52:38.229 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:52:38.229 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:52:38.229 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:52:40.224 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:52:40.224 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:52:40.225 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:52:43.040 68 INFO rally.api [-] Building 'html' report for the following verification(s): 'b5850c59-552e-452f-b709-2b64eb262548' 2021-01-30 22:52:43.058 68 INFO rally.api [-] The report has been successfully built. 2021-01-30 22:52:45.078 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:52:45.078 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:52:45.078 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:52:47.732 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b5850c59-552e-452f-b709-2b64eb262548' 2021-01-30 22:52:47.735 70 INFO rally.api [-] The report has been successfully built.