2020-06-17 10:02:44.540 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:02:44.541 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:02:44.541 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:02:46.970 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-17 10:02:46.970 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:02:46.970 7 ERROR rally.cli.cliutils 2020-06-17 10:02:48.642 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:02:48.643 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:02:48.643 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:02:53.352 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:02:53.353 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:02:53.353 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:02:57.843 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:02:57.843 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:02:57.843 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:02:59.338 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:02:59.338 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:02:59.339 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:03:01.465 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-17 10:03:01.465 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:03:01.465 17 ERROR rally.cli.cliutils 2020-06-17 10:03:03.025 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:03:03.025 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:03:03.025 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:03:05.317 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:03:05.385 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/repo. 2020-06-17 10:03:05.586 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/repo'... done. ' 2020-06-17 10:03:05.600 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:03:05.629 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:03:05.711 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:03:06.429 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8) has been successfully created! 2020-06-17 10:03:08.104 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:03:08.105 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:03:08.105 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:03:12.647 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:03:12.647 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:03:12.648 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:03:14.947 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8) for deployment 'opnfv-rally' (UUID=9d3b7db7-8335-474b-a1df-4f7d8695cd68). 2020-06-17 10:03:15.658 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8) has been successfully configured for deployment 'opnfv-rally' (UUID=9d3b7db7-8335-474b-a1df-4f7d8695cd68)! 2020-06-17 10:03:24.218 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:03:24.218 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:03:24.218 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:03:26.480 34 INFO rally.api [-] Starting verification (UUID=8370fa70-94e3-4e50-95f9-ed4705e97d5a) for deployment 'opnfv-rally' (UUID=9d3b7db7-8335-474b-a1df-4f7d8695cd68) by verifier 'opnfv-tempest' (UUID=a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8). 2020-06-17 10:03:27.082 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:03:27.082 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/for-deployment-9d3b7db7-8335-474b-a1df-4f7d8695cd68/tempest.log' to option 'log_file'. 2020-06-17 10:03:27.083 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/for-deployment-9d3b7db7-8335-474b-a1df-4f7d8695cd68/tempest.log 2020-06-17 10:03:27.083 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:03:27.083 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/for-deployment-9d3b7db7-8335-474b-a1df-4f7d8695cd68/lock_files' to option 'lock_path'. 2020-06-17 10:03:27.083 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8/for-deployment-9d3b7db7-8335-474b-a1df-4f7d8695cd68/lock_files 2020-06-17 10:03:27.084 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-17 10:03:27.084 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-17 10:03:27.084 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cd4bf50e-cdcd-4995-97e4-e75098e70519 2020-06-17 10:03:27.085 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4bde0403-a166-45de-a533-2a64e9ea68c5 2020-06-17 10:03:27.085 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 07185167-0234-4c4d-a09e-fc9d428b622a 2020-06-17 10:03:27.086 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a38bb631-81f5-499e-a5d0-1c12881d9d69 2020-06-17 10:03:27.276 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:03:27.277 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_523c6d0a-d9b6-4b5d-a19d-9ffc043fa9c5 2020-06-17 10:03:27.278 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:03:27.347 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:03:27.386 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:03:27.387 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_8370fa70_lnOiXeFT' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:03:27.424 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8370fa70_lnOiXeFT' (ID = 598a1dea-5030-4ffd-abd3-f38b8f27560b) has been successfully created! 2020-06-17 10:03:27.424 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '598a1dea-5030-4ffd-abd3-f38b8f27560b' to option 'instance_type'. 2020-06-17 10:03:27.424 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 598a1dea-5030-4ffd-abd3-f38b8f27560b 2020-06-17 10:03:27.426 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context tempest@default setup() finished in 0.77 sec 2020-06-17 10:03:27.426 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context testr@default setup() finished in 0.33 msec 2020-06-17 10:03:27.427 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/484d56c5-96df-4e02-85be-7da83a3e66f4'. 2020-06-17 10:03:31.796 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-06-17 10:03:34.599 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.067s] 2020-06-17 10:03:37.607 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.006s] 2020-06-17 10:03:41.607 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.935s] 2020-06-17 10:03:46.390 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.916s] 2020-06-17 10:04:04.335 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [17.941s] 2020-06-17 10:04:17.100 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.765s] 2020-06-17 10:04:29.230 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.503s] 2020-06-17 10:04:33.496 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.265s] 2020-06-17 10:04:39.746 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context testr@default cleanup() started 2020-06-17 10:04:39.747 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context testr@default cleanup() finished in 0.70 msec 2020-06-17 10:04:39.748 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context tempest@default cleanup() started 2020-06-17 10:04:40.029 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_8370fa70_lnOiXeFT'. 2020-06-17 10:04:40.181 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8370fa70_lnOiXeFT' has been deleted. 2020-06-17 10:04:40.182 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '598a1dea-5030-4ffd-abd3-f38b8f27560b' of option 'instance_type' from Tempest config file. 2020-06-17 10:04:40.182 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '598a1dea-5030-4ffd-abd3-f38b8f27560b' has been removed. 2020-06-17 10:04:40.188 34 INFO rally.task.context [-] Verification a05e9a14-6fb1-4ab3-bdce-64ffbbffe1d8 | Context tempest@default cleanup() finished in 0.44 sec 2020-06-17 10:04:40.210 34 INFO rally.api [-] Verification (UUID=8370fa70-94e3-4e50-95f9-ed4705e97d5a) has been successfully finished for deployment 'opnfv-rally' (UUID=9d3b7db7-8335-474b-a1df-4f7d8695cd68)! 2020-06-17 10:04:42.034 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:04:42.034 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:04:42.034 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:04:43.858 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:04:43.859 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:04:43.859 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:04:46.756 51 INFO rally.api [-] Building 'html' report for the following verification(s): '8370fa70-94e3-4e50-95f9-ed4705e97d5a' 2020-06-17 10:04:46.779 51 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:04:48.554 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:04:48.555 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:04:48.555 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:04:51.156 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8370fa70-94e3-4e50-95f9-ed4705e97d5a' 2020-06-17 10:04:51.159 53 INFO rally.api [-] The report has been successfully built.