2020-07-14 23:10:06.611 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:06.612 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:06.612 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:08.803 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-07-14 23:10:08.803 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:10:08.803 7 ERROR rally.cli.cliutils 2020-07-14 23:10:10.376 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:10.377 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:10.377 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:14.257 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:14.257 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:14.257 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:18.492 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:18.492 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:18.492 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:19.992 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:19.992 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:19.992 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:21.958 16 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-14 23:10:21.958 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils force=force) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:10:21.958 16 ERROR rally.cli.cliutils 2020-07-14 23:10:23.437 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:23.438 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:23.438 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:25.369 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:10:25.448 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/repo. 2020-07-14 23:10:25.699 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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-14 23:10:25.714 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:10:25.722 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:10:25.746 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:10:25.820 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:10:26.444 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee3531a4-7a44-47c2-93a3-52d1395e68a5) has been successfully created! 2020-07-14 23:10:28.051 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:28.052 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:28.052 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:31.884 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:31.884 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:31.884 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:33.630 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ee3531a4-7a44-47c2-93a3-52d1395e68a5) for deployment 'opnfv-rally' (UUID=8b7b688b-c06b-4aeb-890e-b1b1a40c38a9). 2020-07-14 23:10:33.994 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee3531a4-7a44-47c2-93a3-52d1395e68a5) has been successfully configured for deployment 'opnfv-rally' (UUID=8b7b688b-c06b-4aeb-890e-b1b1a40c38a9)! 2020-07-14 23:10:40.969 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:10:40.969 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:10:40.970 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:10:42.994 33 INFO rally.api [-] Starting verification (UUID=dbfec8ac-2224-4cdd-bfd2-65cfc74f18fc) for deployment 'opnfv-rally' (UUID=8b7b688b-c06b-4aeb-890e-b1b1a40c38a9) by verifier 'opnfv-tempest' (UUID=ee3531a4-7a44-47c2-93a3-52d1395e68a5). 2020-07-14 23:10:43.588 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:10:43.588 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/for-deployment-8b7b688b-c06b-4aeb-890e-b1b1a40c38a9/tempest.log' to option 'log_file'. 2020-07-14 23:10:43.589 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/for-deployment-8b7b688b-c06b-4aeb-890e-b1b1a40c38a9/tempest.log 2020-07-14 23:10:43.589 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:10:43.589 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/for-deployment-8b7b688b-c06b-4aeb-890e-b1b1a40c38a9/lock_files' to option 'lock_path'. 2020-07-14 23:10:43.589 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ee3531a4-7a44-47c2-93a3-52d1395e68a5/for-deployment-8b7b688b-c06b-4aeb-890e-b1b1a40c38a9/lock_files 2020-07-14 23:10:43.590 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:10:43.590 33 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-14 23:10:43.590 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 15bda94e-9dd4-4dc1-b749-74defa14df57 2020-07-14 23:10:43.590 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = abbac20e-dba5-4dfc-932c-293e63df764d 2020-07-14 23:10:43.591 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 290d1b8b-b31e-4707-83b4-e54334296f23 2020-07-14 23:10:43.591 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0e6f6430-870b-45a1-a399-5b0614dc1857 2020-07-14 23:10:43.813 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:10:43.813 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_13067a93-23ee-4202-85d2-43be5d1d63a8 2020-07-14 23:10:43.814 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:10:43.875 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:10:43.912 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:10:43.913 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_dbfec8ac_7F9IMDAE' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:10:43.954 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dbfec8ac_7F9IMDAE' (ID = 871d333b-9f0b-4e16-abdd-c5df7e0406a6) has been successfully created! 2020-07-14 23:10:43.954 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '871d333b-9f0b-4e16-abdd-c5df7e0406a6' to option 'instance_type'. 2020-07-14 23:10:43.955 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 871d333b-9f0b-4e16-abdd-c5df7e0406a6 2020-07-14 23:10:43.957 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context tempest@default setup() finished in 0.80 sec 2020-07-14 23:10:43.958 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context testr@default setup() finished in 0.48 msec 2020-07-14 23:10:43.958 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9b9df7b5-ecc5-4e14-972f-d9e81bac05fd'. 2020-07-14 23:10:48.058 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2020-07-14 23:10:50.646 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.114s] 2020-07-14 23:10:54.794 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [4.149s] 2020-07-14 23:10:56.675 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.882s] 2020-07-14 23:11:01.499 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [12.645s] 2020-07-14 23:11:13.960 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.459s] 2020-07-14 23:11:33.820 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [14.301s] 2020-07-14 23:11:38.037 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.220s] 2020-07-14 23:11:43.981 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context testr@default cleanup() started 2020-07-14 23:11:43.982 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context testr@default cleanup() finished in 0.72 msec 2020-07-14 23:11:43.983 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context tempest@default cleanup() started 2020-07-14 23:11:44.207 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_dbfec8ac_7F9IMDAE'. 2020-07-14 23:11:44.331 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dbfec8ac_7F9IMDAE' has been deleted. 2020-07-14 23:11:44.332 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '871d333b-9f0b-4e16-abdd-c5df7e0406a6' of option 'instance_type' from Tempest config file. 2020-07-14 23:11:44.333 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '871d333b-9f0b-4e16-abdd-c5df7e0406a6' has been removed. 2020-07-14 23:11:44.340 33 INFO rally.task.context [-] Verification ee3531a4-7a44-47c2-93a3-52d1395e68a5 | Context tempest@default cleanup() finished in 0.36 sec 2020-07-14 23:11:44.367 33 INFO rally.api [-] Verification (UUID=dbfec8ac-2224-4cdd-bfd2-65cfc74f18fc) has been successfully finished for deployment 'opnfv-rally' (UUID=8b7b688b-c06b-4aeb-890e-b1b1a40c38a9)! 2020-07-14 23:11:45.876 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:11:45.876 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:11:45.876 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:11:47.477 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:11:47.478 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:11:47.478 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:11:49.411 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'dbfec8ac-2224-4cdd-bfd2-65cfc74f18fc' 2020-07-14 23:11:49.432 45 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:11:50.859 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:11:50.859 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:11:50.859 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:11:53.072 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dbfec8ac-2224-4cdd-bfd2-65cfc74f18fc' 2020-07-14 23:11:53.075 47 INFO rally.api [-] The report has been successfully built.