2020-09-19 07:03:12.275 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:03:12.280 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:03:12.282 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:03:30.795 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 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:03:30.795 7 ERROR rally.cli.cliutils 2020-09-19 07:03:42.818 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:03:42.823 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:03:42.824 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:04:14.217 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:04:14.224 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:04:14.226 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:04:48.339 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:04:48.344 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:04:48.346 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:00.603 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:05:00.609 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:05:00.610 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:18.252 37 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-19 07:05:18.252 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:05:18.252 37 ERROR rally.cli.cliutils 2020-09-19 07:05:30.213 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:05:30.217 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:05:30.219 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:47.883 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:05:48.265 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/repo. 2020-09-19 07:05:49.068 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:05:49.160 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:05:49.215 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:05:49.276 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:05:49.738 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:05:55.012 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aea276dd-b134-46f6-9985-30bde203cd73) has been successfully created! 2020-09-19 07:06:07.210 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:06:07.215 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:06:07.216 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:06:38.210 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:06:38.215 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:06:38.216 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:06:56.709 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aea276dd-b134-46f6-9985-30bde203cd73) for deployment 'opnfv-rally' (UUID=679beef6-6b53-48d6-8673-31661bc79cb2). 2020-09-19 07:06:58.011 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aea276dd-b134-46f6-9985-30bde203cd73) has been successfully configured for deployment 'opnfv-rally' (UUID=679beef6-6b53-48d6-8673-31661bc79cb2)! 2020-09-19 07:08:00.665 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:08:00.672 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:08:00.674 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:08:18.635 95 INFO rally.api [-] Starting verification (UUID=46a1fb71-0421-42ef-b5b7-7424e6fe097f) for deployment 'opnfv-rally' (UUID=679beef6-6b53-48d6-8673-31661bc79cb2) by verifier 'opnfv-tempest' (UUID=aea276dd-b134-46f6-9985-30bde203cd73). 2020-09-19 07:08:22.481 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:08:22.483 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/for-deployment-679beef6-6b53-48d6-8673-31661bc79cb2/tempest.log' to option 'log_file'. 2020-09-19 07:08:22.485 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/for-deployment-679beef6-6b53-48d6-8673-31661bc79cb2/tempest.log 2020-09-19 07:08:22.487 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:08:22.489 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/for-deployment-679beef6-6b53-48d6-8673-31661bc79cb2/lock_files' to option 'lock_path'. 2020-09-19 07:08:22.492 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-aea276dd-b134-46f6-9985-30bde203cd73/for-deployment-679beef6-6b53-48d6-8673-31661bc79cb2/lock_files 2020-09-19 07:08:22.493 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:08:22.495 95 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-19 07:08:22.497 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 35581ef1-cc69-415d-a3c1-2c6da72c00ee 2020-09-19 07:08:22.498 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b2637032-ad96-4b79-bd22-590ed52b0946 2020-09-19 07:08:22.502 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 714b412b-b6ae-456f-8549-2a04457651f3 2020-09-19 07:08:22.505 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = dd1bdc6b-2ace-41b5-8ced-61faac67dd3d 2020-09-19 07:08:22.854 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:08:22.856 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_06e61525-32eb-4d02-9f09-20f33c9916fa 2020-09-19 07:08:22.860 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:08:23.474 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:08:23.552 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_35a032f9_BS1e5c19'. Using flavor 'rally_verify_35a032f9_BS1e5c19' (ID = 4a25cd25-81fe-4587-8545-4d062c4909f9) for the tests. 2020-09-19 07:08:23.554 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4a25cd25-81fe-4587-8545-4d062c4909f9' to option 'instance_type'. 2020-09-19 07:08:23.555 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4a25cd25-81fe-4587-8545-4d062c4909f9 2020-09-19 07:08:23.565 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context tempest@default setup() finished in 4.02 sec 2020-09-19 07:08:23.568 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context testr@default setup() finished in 1.22 msec 2020-09-19 07:08:23.569 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5c7c4f53-b14e-4ae6-b538-df123d35c4f7'. 2020-09-19 07:09:01.028 95 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2020-09-19 07:09:03.895 95 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.100s] 2020-09-19 07:09:07.232 95 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.331s] 2020-09-19 07:09:11.023 95 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.346s] 2020-09-19 07:09:17.127 95 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [14.686s] 2020-09-19 07:09:22.926 95 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.806s] 2020-09-19 07:09:32.977 95 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.321s] 2020-09-19 07:09:44.992 95 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.011s] 2020-09-19 07:09:50.843 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context testr@default cleanup() started 2020-09-19 07:09:50.847 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context testr@default cleanup() finished in 3.82 msec 2020-09-19 07:09:50.849 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context tempest@default cleanup() started 2020-09-19 07:09:51.333 95 INFO rally.task.context [-] Verification aea276dd-b134-46f6-9985-30bde203cd73 | Context tempest@default cleanup() finished in 0.48 sec 2020-09-19 07:09:51.440 95 INFO rally.api [-] Verification (UUID=46a1fb71-0421-42ef-b5b7-7424e6fe097f) has been successfully finished for deployment 'opnfv-rally' (UUID=679beef6-6b53-48d6-8673-31661bc79cb2)! 2020-09-19 07:10:04.589 125 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:10:04.594 125 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:10:04.596 125 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:10:18.256 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:10:18.262 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:10:18.264 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:10:37.192 128 INFO rally.api [-] Building 'html' report for the following verification(s): '46a1fb71-0421-42ef-b5b7-7424e6fe097f' 2020-09-19 07:10:37.412 128 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:10:50.496 135 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:10:50.502 135 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:10:50.503 135 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:11:10.260 135 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '46a1fb71-0421-42ef-b5b7-7424e6fe097f' 2020-09-19 07:11:10.288 135 INFO rally.api [-] The report has been successfully built.