2020-06-06 08:18:18.503 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:18.503 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:18.503 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:20.584 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-06-06 08:18:20.584 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:18:20.584 7 ERROR rally.cli.cliutils 2020-06-06 08:18:22.171 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:22.171 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:22.171 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:26.261 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:26.262 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:26.262 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:30.742 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:30.743 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:30.743 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:32.185 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:32.185 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:32.185 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:34.282 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 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:18:34.282 17 ERROR rally.cli.cliutils 2020-06-06 08:18:35.808 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:35.809 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:35.809 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:37.851 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:18:37.955 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/repo. 2020-06-06 08:18:38.177 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/repo'... done. ' 2020-06-06 08:18:38.190 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:18:38.210 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:18:38.251 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:18:38.987 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33d2046e-7e6a-4794-bc2e-5adee856a734) has been successfully created! 2020-06-06 08:18:40.673 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:40.674 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:40.674 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:44.790 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:44.791 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:44.791 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:46.738 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=33d2046e-7e6a-4794-bc2e-5adee856a734) for deployment 'opnfv-rally' (UUID=e9de0cde-d4f8-4491-bb13-c5638de8f037). 2020-06-06 08:18:47.133 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33d2046e-7e6a-4794-bc2e-5adee856a734) has been successfully configured for deployment 'opnfv-rally' (UUID=e9de0cde-d4f8-4491-bb13-c5638de8f037)! 2020-06-06 08:18:54.812 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:54.813 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:54.813 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:56.896 34 INFO rally.api [-] Starting verification (UUID=594abbdb-d9a4-44b0-9fe1-21576cc3fae6) for deployment 'opnfv-rally' (UUID=e9de0cde-d4f8-4491-bb13-c5638de8f037) by verifier 'opnfv-tempest' (UUID=33d2046e-7e6a-4794-bc2e-5adee856a734). 2020-06-06 08:18:57.424 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:18:57.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/for-deployment-e9de0cde-d4f8-4491-bb13-c5638de8f037/tempest.log' to option 'log_file'. 2020-06-06 08:18:57.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/for-deployment-e9de0cde-d4f8-4491-bb13-c5638de8f037/tempest.log 2020-06-06 08:18:57.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:18:57.426 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/for-deployment-e9de0cde-d4f8-4491-bb13-c5638de8f037/lock_files' to option 'lock_path'. 2020-06-06 08:18:57.426 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-33d2046e-7e6a-4794-bc2e-5adee856a734/for-deployment-e9de0cde-d4f8-4491-bb13-c5638de8f037/lock_files 2020-06-06 08:18:57.426 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:18:57.427 34 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-06-06 08:18:57.427 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2361884b-dea0-4016-af34-bb2d6eeacf98 2020-06-06 08:18:57.427 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f3727a79-6957-4f75-b8fd-d6f5e3fd4040 2020-06-06 08:18:57.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e773a861-ce71-4cd5-9e49-2b53ea9eff13 2020-06-06 08:18:57.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 175549bb-0db0-4121-a841-18fe53a82219 2020-06-06 08:18:57.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:18:57.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_4bde19ad-67d1-4711-bf13-15b9c2f9f202 2020-06-06 08:18:57.651 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:18:57.744 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:18:57.782 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2798ff32_XZH7sgGP'. Using flavor 'rally_verify_2798ff32_XZH7sgGP' (ID = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60) for the tests. 2020-06-06 08:18:57.783 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '777da3a9-f1d6-4e6a-8b48-2d307dbe6b60' to option 'instance_type'. 2020-06-06 08:18:57.783 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60 2020-06-06 08:18:57.784 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context tempest@default setup() finished in 0.73 sec 2020-06-06 08:18:57.784 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context testr@default setup() finished in 0.22 msec 2020-06-06 08:18:57.784 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e195dd2f-d6f6-473f-be4e-b9e135af5757'. 2020-06-06 08:19:02.459 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-06-06 08:19:08.747 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.848s] 2020-06-06 08:19:13.052 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.305s] 2020-06-06 08:19:13.282 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [9.206s] 2020-06-06 08:19:20.188 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [16.179s] 2020-06-06 08:19:23.523 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.074s] 2020-06-06 08:19:32.833 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [9.305s] 2020-06-06 08:19:46.134 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [25.934s] 2020-06-06 08:19:58.631 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.501s] 2020-06-06 08:20:05.816 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context testr@default cleanup() started 2020-06-06 08:20:05.817 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context testr@default cleanup() finished in 0.81 msec 2020-06-06 08:20:05.817 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context tempest@default cleanup() started 2020-06-06 08:20:06.087 34 INFO rally.task.context [-] Verification 33d2046e-7e6a-4794-bc2e-5adee856a734 | Context tempest@default cleanup() finished in 0.27 sec 2020-06-06 08:20:06.133 34 INFO rally.api [-] Verification (UUID=594abbdb-d9a4-44b0-9fe1-21576cc3fae6) has been successfully finished for deployment 'opnfv-rally' (UUID=e9de0cde-d4f8-4491-bb13-c5638de8f037)! 2020-06-06 08:20:08.022 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:08.023 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:08.023 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:09.613 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:09.614 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:09.614 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:11.805 51 INFO rally.api [-] Building 'html' report for the following verification(s): '594abbdb-d9a4-44b0-9fe1-21576cc3fae6' 2020-06-06 08:20:11.825 51 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:20:13.455 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:13.456 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:13.456 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:15.520 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '594abbdb-d9a4-44b0-9fe1-21576cc3fae6' 2020-06-06 08:20:15.523 53 INFO rally.api [-] The report has been successfully built.