2021-05-16 12:02:29.734 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:29.735 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:29.735 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:32.219 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-05-16 12:02:32.219 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:02:32.219 8 ERROR rally.cli.cliutils 2021-05-16 12:02:33.899 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:33.900 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:33.900 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:38.272 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:38.272 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:38.272 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:43.047 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:43.048 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:43.048 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:44.534 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:44.535 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:44.535 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:46.847 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-05-16 12:02:46.847 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:02:46.847 18 ERROR rally.cli.cliutils 2021-05-16 12:02:48.570 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:48.570 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:48.570 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:50.942 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:02:51.008 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/repo. 2021-05-16 12:02:51.250 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:02:51.263 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:02:51.271 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:02:51.292 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:02:51.356 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:02:52.083 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3495935-33f1-4a57-b444-631ec462a392) has been successfully created! 2021-05-16 12:02:53.702 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:53.702 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:53.702 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:58.294 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:02:58.294 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:02:58.294 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:03:00.743 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c3495935-33f1-4a57-b444-631ec462a392) for deployment 'opnfv-rally' (UUID=33938f87-7474-4bbb-aa41-f9f2d93cd24a). 2021-05-16 12:03:01.476 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3495935-33f1-4a57-b444-631ec462a392) has been successfully configured for deployment 'opnfv-rally' (UUID=33938f87-7474-4bbb-aa41-f9f2d93cd24a)! 2021-05-16 12:03:09.987 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:03:09.987 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:03:09.988 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:03:12.545 36 INFO rally.api [-] Starting verification (UUID=ca624f4d-aec9-46b9-83f7-71fc44ddcbfe) for deployment 'opnfv-rally' (UUID=33938f87-7474-4bbb-aa41-f9f2d93cd24a) by verifier 'opnfv-tempest' (UUID=c3495935-33f1-4a57-b444-631ec462a392). 2021-05-16 12:03:13.183 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:03:13.183 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/for-deployment-33938f87-7474-4bbb-aa41-f9f2d93cd24a/tempest.log' to option 'log_file'. 2021-05-16 12:03:13.184 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/for-deployment-33938f87-7474-4bbb-aa41-f9f2d93cd24a/tempest.log 2021-05-16 12:03:13.184 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:03:13.184 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/for-deployment-33938f87-7474-4bbb-aa41-f9f2d93cd24a/lock_files' to option 'lock_path'. 2021-05-16 12:03:13.185 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c3495935-33f1-4a57-b444-631ec462a392/for-deployment-33938f87-7474-4bbb-aa41-f9f2d93cd24a/lock_files 2021-05-16 12:03:13.185 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:03:13.185 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-05-16 12:03:13.186 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f5b2b7dd-c1b6-4bf4-aa46-ce35e1308b6d 2021-05-16 12:03:13.186 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 066a2822-ef08-4738-8ca9-631dd40b2f9f 2021-05-16 12:03:13.187 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f795a18c-0f20-4d33-b94b-70e2483c4890 2021-05-16 12:03:13.187 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2ab651df-2bb7-40e7-9c98-2db5393a87f3 2021-05-16 12:03:13.424 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:03:13.425 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_1c3a7c4f-2fe4-42db-a9e3-539f5fe63529 2021-05-16 12:03:13.425 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:03:13.503 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:03:13.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6d6bff3b_6t2ZmdIm'. Using flavor 'rally_verify_6d6bff3b_6t2ZmdIm' (ID = c0504f97-d34b-4abb-95de-ff2d1570493b) for the tests. 2021-05-16 12:03:13.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c0504f97-d34b-4abb-95de-ff2d1570493b' to option 'instance_type'. 2021-05-16 12:03:13.540 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c0504f97-d34b-4abb-95de-ff2d1570493b 2021-05-16 12:03:13.540 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context tempest@default setup() finished in 0.79 sec 2021-05-16 12:03:13.541 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context testr@default setup() finished in 0.21 msec 2021-05-16 12:03:13.541 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/94df8b1f-f242-4f2f-8b0e-837d19f7c9a9'. 2021-05-16 12:03:18.259 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-05-16 12:03:20.580 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.076s] 2021-05-16 12:03:23.244 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.335s] 2021-05-16 12:03:23.370 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.788s] 2021-05-16 12:03:25.351 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.301s] 2021-05-16 12:03:28.325 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.082s] 2021-05-16 12:03:35.781 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [16.730s] 2021-05-16 12:03:48.148 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.369s] 2021-05-16 12:03:53.950 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context testr@default cleanup() started 2021-05-16 12:03:53.950 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context testr@default cleanup() finished in 0.62 msec 2021-05-16 12:03:53.951 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context tempest@default cleanup() started 2021-05-16 12:03:54.123 36 INFO rally.task.context [-] Verification c3495935-33f1-4a57-b444-631ec462a392 | Context tempest@default cleanup() finished in 0.17 sec 2021-05-16 12:03:54.144 36 INFO rally.api [-] Verification (UUID=ca624f4d-aec9-46b9-83f7-71fc44ddcbfe) has been successfully finished for deployment 'opnfv-rally' (UUID=33938f87-7474-4bbb-aa41-f9f2d93cd24a)! 2021-05-16 12:03:55.966 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:03:55.967 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:03:55.967 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:03:57.641 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:03:57.642 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:03:57.642 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:04:00.203 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'ca624f4d-aec9-46b9-83f7-71fc44ddcbfe' 2021-05-16 12:04:00.225 53 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:04:02.054 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:04:02.055 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:04:02.055 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:04:04.564 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ca624f4d-aec9-46b9-83f7-71fc44ddcbfe' 2021-05-16 12:04:04.567 55 INFO rally.api [-] The report has been successfully built.