2020-09-19 09:14:46.469 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:46.470 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:46.470 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:49.125 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-09-19 09:14:49.125 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 09:14:49.125 6 ERROR rally.cli.cliutils 2020-09-19 09:14:50.669 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:50.669 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:50.670 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:54.209 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:54.209 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:54.209 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:58.040 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:58.041 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:58.041 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:59.420 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:59.421 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:59.421 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:01.595 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-09-19 09:15:01.595 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils force=force) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 09:15:01.595 15 ERROR rally.cli.cliutils 2020-09-19 09:15:03.167 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:03.167 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:03.167 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:05.092 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 09:15:05.171 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/repo. 2020-09-19 09:15:05.607 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. 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 09:15:05.621 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-19 09:15:05.638 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-19 09:15:05.661 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 09:15:05.729 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 09:15:06.316 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d314e8e7-3007-430d-af49-ee73c17b5826) has been successfully created! 2020-09-19 09:15:07.752 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:07.752 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:07.752 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:11.687 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:11.687 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:11.687 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:13.591 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d314e8e7-3007-430d-af49-ee73c17b5826) for deployment 'opnfv-rally' (UUID=9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8). 2020-09-19 09:15:13.978 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d314e8e7-3007-430d-af49-ee73c17b5826) has been successfully configured for deployment 'opnfv-rally' (UUID=9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8)! 2020-09-19 09:15:21.349 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:21.349 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:21.349 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:23.298 32 INFO rally.api [-] Starting verification (UUID=b26c6d48-1735-4cb6-8619-ab4947193d9d) for deployment 'opnfv-rally' (UUID=9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8) by verifier 'opnfv-tempest' (UUID=d314e8e7-3007-430d-af49-ee73c17b5826). 2020-09-19 09:15:23.829 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 09:15:23.830 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/for-deployment-9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8/tempest.log' to option 'log_file'. 2020-09-19 09:15:23.830 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/for-deployment-9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8/tempest.log 2020-09-19 09:15:23.831 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 09:15:23.831 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/for-deployment-9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8/lock_files' to option 'lock_path'. 2020-09-19 09:15:23.831 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d314e8e7-3007-430d-af49-ee73c17b5826/for-deployment-9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8/lock_files 2020-09-19 09:15:23.832 32 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 09:15:23.832 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-09-19 09:15:23.832 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7050d380-af60-4f29-b4f4-f60e040e910e 2020-09-19 09:15:23.832 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 579252d1-b3e4-426e-a32d-9d2b28f56edf 2020-09-19 09:15:23.833 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e7dede72-0bf9-4c26-92be-168bf5ddd665 2020-09-19 09:15:23.833 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bef8ab0b-5707-44dd-81c0-42f6316d8235 2020-09-19 09:15:24.021 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 09:15:24.021 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_45bb50ad-973f-4930-8ebe-b9c4bda63565 2020-09-19 09:15:24.022 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 09:15:24.100 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 09:15:24.135 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 09:15:24.135 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b26c6d48_EQI7mAl7' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 09:15:24.165 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b26c6d48_EQI7mAl7' (ID = 22c05c35-c7fa-499e-b5f5-53fa32142d2b) has been successfully created! 2020-09-19 09:15:24.165 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '22c05c35-c7fa-499e-b5f5-53fa32142d2b' to option 'instance_type'. 2020-09-19 09:15:24.165 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 22c05c35-c7fa-499e-b5f5-53fa32142d2b 2020-09-19 09:15:24.166 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context tempest@default setup() finished in 0.72 sec 2020-09-19 09:15:24.167 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context testr@default setup() finished in 0.32 msec 2020-09-19 09:15:24.167 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/66670943-5120-461a-94c1-5a73f4acfd54'. 2020-09-19 09:15:30.767 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.058s] 2020-09-19 09:15:33.849 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.082s] 2020-09-19 09:15:36.798 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.907s] 2020-09-19 09:15:42.413 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.637s] 2020-09-19 09:15:48.470 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [19.565s] 2020-09-19 09:15:52.888 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.420s] 2020-09-19 09:15:56.043 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.629s] 2020-09-19 09:16:01.969 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context testr@default cleanup() started 2020-09-19 09:16:01.969 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context testr@default cleanup() finished in 0.67 msec 2020-09-19 09:16:01.970 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context tempest@default cleanup() started 2020-09-19 09:16:02.154 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b26c6d48_EQI7mAl7'. 2020-09-19 09:16:02.319 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b26c6d48_EQI7mAl7' has been deleted. 2020-09-19 09:16:02.320 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '22c05c35-c7fa-499e-b5f5-53fa32142d2b' of option 'instance_type' from Tempest config file. 2020-09-19 09:16:02.320 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '22c05c35-c7fa-499e-b5f5-53fa32142d2b' has been removed. 2020-09-19 09:16:02.325 32 INFO rally.task.context [-] Verification d314e8e7-3007-430d-af49-ee73c17b5826 | Context tempest@default cleanup() finished in 0.36 sec 2020-09-19 09:16:02.344 32 INFO rally.api [-] Verification (UUID=b26c6d48-1735-4cb6-8619-ab4947193d9d) has been successfully finished for deployment 'opnfv-rally' (UUID=9d4bbf7a-fe6e-4b3d-b65d-3aa6f0e63bf8)! 2020-09-19 09:16:04.064 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:04.064 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:04.064 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:05.525 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:05.526 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:05.526 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:07.770 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'b26c6d48-1735-4cb6-8619-ab4947193d9d' 2020-09-19 09:16:07.800 44 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:16:09.389 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:09.390 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:09.390 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:11.400 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b26c6d48-1735-4cb6-8619-ab4947193d9d' 2020-09-19 09:16:11.402 46 INFO rally.api [-] The report has been successfully built.