2020-09-03 13:39:53.004 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:39:53.009 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:39:53.011 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:40:15.164 10 ERROR rally.cli.cliutils 2020-09-03 13:40:29.901 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:40:29.907 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:40:29.908 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:41:08.416 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:41:08.421 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:41:08.423 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:41:47.320 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:41:47.325 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:41:47.327 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:42:01.051 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:42:01.056 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:42:01.058 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:42:22.557 40 ERROR rally.cli.cliutils 2020-09-03 13:42:36.743 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:42:36.749 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:42:36.750 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:42:57.527 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:42:57.972 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/repo. 2020-09-03 13:42:58.626 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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 ' 2020-09-03 13:42:58.726 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:42:58.784 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:42:58.835 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:42:59.329 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:43:05.683 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14a71a73-0df9-49ae-9c13-b83c9e7eeaaa) has been successfully created! 2020-09-03 13:43:19.487 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:43:19.493 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:43:19.495 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:43:56.723 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:43:56.730 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:43:56.731 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:44:19.914 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=14a71a73-0df9-49ae-9c13-b83c9e7eeaaa) for deployment 'opnfv-rally' (UUID=3e9f9be7-9213-4d4d-bde6-3247d08f096e). 2020-09-03 13:44:21.407 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14a71a73-0df9-49ae-9c13-b83c9e7eeaaa) has been successfully configured for deployment 'opnfv-rally' (UUID=3e9f9be7-9213-4d4d-bde6-3247d08f096e)! 2020-09-03 13:45:33.188 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:45:33.194 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:45:33.196 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:45:55.117 97 INFO rally.api [-] Starting verification (UUID=e330b6a4-9a72-4bf0-a80b-4b6bd725fa30) for deployment 'opnfv-rally' (UUID=3e9f9be7-9213-4d4d-bde6-3247d08f096e) by verifier 'opnfv-tempest' (UUID=14a71a73-0df9-49ae-9c13-b83c9e7eeaaa). 2020-09-03 13:45:59.108 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:45:59.109 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/for-deployment-3e9f9be7-9213-4d4d-bde6-3247d08f096e/tempest.log' to option 'log_file'. 2020-09-03 13:45:59.111 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/for-deployment-3e9f9be7-9213-4d4d-bde6-3247d08f096e/tempest.log 2020-09-03 13:45:59.112 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:45:59.113 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/for-deployment-3e9f9be7-9213-4d4d-bde6-3247d08f096e/lock_files' to option 'lock_path'. 2020-09-03 13:45:59.115 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-14a71a73-0df9-49ae-9c13-b83c9e7eeaaa/for-deployment-3e9f9be7-9213-4d4d-bde6-3247d08f096e/lock_files 2020-09-03 13:45:59.116 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 13:45:59.118 97 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 2020-09-03 13:45:59.119 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a6264b8d-8ed0-4806-b374-a103242c85d0 2020-09-03 13:45:59.120 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 83173ae9-bf34-4cc7-bf8e-c60c38408ebd 2020-09-03 13:45:59.123 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2be42861-6939-4d5f-9f8b-6abdd3a84f6e 2020-09-03 13:45:59.127 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fc7b8478-bd22-4305-a31d-df87732ad37e 2020-09-03 13:45:59.471 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:45:59.473 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_2f2bec3d-be19-40fc-8b44-4b61393123b7 2020-09-03 13:45:59.476 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:46:00.153 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 13:46:00.222 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6dd4a3d0_3gZNZU7O'. Using flavor 'rally_verify_6dd4a3d0_3gZNZU7O' (ID = 6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34) for the tests. 2020-09-03 13:46:00.224 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34' to option 'instance_type'. 2020-09-03 13:46:00.225 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34 2020-09-03 13:46:00.232 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context tempest@default setup() finished in 4.19 sec 2020-09-03 13:46:00.235 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context testr@default setup() finished in 0.83 msec 2020-09-03 13:46:00.236 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c43a68e9-04b6-4235-98e8-a8bb9d7bdc62'. 2020-09-03 13:46:43.841 97 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-09-03 13:46:46.378 97 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.099s] 2020-09-03 13:46:49.460 97 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.071s] 2020-09-03 13:46:51.264 97 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.461s] 2020-09-03 13:46:58.862 97 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.002s] 2020-09-03 13:47:12.737 97 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.872s] 2020-09-03 13:47:23.233 97 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.406s] 2020-09-03 13:47:27.658 97 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.422s] 2020-09-03 13:47:35.033 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context testr@default cleanup() started 2020-09-03 13:47:35.037 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context testr@default cleanup() finished in 3.99 msec 2020-09-03 13:47:35.040 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context tempest@default cleanup() started 2020-09-03 13:47:35.535 97 INFO rally.task.context [-] Verification 14a71a73-0df9-49ae-9c13-b83c9e7eeaaa | Context tempest@default cleanup() finished in 0.49 sec 2020-09-03 13:47:35.606 97 INFO rally.api [-] Verification (UUID=e330b6a4-9a72-4bf0-a80b-4b6bd725fa30) has been successfully finished for deployment 'opnfv-rally' (UUID=3e9f9be7-9213-4d4d-bde6-3247d08f096e)! 2020-09-03 13:47:51.784 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:47:51.791 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:47:51.792 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:48:07.045 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:48:07.052 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:48:07.054 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:48:30.171 144 INFO rally.api [-] Building 'html' report for the following verification(s): 'e330b6a4-9a72-4bf0-a80b-4b6bd725fa30' 2020-09-03 13:48:30.390 144 INFO rally.api [-] The report has been successfully built. 2020-09-03 13:48:45.802 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:48:45.808 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:48:45.809 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:49:09.432 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e330b6a4-9a72-4bf0-a80b-4b6bd725fa30' 2020-09-03 13:49:09.462 150 INFO rally.api [-] The report has been successfully built.