2021-08-16 20:04:39.377 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:39.378 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:39.378 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:41.790 8 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-08-16 20:04:41.790 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:04:41.790 8 ERROR rally.cli.cliutils 2021-08-16 20:04:43.372 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:43.373 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:43.373 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:47.458 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:47.458 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:47.458 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:52.147 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:52.147 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:52.147 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:53.594 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:53.594 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:53.594 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:55.994 18 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-08-16 20:04:55.994 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:04:55.994 18 ERROR rally.cli.cliutils 2021-08-16 20:04:57.677 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:57.678 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:57.678 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:00.256 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:05:00.302 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/repo. 2021-08-16 20:05:00.619 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 20:05:00.634 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:05:00.641 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:05:00.652 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:05:00.714 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:05:01.508 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9da891b-2f37-47b7-b805-1f29f4f50491) has been successfully created! 2021-08-16 20:05:03.137 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:03.137 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:03.137 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:07.879 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:07.879 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:07.879 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:10.207 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d9da891b-2f37-47b7-b805-1f29f4f50491) for deployment 'opnfv-rally' (UUID=7fc8a8db-4319-4583-8916-cb176424866f). 2021-08-16 20:05:10.653 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9da891b-2f37-47b7-b805-1f29f4f50491) has been successfully configured for deployment 'opnfv-rally' (UUID=7fc8a8db-4319-4583-8916-cb176424866f)! 2021-08-16 20:05:20.043 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:20.044 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:20.044 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:22.357 38 INFO rally.api [-] Starting verification (UUID=97e00087-8870-421d-bb59-07e14276396c) for deployment 'opnfv-rally' (UUID=7fc8a8db-4319-4583-8916-cb176424866f) by verifier 'opnfv-tempest' (UUID=d9da891b-2f37-47b7-b805-1f29f4f50491). 2021-08-16 20:05:22.965 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:05:22.966 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f/tempest.log' to option 'log_file'. 2021-08-16 20:05:22.966 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f/tempest.log 2021-08-16 20:05:22.966 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:05:22.967 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f/lock_files' to option 'lock_path'. 2021-08-16 20:05:22.967 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f/lock_files 2021-08-16 20:05:22.967 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:05:22.967 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f' to option 'img_dir'. 2021-08-16 20:05:22.968 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-d9da891b-2f37-47b7-b805-1f29f4f50491/for-deployment-7fc8a8db-4319-4583-8916-cb176424866f 2021-08-16 20:05:22.968 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:05:22.968 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 81d79c7e-b4c4-47bc-9ca1-933db8d41e91 2021-08-16 20:05:22.968 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 488283ba-f591-4e8a-ba2a-9f6c63607068 2021-08-16 20:05:22.969 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f423f2b1-8026-420e-95f7-4e93903ace9d 2021-08-16 20:05:22.970 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = edbb9a03-02c4-4055-8c35-f9d4e692f843 2021-08-16 20:05:23.201 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:05:23.202 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_6181e489-7627-4643-bcfa-2c34563ed901 2021-08-16 20:05:23.203 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:05:23.296 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:05:23.329 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 20:05:23.329 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_97e00087_L0fv9a7U' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 20:05:23.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_97e00087_L0fv9a7U' (ID = d2f9cad9-5b1f-470c-9dee-7b3d86df16c7) has been successfully created! 2021-08-16 20:05:23.361 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd2f9cad9-5b1f-470c-9dee-7b3d86df16c7' to option 'instance_type'. 2021-08-16 20:05:23.361 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d2f9cad9-5b1f-470c-9dee-7b3d86df16c7 2021-08-16 20:05:23.363 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context tempest@default setup() finished in 0.84 sec 2021-08-16 20:05:23.364 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context testr@default setup() finished in 0.43 msec 2021-08-16 20:05:23.364 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e763ae3b-3cfb-42a6-8a19-a083f3093ae5'. 2021-08-16 20:05:30.280 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.071s] 2021-08-16 20:05:33.041 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.760s] 2021-08-16 20:05:33.974 38 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [4.474s] 2021-08-16 20:05:34.941 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [5.886s] 2021-08-16 20:05:43.672 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.535s] 2021-08-16 20:05:46.927 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.290s] 2021-08-16 20:05:50.948 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.022s] 2021-08-16 20:06:02.495 38 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.819s] 2021-08-16 20:06:16.917 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [14.423s] 2021-08-16 20:07:31.459 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity ... success [108.670s] 2021-08-16 20:07:36.016 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context testr@default cleanup() started 2021-08-16 20:07:36.017 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context testr@default cleanup() finished in 0.65 msec 2021-08-16 20:07:36.017 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context tempest@default cleanup() started 2021-08-16 20:07:36.179 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_97e00087_L0fv9a7U'. 2021-08-16 20:07:36.350 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_97e00087_L0fv9a7U' has been deleted. 2021-08-16 20:07:36.351 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd2f9cad9-5b1f-470c-9dee-7b3d86df16c7' of option 'instance_type' from Tempest config file. 2021-08-16 20:07:36.351 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd2f9cad9-5b1f-470c-9dee-7b3d86df16c7' has been removed. 2021-08-16 20:07:36.353 38 INFO rally.task.context [-] Verification d9da891b-2f37-47b7-b805-1f29f4f50491 | Context tempest@default cleanup() finished in 0.34 sec 2021-08-16 20:07:36.367 38 INFO rally.api [-] Verification (UUID=97e00087-8870-421d-bb59-07e14276396c) has been successfully finished for deployment 'opnfv-rally' (UUID=7fc8a8db-4319-4583-8916-cb176424866f)! 2021-08-16 20:07:38.371 102 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:07:38.371 102 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:07:38.371 102 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:07:40.060 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:07:40.060 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:07:40.060 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:07:42.804 104 INFO rally.api [-] Building 'html' report for the following verification(s): '97e00087-8870-421d-bb59-07e14276396c' 2021-08-16 20:07:42.833 104 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:07:44.625 106 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:07:44.625 106 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:07:44.626 106 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:07:47.080 106 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '97e00087-8870-421d-bb59-07e14276396c' 2021-08-16 20:07:47.082 106 INFO rally.api [-] The report has been successfully built.