2020-07-02 15:58:24.140 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:24.140 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:24.140 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:26.358 6 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-07-02 15:58:26.358 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 15:58:26.358 6 ERROR rally.cli.cliutils 2020-07-02 15:58:28.007 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:28.008 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:28.008 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:31.744 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:31.744 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:31.744 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:35.932 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:35.933 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:35.933 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:37.430 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:37.430 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:37.430 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:39.408 15 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-07-02 15:58:39.408 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils force=force) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 15:58:39.408 15 ERROR rally.cli.cliutils 2020-07-02 15:58:40.752 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:40.752 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:40.752 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:42.551 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 15:58:42.618 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/repo. 2020-07-02 15:58:42.883 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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-07-02 15:58:42.898 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 15:58:42.906 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 15:58:42.926 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 15:58:42.977 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 15:58:43.614 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a249d93d-9249-4596-9529-22efdb8a823e) has been successfully created! 2020-07-02 15:58:45.029 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:45.030 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:45.030 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:48.915 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:48.916 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:48.916 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:58:50.670 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a249d93d-9249-4596-9529-22efdb8a823e) for deployment 'opnfv-rally' (UUID=be827baa-7ea9-4e40-8bfe-37b6953bc13f). 2020-07-02 15:58:51.032 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a249d93d-9249-4596-9529-22efdb8a823e) has been successfully configured for deployment 'opnfv-rally' (UUID=be827baa-7ea9-4e40-8bfe-37b6953bc13f)! 2020-07-02 15:58:58.194 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:58:58.195 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:58:58.195 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:59:00.148 32 INFO rally.api [-] Starting verification (UUID=d87b6b21-0d08-4faa-8b73-dfd1d8b9bfeb) for deployment 'opnfv-rally' (UUID=be827baa-7ea9-4e40-8bfe-37b6953bc13f) by verifier 'opnfv-tempest' (UUID=a249d93d-9249-4596-9529-22efdb8a823e). 2020-07-02 15:59:00.787 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 15:59:00.788 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/for-deployment-be827baa-7ea9-4e40-8bfe-37b6953bc13f/tempest.log' to option 'log_file'. 2020-07-02 15:59:00.788 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/for-deployment-be827baa-7ea9-4e40-8bfe-37b6953bc13f/tempest.log 2020-07-02 15:59:00.788 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 15:59:00.789 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/for-deployment-be827baa-7ea9-4e40-8bfe-37b6953bc13f/lock_files' to option 'lock_path'. 2020-07-02 15:59:00.789 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a249d93d-9249-4596-9529-22efdb8a823e/for-deployment-be827baa-7ea9-4e40-8bfe-37b6953bc13f/lock_files 2020-07-02 15:59:00.789 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 15:59:00.790 32 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-07-02 15:59:00.790 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4597cda4-8aea-46b2-b5a1-b7bbd9ac79db 2020-07-02 15:59:00.791 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8b4cf8e1-9840-49ac-b661-c108fa3dfcf0 2020-07-02 15:59:00.791 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3ae7f001-c504-4aff-8268-9f40f8365a17 2020-07-02 15:59:00.792 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6c1bef57-db4e-4823-9829-cd94c3dded6d 2020-07-02 15:59:01.009 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 15:59:01.009 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_fccccc63-6f11-4094-9e2f-62f974670b85 2020-07-02 15:59:01.010 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 15:59:01.100 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 15:59:01.134 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_93b78175_WVLplEvY'. Using flavor 'rally_verify_93b78175_WVLplEvY' (ID = 52355526-fcd1-489d-966e-961bb1262849) for the tests. 2020-07-02 15:59:01.135 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '52355526-fcd1-489d-966e-961bb1262849' to option 'instance_type'. 2020-07-02 15:59:01.135 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 52355526-fcd1-489d-966e-961bb1262849 2020-07-02 15:59:01.137 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context tempest@default setup() finished in 0.84 sec 2020-07-02 15:59:01.138 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context testr@default setup() finished in 0.33 msec 2020-07-02 15:59:01.138 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ad707cd6-1b95-4596-b262-41b8f7eac931'. 2020-07-02 15:59:05.043 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2020-07-02 15:59:16.005 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.447s] 2020-07-02 15:59:22.650 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.996s] 2020-07-02 15:59:25.262 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [17.960s] 2020-07-02 15:59:29.639 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.380s] 2020-07-02 15:59:36.249 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.598s] 2020-07-02 15:59:43.317 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.083s] 2020-07-02 15:59:46.278 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.958s] 2020-07-02 15:59:52.430 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context testr@default cleanup() started 2020-07-02 15:59:52.431 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context testr@default cleanup() finished in 0.77 msec 2020-07-02 15:59:52.432 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context tempest@default cleanup() started 2020-07-02 15:59:52.619 32 INFO rally.task.context [-] Verification a249d93d-9249-4596-9529-22efdb8a823e | Context tempest@default cleanup() finished in 0.19 sec 2020-07-02 15:59:52.639 32 INFO rally.api [-] Verification (UUID=d87b6b21-0d08-4faa-8b73-dfd1d8b9bfeb) has been successfully finished for deployment 'opnfv-rally' (UUID=be827baa-7ea9-4e40-8bfe-37b6953bc13f)! 2020-07-02 15:59:54.311 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:59:54.311 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:59:54.311 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:59:55.677 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:59:55.678 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:59:55.678 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:59:57.594 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'd87b6b21-0d08-4faa-8b73-dfd1d8b9bfeb' 2020-07-02 15:59:57.617 44 INFO rally.api [-] The report has been successfully built. 2020-07-02 15:59:59.135 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:59:59.136 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:59:59.136 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:01.336 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd87b6b21-0d08-4faa-8b73-dfd1d8b9bfeb' 2020-07-02 16:00:01.341 46 INFO rally.api [-] The report has been successfully built.