2021-08-17 09:55:56.320 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:56.320 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:56.320 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:58.670 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-17 09:55:58.670 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:55:58.670 8 ERROR rally.cli.cliutils 2021-08-17 09:56:00.276 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:00.277 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:00.277 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:04.389 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:04.390 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:04.390 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:09.035 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:09.036 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:09.036 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:10.420 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:10.421 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:10.421 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:12.610 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-17 09:56:12.610 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:56:12.610 18 ERROR rally.cli.cliutils 2021-08-17 09:56:14.113 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:14.113 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:14.114 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:16.616 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:56:16.656 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/repo. 2021-08-17 09:56:16.974 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-17 09:56:17.019 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:56:17.028 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:56:17.038 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:56:17.098 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:56:17.827 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b8744893-f77c-41e0-a577-fc3ff8c034af) has been successfully created! 2021-08-17 09:56:19.312 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:19.313 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:19.313 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:23.894 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:23.894 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:23.894 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:26.233 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b8744893-f77c-41e0-a577-fc3ff8c034af) for deployment 'opnfv-rally' (UUID=8903e15e-284e-41bd-a936-6bc0c0939d94). 2021-08-17 09:56:26.558 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b8744893-f77c-41e0-a577-fc3ff8c034af) has been successfully configured for deployment 'opnfv-rally' (UUID=8903e15e-284e-41bd-a936-6bc0c0939d94)! 2021-08-17 09:56:34.787 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:34.787 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:34.788 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:37.149 36 INFO rally.api [-] Starting verification (UUID=eddb8891-c18d-4d48-aaa9-da46342ae95b) for deployment 'opnfv-rally' (UUID=8903e15e-284e-41bd-a936-6bc0c0939d94) by verifier 'opnfv-tempest' (UUID=b8744893-f77c-41e0-a577-fc3ff8c034af). 2021-08-17 09:56:37.779 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:56:37.780 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/for-deployment-8903e15e-284e-41bd-a936-6bc0c0939d94/tempest.log' to option 'log_file'. 2021-08-17 09:56:37.781 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/for-deployment-8903e15e-284e-41bd-a936-6bc0c0939d94/tempest.log 2021-08-17 09:56:37.781 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:56:37.781 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/for-deployment-8903e15e-284e-41bd-a936-6bc0c0939d94/lock_files' to option 'lock_path'. 2021-08-17 09:56:37.782 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b8744893-f77c-41e0-a577-fc3ff8c034af/for-deployment-8903e15e-284e-41bd-a936-6bc0c0939d94/lock_files 2021-08-17 09:56:37.782 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:56:37.782 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-08-17 09:56:37.783 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 653f9e30-54f8-47bb-9e64-aebbc920e183 2021-08-17 09:56:37.783 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ff0d7480-4e74-413a-ad19-dd8c39662732 2021-08-17 09:56:37.784 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 44e586c7-9e3f-44b8-b074-e184d0cf0beb 2021-08-17 09:56:37.784 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2ac38f3d-7c1d-437a-9b33-e84ba4591440 2021-08-17 09:56:38.012 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:56:38.013 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_d2695093-b903-480e-97fc-4a91e4659dfb 2021-08-17 09:56:38.013 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:56:38.088 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:56:38.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:56:38.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:56:38.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:56:38.127 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context tempest@default setup() finished in 0.84 sec 2021-08-17 09:56:38.128 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context testr@default setup() finished in 0.91 msec 2021-08-17 09:56:38.129 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/48372f6d-323b-4a05-9d05-13856669dcc1'. 2021-08-17 09:56:43.164 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-08-17 09:56:48.619 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.291s] 2021-08-17 09:56:49.730 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [4.654s] 2021-08-17 09:56:50.382 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [5.994s] 2021-08-17 09:56:52.662 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.042s] 2021-08-17 09:57:00.996 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.083s] 2021-08-17 09:57:03.891 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.892s] 2021-08-17 09:57:07.776 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.477s] 2021-08-17 09:57:26.556 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [18.776s] 2021-08-17 09:57:40.951 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [14.395s] 2021-08-17 09:57:48.960 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context testr@default cleanup() started 2021-08-17 09:57:48.961 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context testr@default cleanup() finished in 0.68 msec 2021-08-17 09:57:48.961 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context tempest@default cleanup() started 2021-08-17 09:57:49.165 36 INFO rally.task.context [-] Verification b8744893-f77c-41e0-a577-fc3ff8c034af | Context tempest@default cleanup() finished in 0.20 sec 2021-08-17 09:57:49.177 36 INFO rally.api [-] Verification (UUID=eddb8891-c18d-4d48-aaa9-da46342ae95b) has been successfully finished for deployment 'opnfv-rally' (UUID=8903e15e-284e-41bd-a936-6bc0c0939d94)! 2021-08-17 09:57:51.237 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:51.238 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:51.238 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:53.139 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:53.139 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:53.139 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:55.994 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'eddb8891-c18d-4d48-aaa9-da46342ae95b' 2021-08-17 09:57:56.016 53 INFO rally.api [-] The report has been successfully built. 2021-08-17 09:57:57.816 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:57.817 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:57.817 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:00.229 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eddb8891-c18d-4d48-aaa9-da46342ae95b' 2021-08-17 09:58:00.231 55 INFO rally.api [-] The report has been successfully built.