2021-06-01 18:10:47.492 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:47.492 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:47.492 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:10:49.909 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-06-01 18:10:49.909 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:10:49.909 8 ERROR rally.cli.cliutils 2021-06-01 18:10:51.702 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:51.702 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:51.703 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:10:56.208 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:56.208 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:56.208 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:00.614 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:00.614 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:00.615 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:02.166 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:02.166 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:02.167 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:04.565 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-06-01 18:11:04.565 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:11:04.565 18 ERROR rally.cli.cliutils 2021-06-01 18:11:06.167 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:06.167 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:06.167 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:08.648 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:11:08.717 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/repo. 2021-06-01 18:11:08.979 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 18:11:08.995 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:11:09.004 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:11:09.024 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:11:09.081 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:11:09.832 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb) has been successfully created! 2021-06-01 18:11:11.613 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:11.614 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:11.614 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:16.190 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:16.190 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:16.190 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:18.431 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb) for deployment 'opnfv-rally' (UUID=5ea9cf5e-efed-47ff-9523-791fbea69264). 2021-06-01 18:11:18.952 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb) has been successfully configured for deployment 'opnfv-rally' (UUID=5ea9cf5e-efed-47ff-9523-791fbea69264)! 2021-06-01 18:11:27.405 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:11:27.406 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:11:27.406 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:11:29.761 36 INFO rally.api [-] Starting verification (UUID=183763c9-f335-4aa7-b918-c08bd38721a0) for deployment 'opnfv-rally' (UUID=5ea9cf5e-efed-47ff-9523-791fbea69264) by verifier 'opnfv-tempest' (UUID=4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb). 2021-06-01 18:11:30.452 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:11:30.452 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/for-deployment-5ea9cf5e-efed-47ff-9523-791fbea69264/tempest.log' to option 'log_file'. 2021-06-01 18:11:30.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/for-deployment-5ea9cf5e-efed-47ff-9523-791fbea69264/tempest.log 2021-06-01 18:11:30.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:11:30.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/for-deployment-5ea9cf5e-efed-47ff-9523-791fbea69264/lock_files' to option 'lock_path'. 2021-06-01 18:11:30.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb/for-deployment-5ea9cf5e-efed-47ff-9523-791fbea69264/lock_files 2021-06-01 18:11:30.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:11:30.454 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-06-01 18:11:30.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 85705544-f7ee-487c-98da-7facc6294760 2021-06-01 18:11:30.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 278325c0-5f6d-475c-abee-57e8e203b02f 2021-06-01 18:11:30.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b93a7983-d82e-42a1-bf8c-db78b223b060 2021-06-01 18:11:30.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1f616aef-1962-40d2-a2b7-e6b0c1bca5df 2021-06-01 18:11:30.661 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:11:30.662 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_35911e79-3df6-43c0-932c-ca26e9e91052 2021-06-01 18:11:30.663 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:11:30.739 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:11:30.773 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_778bfda2_YUOHdcCU'. Using flavor 'rally_verify_778bfda2_YUOHdcCU' (ID = 3e49fe50-473b-4efa-bc2d-1b4bdf029998) for the tests. 2021-06-01 18:11:30.774 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3e49fe50-473b-4efa-bc2d-1b4bdf029998' to option 'instance_type'. 2021-06-01 18:11:30.774 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3e49fe50-473b-4efa-bc2d-1b4bdf029998 2021-06-01 18:11:30.775 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context tempest@default setup() finished in 0.78 sec 2021-06-01 18:11:30.776 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context testr@default setup() finished in 0.36 msec 2021-06-01 18:11:30.776 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7ca0f867-9d58-4a2b-b881-a64a40661b55'. 2021-06-01 18:11:35.346 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-06-01 18:11:40.567 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.227s] 2021-06-01 18:11:42.363 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.089s] 2021-06-01 18:11:45.846 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.280s] 2021-06-01 18:11:49.543 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.468s] 2021-06-01 18:12:01.852 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.308s] 2021-06-01 18:12:09.803 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.053s] 2021-06-01 18:12:12.576 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.771s] 2021-06-01 18:12:17.520 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context testr@default cleanup() started 2021-06-01 18:12:17.521 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context testr@default cleanup() finished in 0.84 msec 2021-06-01 18:12:17.521 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context tempest@default cleanup() started 2021-06-01 18:12:17.688 36 INFO rally.task.context [-] Verification 4d0a1ce7-2c8b-4c71-82e9-aa1384c0c3cb | Context tempest@default cleanup() finished in 0.17 sec 2021-06-01 18:12:17.706 36 INFO rally.api [-] Verification (UUID=183763c9-f335-4aa7-b918-c08bd38721a0) has been successfully finished for deployment 'opnfv-rally' (UUID=5ea9cf5e-efed-47ff-9523-791fbea69264)! 2021-06-01 18:12:19.451 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:12:19.452 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:12:19.452 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:12:20.991 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:12:20.991 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:12:20.991 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:12:23.330 53 INFO rally.api [-] Building 'html' report for the following verification(s): '183763c9-f335-4aa7-b918-c08bd38721a0' 2021-06-01 18:12:23.351 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:12:25.019 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:12:25.019 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:12:25.020 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:12:27.278 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '183763c9-f335-4aa7-b918-c08bd38721a0' 2021-06-01 18:12:27.280 55 INFO rally.api [-] The report has been successfully built.