2022-04-19 07:57:18.661 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:18.662 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:18.662 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 07:57:20.903 7 ERROR rally.cli.cliutils 2022-04-19 07:57:22.470 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:22.470 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:22.470 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:26.392 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:26.392 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:26.392 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:30.473 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:30.473 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:30.473 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:31.911 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:31.911 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:31.911 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils force=force) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 07:57:34.063 16 ERROR rally.cli.cliutils 2022-04-19 07:57:35.633 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:35.633 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:35.634 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:37.726 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 07:57:37.817 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/repo. 2022-04-19 07:57:38.195 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-04-19 07:57:38.210 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 07:57:38.219 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 07:57:38.254 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 07:57:38.312 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 07:57:38.970 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86eebc80-19b6-4e70-a027-432449e606cf) has been successfully created! 2022-04-19 07:57:40.516 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:40.516 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:40.517 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:44.585 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:44.585 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:44.585 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:46.679 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=86eebc80-19b6-4e70-a027-432449e606cf) for deployment 'opnfv-rally' (UUID=eddf398c-ed29-4ec2-8269-732adfbb7005). 2022-04-19 07:57:47.028 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86eebc80-19b6-4e70-a027-432449e606cf) has been successfully configured for deployment 'opnfv-rally' (UUID=eddf398c-ed29-4ec2-8269-732adfbb7005)! 2022-04-19 07:57:54.597 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:54.597 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:54.597 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:56.772 33 INFO rally.api [-] Starting verification (UUID=90829124-e08b-42e9-a379-ee26f74ad207) for deployment 'opnfv-rally' (UUID=eddf398c-ed29-4ec2-8269-732adfbb7005) by verifier 'opnfv-tempest' (UUID=86eebc80-19b6-4e70-a027-432449e606cf). 2022-04-19 07:57:57.650 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 07:57:57.651 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/for-deployment-eddf398c-ed29-4ec2-8269-732adfbb7005/tempest.log' to option 'log_file'. 2022-04-19 07:57:57.651 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/for-deployment-eddf398c-ed29-4ec2-8269-732adfbb7005/tempest.log 2022-04-19 07:57:57.652 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 07:57:57.652 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/for-deployment-eddf398c-ed29-4ec2-8269-732adfbb7005/lock_files' to option 'lock_path'. 2022-04-19 07:57:57.652 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-86eebc80-19b6-4e70-a027-432449e606cf/for-deployment-eddf398c-ed29-4ec2-8269-732adfbb7005/lock_files 2022-04-19 07:57:57.653 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 07:57:57.653 33 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 2022-04-19 07:57:57.653 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4ab52f36-27ac-4081-8330-4c77e9daef52 2022-04-19 07:57:57.654 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 92edbc0e-5efb-46da-850f-aa13ebc2ac5f 2022-04-19 07:57:57.654 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d8ff2028-40a0-483f-a87d-0cf70e562286 2022-04-19 07:57:57.655 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 86f79c68-a110-4006-a3c3-35dc3a2ad4af 2022-04-19 07:57:58.043 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 07:57:58.044 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_e460696b-4be4-4387-b574-343123626925 2022-04-19 07:57:58.045 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 07:57:58.134 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 07:57:58.171 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_3114ecf7_KaOOxtJZ'. Using flavor 'rally_verify_3114ecf7_KaOOxtJZ' (ID = 73801ace-4d78-4b1c-8492-a8ad69ba6611) for the tests. 2022-04-19 07:57:58.171 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '73801ace-4d78-4b1c-8492-a8ad69ba6611' to option 'instance_type'. 2022-04-19 07:57:58.172 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 73801ace-4d78-4b1c-8492-a8ad69ba6611 2022-04-19 07:57:58.173 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context tempest@default setup() finished in 1.21 sec 2022-04-19 07:57:58.173 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context testr@default setup() finished in 0.33 msec 2022-04-19 07:57:58.173 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e5ebb966-5489-442e-8687-3d3bde1d3b7d'. 2022-04-19 07:58:02.677 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2022-04-19 07:58:05.355 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.073s] 2022-04-19 07:58:09.348 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.990s] 2022-04-19 07:58:09.887 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.512s] 2022-04-19 07:58:19.075 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.722s] 2022-04-19 07:58:31.676 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.602s] 2022-04-19 07:58:51.957 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [14.070s] 2022-04-19 07:58:56.165 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.209s] 2022-04-19 07:59:03.158 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context testr@default cleanup() started 2022-04-19 07:59:03.158 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context testr@default cleanup() finished in 0.75 msec 2022-04-19 07:59:03.159 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context tempest@default cleanup() started 2022-04-19 07:59:03.334 33 INFO rally.task.context [-] Verification 86eebc80-19b6-4e70-a027-432449e606cf | Context tempest@default cleanup() finished in 0.18 sec 2022-04-19 07:59:03.358 33 INFO rally.api [-] Verification (UUID=90829124-e08b-42e9-a379-ee26f74ad207) has been successfully finished for deployment 'opnfv-rally' (UUID=eddf398c-ed29-4ec2-8269-732adfbb7005)! 2022-04-19 07:59:05.034 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:59:05.034 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:59:05.034 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:59:06.601 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:59:06.602 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:59:06.602 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:59:08.974 45 INFO rally.api [-] Building 'html' report for the following verification(s): '90829124-e08b-42e9-a379-ee26f74ad207' 2022-04-19 07:59:09.000 45 INFO rally.api [-] The report has been successfully built. 2022-04-19 07:59:10.569 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:59:10.570 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:59:10.570 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:59:12.987 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '90829124-e08b-42e9-a379-ee26f74ad207' 2022-04-19 07:59:12.990 47 INFO rally.api [-] The report has been successfully built.