2021-08-16 18:34:17.650 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:17.650 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:17.650 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:20.150 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 18:34:20.150 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:34:20.150 8 ERROR rally.cli.cliutils 2021-08-16 18:34:21.704 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:21.704 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:21.704 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:26.061 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:26.061 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:26.061 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:30.760 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:30.761 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:30.761 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:32.182 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:32.182 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:32.182 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:34.574 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 18:34:34.574 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:34:34.574 18 ERROR rally.cli.cliutils 2021-08-16 18:34:36.156 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:36.156 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:36.157 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:38.670 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:34:38.710 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/repo. 2021-08-16 18:34:39.020 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/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 18:34:39.036 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:34:39.043 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:34:39.051 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:34:39.113 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:34:39.919 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f9b51ddf-80ef-434e-96ba-f6b101a1aed1) has been successfully created! 2021-08-16 18:34:41.545 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:41.545 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:41.546 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:46.479 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:46.479 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:46.480 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:34:49.077 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f9b51ddf-80ef-434e-96ba-f6b101a1aed1) for deployment 'opnfv-rally' (UUID=b46ad812-70e5-417e-94e7-101c0cc135b5). 2021-08-16 18:34:49.491 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f9b51ddf-80ef-434e-96ba-f6b101a1aed1) has been successfully configured for deployment 'opnfv-rally' (UUID=b46ad812-70e5-417e-94e7-101c0cc135b5)! 2021-08-16 18:34:58.414 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:34:58.415 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:34:58.415 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:35:00.983 38 INFO rally.api [-] Starting verification (UUID=cd1d19a8-916f-4cb2-9f92-9d6e28e86e65) for deployment 'opnfv-rally' (UUID=b46ad812-70e5-417e-94e7-101c0cc135b5) by verifier 'opnfv-tempest' (UUID=f9b51ddf-80ef-434e-96ba-f6b101a1aed1). 2021-08-16 18:35:01.544 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:35:01.545 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5/tempest.log' to option 'log_file'. 2021-08-16 18:35:01.545 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5/tempest.log 2021-08-16 18:35:01.546 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:35:01.546 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5/lock_files' to option 'lock_path'. 2021-08-16 18:35:01.546 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5/lock_files 2021-08-16 18:35:01.547 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:35:01.547 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5' to option 'img_dir'. 2021-08-16 18:35:01.547 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-f9b51ddf-80ef-434e-96ba-f6b101a1aed1/for-deployment-b46ad812-70e5-417e-94e7-101c0cc135b5 2021-08-16 18:35:01.548 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 18:35:01.548 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 09ea35b4-7141-45bd-98a4-ab061f003c2b 2021-08-16 18:35:01.549 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = deec080f-f933-4df2-a53a-81806cd2b002 2021-08-16 18:35:01.549 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dbe88958-f277-46ba-b439-907751551f66 2021-08-16 18:35:01.549 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fbd8ff1e-d365-4471-9ad7-ea3a382f8dff 2021-08-16 18:35:01.868 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:35:01.868 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_fd1120e1-8df7-49b5-8639-4d6a8cb12883 2021-08-16 18:35:01.869 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:35:01.968 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 18:35:02.001 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9b258b11_DsBU7VtP'. Using flavor 'rally_verify_9b258b11_DsBU7VtP' (ID = ff0d3472-ed93-4266-977a-74b1058672f3) for the tests. 2021-08-16 18:35:02.001 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ff0d3472-ed93-4266-977a-74b1058672f3' to option 'instance_type'. 2021-08-16 18:35:02.002 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ff0d3472-ed93-4266-977a-74b1058672f3 2021-08-16 18:35:02.003 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context tempest@default setup() finished in 0.84 sec 2021-08-16 18:35:02.004 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context testr@default setup() finished in 0.34 msec 2021-08-16 18:35:02.004 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a11079ac-71ed-4bb2-ba42-7d1ebde91195'. 2021-08-16 18:35:07.051 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-08-16 18:35:07.053 38 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-08-16 18:35:11.859 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.161s] 2021-08-16 18:35:13.162 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.739s] 2021-08-16 18:35:13.716 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.022s] 2021-08-16 18:35:15.850 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [3.989s] 2021-08-16 18:35:23.863 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.076s] 2021-08-16 18:35:26.678 38 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.812s] 2021-08-16 18:35:35.776 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.621s] 2021-08-16 18:35:55.540 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [19.762s] 2021-08-16 18:36:09.983 38 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [14.443s] 2021-08-16 18:37:15.031 38 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity ... success [112.731s] 2021-08-16 18:37:20.499 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context testr@default cleanup() started 2021-08-16 18:37:20.500 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context testr@default cleanup() finished in 0.63 msec 2021-08-16 18:37:20.500 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context tempest@default cleanup() started 2021-08-16 18:37:20.648 38 INFO rally.task.context [-] Verification f9b51ddf-80ef-434e-96ba-f6b101a1aed1 | Context tempest@default cleanup() finished in 0.15 sec 2021-08-16 18:37:20.659 38 INFO rally.api [-] Verification (UUID=cd1d19a8-916f-4cb2-9f92-9d6e28e86e65) has been successfully finished for deployment 'opnfv-rally' (UUID=b46ad812-70e5-417e-94e7-101c0cc135b5)! 2021-08-16 18:37:22.522 102 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:37:22.522 102 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:37:22.522 102 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:37:24.317 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:37:24.317 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:37:24.317 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:37:27.012 104 INFO rally.api [-] Building 'html' report for the following verification(s): 'cd1d19a8-916f-4cb2-9f92-9d6e28e86e65' 2021-08-16 18:37:27.033 104 INFO rally.api [-] The report has been successfully built. 2021-08-16 18:37:28.858 106 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:37:28.858 106 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:37:28.858 106 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:37:31.831 106 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cd1d19a8-916f-4cb2-9f92-9d6e28e86e65' 2021-08-16 18:37:31.834 106 INFO rally.api [-] The report has been successfully built.