2021-09-22 17:25:10.098 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:10.098 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:10.098 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:12.446 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-09-22 17:25:12.446 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:25:12.446 8 ERROR rally.cli.cliutils 2021-09-22 17:25:13.943 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:13.944 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:13.944 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:18.083 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:18.084 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:18.084 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:22.489 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:22.489 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:22.489 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:23.912 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:23.912 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:23.912 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:26.140 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-09-22 17:25:26.140 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:25:26.140 18 ERROR rally.cli.cliutils 2021-09-22 17:25:27.677 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:27.677 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:27.678 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:29.867 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:25:29.905 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/repo. 2021-09-22 17:25:30.231 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 17:25:30.276 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:25:30.284 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:25:30.301 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:25:30.361 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:25:31.048 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70eb586c-a4f3-4b61-9107-f47a3b480a31) has been successfully created! 2021-09-22 17:25:32.674 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:32.674 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:32.674 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:37.582 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:37.583 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:37.583 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:39.879 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=70eb586c-a4f3-4b61-9107-f47a3b480a31) for deployment 'opnfv-rally' (UUID=e2031269-f3dc-4c05-8fc8-49df83ce92b7). 2021-09-22 17:25:40.316 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70eb586c-a4f3-4b61-9107-f47a3b480a31) has been successfully configured for deployment 'opnfv-rally' (UUID=e2031269-f3dc-4c05-8fc8-49df83ce92b7)! 2021-09-22 17:25:48.749 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:48.749 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:48.750 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:51.052 36 INFO rally.api [-] Starting verification (UUID=df9c341e-a03b-4611-bc84-1e9467188447) for deployment 'opnfv-rally' (UUID=e2031269-f3dc-4c05-8fc8-49df83ce92b7) by verifier 'opnfv-tempest' (UUID=70eb586c-a4f3-4b61-9107-f47a3b480a31). 2021-09-22 17:25:51.667 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:25:51.668 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/for-deployment-e2031269-f3dc-4c05-8fc8-49df83ce92b7/tempest.log' to option 'log_file'. 2021-09-22 17:25:51.669 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/for-deployment-e2031269-f3dc-4c05-8fc8-49df83ce92b7/tempest.log 2021-09-22 17:25:51.669 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:25:51.669 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/for-deployment-e2031269-f3dc-4c05-8fc8-49df83ce92b7/lock_files' to option 'lock_path'. 2021-09-22 17:25:51.670 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-70eb586c-a4f3-4b61-9107-f47a3b480a31/for-deployment-e2031269-f3dc-4c05-8fc8-49df83ce92b7/lock_files 2021-09-22 17:25:51.670 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:25:51.671 36 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-09-22 17:25:51.671 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dc50c215-0b32-4914-9f3f-613d4413d8e4 2021-09-22 17:25:51.671 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0aea508c-2041-436e-be28-c2ef8e3bbfec 2021-09-22 17:25:51.672 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = be2c7403-e66d-4ab4-aab9-1b0075358d36 2021-09-22 17:25:51.673 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4ee9ab17-1659-4276-bcd5-e784b7dcbe6f 2021-09-22 17:25:51.885 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:25:51.886 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_aee94a2a-66c7-470b-9dce-058425ad113c 2021-09-22 17:25:51.887 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:25:51.986 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:25:52.028 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6d6c41bb_aiIAFzPj'. Using flavor 'rally_verify_6d6c41bb_aiIAFzPj' (ID = 686ad7d2-a948-4b24-804f-7713366fe954) for the tests. 2021-09-22 17:25:52.028 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '686ad7d2-a948-4b24-804f-7713366fe954' to option 'instance_type'. 2021-09-22 17:25:52.029 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 686ad7d2-a948-4b24-804f-7713366fe954 2021-09-22 17:25:52.031 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context tempest@default setup() finished in 0.84 sec 2021-09-22 17:25:52.032 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context testr@default setup() finished in 0.96 msec 2021-09-22 17:25:52.033 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2f4afaff-4b80-4a77-b17a-e80fc3b2e6f6'. 2021-09-22 17:25:56.717 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-09-22 17:25:59.428 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.105s] 2021-09-22 17:26:01.251 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [3.387s] 2021-09-22 17:26:02.308 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.878s] 2021-09-22 17:26:03.771 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [5.817s] 2021-09-22 17:26:04.148 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.454s] 2021-09-22 17:26:06.439 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.186s] 2021-09-22 17:26:23.440 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.662s] 2021-09-22 17:26:40.278 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [16.836s] 2021-09-22 17:26:52.711 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.432s] 2021-09-22 17:27:00.025 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context testr@default cleanup() started 2021-09-22 17:27:00.026 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context testr@default cleanup() finished in 0.77 msec 2021-09-22 17:27:00.026 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context tempest@default cleanup() started 2021-09-22 17:27:00.180 36 INFO rally.task.context [-] Verification 70eb586c-a4f3-4b61-9107-f47a3b480a31 | Context tempest@default cleanup() finished in 0.15 sec 2021-09-22 17:27:00.197 36 INFO rally.api [-] Verification (UUID=df9c341e-a03b-4611-bc84-1e9467188447) has been successfully finished for deployment 'opnfv-rally' (UUID=e2031269-f3dc-4c05-8fc8-49df83ce92b7)! 2021-09-22 17:27:02.422 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:02.423 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:02.423 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:04.076 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:04.076 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:04.077 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:06.738 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'df9c341e-a03b-4611-bc84-1e9467188447' 2021-09-22 17:27:06.762 53 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:27:08.682 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:08.683 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:08.683 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:11.416 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'df9c341e-a03b-4611-bc84-1e9467188447' 2021-09-22 17:27:11.421 55 INFO rally.api [-] The report has been successfully built.