2020-06-16 08:41:58.474 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:41:58.475 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:41:58.475 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:00.963 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-16 08:42:00.963 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:42:00.963 7 ERROR rally.cli.cliutils 2020-06-16 08:42:02.544 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:02.545 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:02.545 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:06.956 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:06.956 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:06.957 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:11.500 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:11.501 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:11.501 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:12.902 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:12.903 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:12.903 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:15.100 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-16 08:42:15.100 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:42:15.100 17 ERROR rally.cli.cliutils 2020-06-16 08:42:16.655 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:16.655 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:16.655 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:18.779 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:42:18.842 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/repo. 2020-06-16 08:42:19.044 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/repo'... done. ' 2020-06-16 08:42:19.055 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:42:19.073 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:42:19.157 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:42:19.772 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f3859ed-55ad-49e1-b1b9-04857383a454) has been successfully created! 2020-06-16 08:42:21.294 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:21.294 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:21.294 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:25.413 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:25.413 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:25.413 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:27.715 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f3859ed-55ad-49e1-b1b9-04857383a454) for deployment 'opnfv-rally' (UUID=690a03dd-0cf0-4976-bef5-b2e823fe92a4). 2020-06-16 08:42:28.158 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f3859ed-55ad-49e1-b1b9-04857383a454) has been successfully configured for deployment 'opnfv-rally' (UUID=690a03dd-0cf0-4976-bef5-b2e823fe92a4)! 2020-06-16 08:42:35.653 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:35.653 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:35.654 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:37.811 34 INFO rally.api [-] Starting verification (UUID=5a3feab1-2d10-4c50-a937-508e982a5c55) for deployment 'opnfv-rally' (UUID=690a03dd-0cf0-4976-bef5-b2e823fe92a4) by verifier 'opnfv-tempest' (UUID=3f3859ed-55ad-49e1-b1b9-04857383a454). 2020-06-16 08:42:38.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:42:38.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/for-deployment-690a03dd-0cf0-4976-bef5-b2e823fe92a4/tempest.log' to option 'log_file'. 2020-06-16 08:42:38.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/for-deployment-690a03dd-0cf0-4976-bef5-b2e823fe92a4/tempest.log 2020-06-16 08:42:38.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:42:38.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/for-deployment-690a03dd-0cf0-4976-bef5-b2e823fe92a4/lock_files' to option 'lock_path'. 2020-06-16 08:42:38.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3f3859ed-55ad-49e1-b1b9-04857383a454/for-deployment-690a03dd-0cf0-4976-bef5-b2e823fe92a4/lock_files 2020-06-16 08:42:38.431 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-16 08:42:38.431 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-16 08:42:38.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d1956cdd-ac97-4219-8dfe-a9c6d9c3cd60 2020-06-16 08:42:38.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7b380881-fb72-4717-b7ec-c10cb8608712 2020-06-16 08:42:38.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ff92b98d-dd9e-4e97-af77-78b0b382e419 2020-06-16 08:42:38.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b5caeb2a-54d0-40fb-a46c-7085a844b963 2020-06-16 08:42:38.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:42:38.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_d3df9252-306c-4035-9f12-cab16a96a9f7 2020-06-16 08:42:38.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:42:38.715 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:42:38.752 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-16 08:42:38.753 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5a3feab1_qBRzFrNv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-16 08:42:38.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5a3feab1_qBRzFrNv' (ID = 781bc08c-a493-4e06-adc6-5bfa974372d3) has been successfully created! 2020-06-16 08:42:38.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '781bc08c-a493-4e06-adc6-5bfa974372d3' to option 'instance_type'. 2020-06-16 08:42:38.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 781bc08c-a493-4e06-adc6-5bfa974372d3 2020-06-16 08:42:38.801 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context tempest@default setup() finished in 0.80 sec 2020-06-16 08:42:38.802 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context testr@default setup() finished in 0.25 msec 2020-06-16 08:42:38.802 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f6c415eb-6d34-4e72-bebd-f87d4ef94642'. 2020-06-16 08:42:43.200 34 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2020-06-16 08:42:48.498 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.354s] 2020-06-16 08:42:53.296 34 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [8.908s] 2020-06-16 08:42:53.974 34 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.475s] 2020-06-16 08:42:59.008 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.014s] 2020-06-16 08:43:15.733 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 [16.719s] 2020-06-16 08:43:28.216 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.484s] 2020-06-16 08:43:39.659 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.069s] 2020-06-16 08:43:42.618 34 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.959s] 2020-06-16 08:43:47.178 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context testr@default cleanup() started 2020-06-16 08:43:47.178 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context testr@default cleanup() finished in 0.65 msec 2020-06-16 08:43:47.179 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context tempest@default cleanup() started 2020-06-16 08:43:47.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5a3feab1_qBRzFrNv'. 2020-06-16 08:43:47.503 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5a3feab1_qBRzFrNv' has been deleted. 2020-06-16 08:43:47.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '781bc08c-a493-4e06-adc6-5bfa974372d3' of option 'instance_type' from Tempest config file. 2020-06-16 08:43:47.505 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '781bc08c-a493-4e06-adc6-5bfa974372d3' has been removed. 2020-06-16 08:43:47.510 34 INFO rally.task.context [-] Verification 3f3859ed-55ad-49e1-b1b9-04857383a454 | Context tempest@default cleanup() finished in 0.33 sec 2020-06-16 08:43:47.532 34 INFO rally.api [-] Verification (UUID=5a3feab1-2d10-4c50-a937-508e982a5c55) has been successfully finished for deployment 'opnfv-rally' (UUID=690a03dd-0cf0-4976-bef5-b2e823fe92a4)! 2020-06-16 08:43:49.292 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:49.292 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:49.292 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:50.859 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:50.860 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:50.860 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:53.281 51 INFO rally.api [-] Building 'html' report for the following verification(s): '5a3feab1-2d10-4c50-a937-508e982a5c55' 2020-06-16 08:43:53.302 51 INFO rally.api [-] The report has been successfully built. 2020-06-16 08:43:55.135 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:55.135 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:55.136 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:57.589 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5a3feab1-2d10-4c50-a937-508e982a5c55' 2020-06-16 08:43:57.592 53 INFO rally.api [-] The report has been successfully built.