2021-03-05 21:51:03.452 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:03.453 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:03.453 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:06.439 25 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-03-05 21:51:06.439 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:51:06.439 25 ERROR rally.cli.cliutils 2021-03-05 21:51:08.462 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:08.463 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:08.463 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:13.333 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:13.333 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:13.334 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:20.035 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:20.036 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:20.036 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:21.743 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:21.743 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:21.743 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:24.439 35 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-03-05 21:51:24.439 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:51:24.439 35 ERROR rally.cli.cliutils 2021-03-05 21:51:26.293 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:26.293 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:26.293 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:28.895 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 21:51:28.948 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/repo. 2021-03-05 21:51:29.270 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-05 21:51:29.314 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 21:51:29.323 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 21:51:29.345 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 21:51:29.435 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 21:51:30.362 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50105378-c4b7-4cd0-b733-1fc5591c7f32) has been successfully created! 2021-03-05 21:51:32.451 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:32.451 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:32.451 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:39.431 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:39.431 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:39.431 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:42.276 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=50105378-c4b7-4cd0-b733-1fc5591c7f32) for deployment 'opnfv-rally' (UUID=891d5244-906a-4749-8354-5e47ae59961d). 2021-03-05 21:51:43.192 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50105378-c4b7-4cd0-b733-1fc5591c7f32) has been successfully configured for deployment 'opnfv-rally' (UUID=891d5244-906a-4749-8354-5e47ae59961d)! 2021-03-05 21:51:53.587 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:51:53.588 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:51:53.588 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:51:56.372 53 INFO rally.api [-] Starting verification (UUID=9845e4e3-9e28-4c79-973c-938f6f0227f4) for deployment 'opnfv-rally' (UUID=891d5244-906a-4749-8354-5e47ae59961d) by verifier 'opnfv-tempest' (UUID=50105378-c4b7-4cd0-b733-1fc5591c7f32). 2021-03-05 21:51:57.316 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 21:51:57.385 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 21:51:57.386 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/for-deployment-891d5244-906a-4749-8354-5e47ae59961d/tempest.log' to option 'log_file'. 2021-03-05 21:51:57.386 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/for-deployment-891d5244-906a-4749-8354-5e47ae59961d/tempest.log 2021-03-05 21:51:57.387 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 21:51:57.387 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/for-deployment-891d5244-906a-4749-8354-5e47ae59961d/lock_files' to option 'lock_path'. 2021-03-05 21:51:57.388 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-50105378-c4b7-4cd0-b733-1fc5591c7f32/for-deployment-891d5244-906a-4749-8354-5e47ae59961d/lock_files 2021-03-05 21:51:57.388 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 21:51:57.389 53 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-03-05 21:51:57.389 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 88069d93-67b7-4829-98f0-53cb6ddc754e 2021-03-05 21:51:57.390 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c5ca2651-ab0d-4d32-b9c1-25aa63c271c2 2021-03-05 21:51:57.390 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1066356f-9237-43ca-9640-cdf4f9d6ab5d 2021-03-05 21:51:57.391 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d96936a3-5931-4939-84f3-59d1c50d788e 2021-03-05 21:51:57.726 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 21:51:57.727 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_78680d5a-3fb1-4cb6-b65f-1e5b666f2e12 2021-03-05 21:51:57.728 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 21:51:57.824 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 21:51:57.878 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 21:51:57.879 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9845e4e3_wji2jwaS' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 21:51:57.923 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9845e4e3_wji2jwaS' (ID = a9296207-313e-4237-94c2-2656fb536b17) has been successfully created! 2021-03-05 21:51:57.923 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9296207-313e-4237-94c2-2656fb536b17' to option 'instance_type'. 2021-03-05 21:51:57.924 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9296207-313e-4237-94c2-2656fb536b17 2021-03-05 21:51:57.925 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context tempest@default setup() finished in 1.01 sec 2021-03-05 21:51:57.926 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context testr@default setup() finished in 0.78 msec 2021-03-05 21:51:57.927 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/617a109e-0163-485b-84fa-b1732caaff1e'. 2021-03-05 21:52:09.521 53 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-03-05 21:52:13.516 53 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.103s] 2021-03-05 21:52:17.676 53 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [4.157s] 2021-03-05 21:52:18.470 53 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [5.176s] 2021-03-05 21:52:22.137 53 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [10.329s] 2021-03-05 21:52:33.342 53 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [21.355s] 2021-03-05 21:52:37.111 53 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [5.732s] 2021-03-05 21:52:42.574 53 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.457s] 2021-03-05 21:52:59.967 53 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [26.612s] 2021-03-05 21:53:17.071 53 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [17.100s] 2021-03-05 21:53:30.442 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context testr@default cleanup() started 2021-03-05 21:53:30.442 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context testr@default cleanup() finished in 0.66 msec 2021-03-05 21:53:30.443 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context tempest@default cleanup() started 2021-03-05 21:53:31.002 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 21:53:31.102 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 21:53:31.138 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9845e4e3_wji2jwaS'. 2021-03-05 21:53:31.390 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9845e4e3_wji2jwaS' has been deleted. 2021-03-05 21:53:31.391 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a9296207-313e-4237-94c2-2656fb536b17' of option 'instance_type' from Tempest config file. 2021-03-05 21:53:31.391 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a9296207-313e-4237-94c2-2656fb536b17' has been removed. 2021-03-05 21:53:31.393 53 INFO rally.task.context [-] Verification 50105378-c4b7-4cd0-b733-1fc5591c7f32 | Context tempest@default cleanup() finished in 0.95 sec 2021-03-05 21:53:31.416 53 INFO rally.api [-] Verification (UUID=9845e4e3-9e28-4c79-973c-938f6f0227f4) has been successfully finished for deployment 'opnfv-rally' (UUID=891d5244-906a-4749-8354-5e47ae59961d)! 2021-03-05 21:53:33.486 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:53:33.486 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:53:33.487 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:53:35.504 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:53:35.504 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:53:35.504 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:53:38.184 70 INFO rally.api [-] Building 'html' report for the following verification(s): '9845e4e3-9e28-4c79-973c-938f6f0227f4' 2021-03-05 21:53:38.202 70 INFO rally.api [-] The report has been successfully built. 2021-03-05 21:53:40.034 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:53:40.034 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:53:40.035 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:53:42.847 72 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9845e4e3-9e28-4c79-973c-938f6f0227f4' 2021-03-05 21:53:42.849 72 INFO rally.api [-] The report has been successfully built.