2021-02-13 19:50:39.737 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:39.737 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:39.737 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:41.889 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 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 19:50:41.889 7 ERROR rally.cli.cliutils 2021-02-13 19:50:43.494 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:43.494 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:43.494 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:47.271 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:47.271 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:47.271 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:51.757 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:51.758 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:51.758 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:53.222 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:53.223 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:53.223 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:55.252 17 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-02-13 19:50:55.252 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:50:55.252 17 ERROR rally.cli.cliutils 2021-02-13 19:50:56.800 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:56.801 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:56.801 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:58.754 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 19:50:58.818 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/repo. 2021-02-13 19:50:59.066 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 19:50:59.076 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 19:50:59.085 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 19:50:59.108 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 19:50:59.155 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 19:50:59.826 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488) has been successfully created! 2021-02-13 19:51:01.420 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:01.420 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:01.420 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:05.700 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:05.700 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:05.700 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:07.732 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488) for deployment 'opnfv-rally' (UUID=7867b414-509a-4ab3-bb3f-705c70fe22e9). 2021-02-13 19:51:08.170 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488) has been successfully configured for deployment 'opnfv-rally' (UUID=7867b414-509a-4ab3-bb3f-705c70fe22e9)! 2021-02-13 19:51:15.571 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:15.572 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:15.572 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:17.685 35 INFO rally.api [-] Starting verification (UUID=07ca0baa-fcda-4d66-82cf-8ef85f51e304) for deployment 'opnfv-rally' (UUID=7867b414-509a-4ab3-bb3f-705c70fe22e9) by verifier 'opnfv-tempest' (UUID=4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488). 2021-02-13 19:51:18.278 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 19:51:18.279 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/for-deployment-7867b414-509a-4ab3-bb3f-705c70fe22e9/tempest.log' to option 'log_file'. 2021-02-13 19:51:18.279 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/for-deployment-7867b414-509a-4ab3-bb3f-705c70fe22e9/tempest.log 2021-02-13 19:51:18.280 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 19:51:18.280 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/for-deployment-7867b414-509a-4ab3-bb3f-705c70fe22e9/lock_files' to option 'lock_path'. 2021-02-13 19:51:18.280 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488/for-deployment-7867b414-509a-4ab3-bb3f-705c70fe22e9/lock_files 2021-02-13 19:51:18.281 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 19:51:18.281 35 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-02-13 19:51:18.281 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6b81cb4b-5ab8-49a5-a0b7-fe5e6a81d2c1 2021-02-13 19:51:18.282 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7918b2e9-129f-4c89-b72f-db778322a950 2021-02-13 19:51:18.282 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 94f8783a-63a5-4eb9-b2e9-972ed6e43738 2021-02-13 19:51:18.283 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c5a8d83f-ef1e-4929-b343-43477a8e2fb3 2021-02-13 19:51:18.473 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 19:51:18.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_92c5f07c-f393-4b92-b614-ad21f2ea738d 2021-02-13 19:51:18.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 19:51:18.568 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 19:51:18.623 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_bc7131f9_CIGC7e6b'. Using flavor 'rally_verify_bc7131f9_CIGC7e6b' (ID = 47f23b76-d080-4713-9788-1fab1459e1e3) for the tests. 2021-02-13 19:51:18.624 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '47f23b76-d080-4713-9788-1fab1459e1e3' to option 'instance_type'. 2021-02-13 19:51:18.624 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 47f23b76-d080-4713-9788-1fab1459e1e3 2021-02-13 19:51:18.625 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context tempest@default setup() finished in 0.78 sec 2021-02-13 19:51:18.626 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context testr@default setup() finished in 0.31 msec 2021-02-13 19:51:18.627 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/30286856-f392-4fa3-b765-2fa32cc85289'. 2021-02-13 19:51:23.099 35 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-02-13 19:51:25.632 35 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.067s] 2021-02-13 19:51:28.085 35 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.238s] 2021-02-13 19:51:28.460 35 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.826s] 2021-02-13 19:51:30.854 35 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.147s] 2021-02-13 19:51:33.288 35 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.203s] 2021-02-13 19:51:37.226 35 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.471s] 2021-02-13 19:51:48.523 35 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [11.298s] 2021-02-13 19:51:56.558 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context testr@default cleanup() started 2021-02-13 19:51:56.559 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context testr@default cleanup() finished in 0.77 msec 2021-02-13 19:51:56.559 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context tempest@default cleanup() started 2021-02-13 19:51:56.732 35 INFO rally.task.context [-] Verification 4dc5dd1e-17ed-4314-8b6f-ffaa9b85f488 | Context tempest@default cleanup() finished in 0.17 sec 2021-02-13 19:51:56.758 35 INFO rally.api [-] Verification (UUID=07ca0baa-fcda-4d66-82cf-8ef85f51e304) has been successfully finished for deployment 'opnfv-rally' (UUID=7867b414-509a-4ab3-bb3f-705c70fe22e9)! 2021-02-13 19:51:58.506 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:58.507 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:58.507 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:59.992 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:59.992 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:59.993 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:02.408 52 INFO rally.api [-] Building 'html' report for the following verification(s): '07ca0baa-fcda-4d66-82cf-8ef85f51e304' 2021-02-13 19:52:02.429 52 INFO rally.api [-] The report has been successfully built. 2021-02-13 19:52:04.312 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:04.313 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:04.313 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:06.690 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '07ca0baa-fcda-4d66-82cf-8ef85f51e304' 2021-02-13 19:52:06.693 54 INFO rally.api [-] The report has been successfully built.