2020-09-29 07:59:03.451 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:03.451 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:03.451 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:05.281 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-29 07:59:05.281 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 07:59:05.281 6 ERROR rally.cli.cliutils 2020-09-29 07:59:06.657 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:06.658 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:06.658 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:10.302 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:10.302 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:10.302 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:14.345 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:14.345 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:14.345 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:15.824 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:15.824 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:15.824 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:18.028 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-29 07:59:18.028 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils force=force) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 07:59:18.028 15 ERROR rally.cli.cliutils 2020-09-29 07:59:19.583 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:19.583 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:19.583 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:21.406 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 07:59:21.492 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/repo. 2020-09-29 07:59:21.905 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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-29 07:59:21.919 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 07:59:21.926 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 07:59:21.948 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 07:59:22.016 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 07:59:22.631 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb9030c5-1142-4c68-bb88-cbd944376a68) has been successfully created! 2020-09-29 07:59:24.200 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:24.201 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:24.201 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:28.113 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:28.114 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:28.114 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:30.024 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fb9030c5-1142-4c68-bb88-cbd944376a68) for deployment 'opnfv-rally' (UUID=3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6). 2020-09-29 07:59:30.372 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb9030c5-1142-4c68-bb88-cbd944376a68) has been successfully configured for deployment 'opnfv-rally' (UUID=3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6)! 2020-09-29 07:59:37.309 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:37.309 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:37.310 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:39.413 32 INFO rally.api [-] Starting verification (UUID=717d88ba-848e-45fd-ae1f-2cfe5f995d5c) for deployment 'opnfv-rally' (UUID=3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6) by verifier 'opnfv-tempest' (UUID=fb9030c5-1142-4c68-bb88-cbd944376a68). 2020-09-29 07:59:40.027 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 07:59:40.027 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/for-deployment-3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6/tempest.log' to option 'log_file'. 2020-09-29 07:59:40.028 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/for-deployment-3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6/tempest.log 2020-09-29 07:59:40.028 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 07:59:40.028 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/for-deployment-3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6/lock_files' to option 'lock_path'. 2020-09-29 07:59:40.029 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fb9030c5-1142-4c68-bb88-cbd944376a68/for-deployment-3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6/lock_files 2020-09-29 07:59:40.029 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-29 07:59:40.029 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-29 07:59:40.030 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c02fb493-c16d-44c9-a818-fd7a057e6d58 2020-09-29 07:59:40.030 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 760cf4c6-6999-4602-ab83-320fb0ffaf98 2020-09-29 07:59:40.031 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6fc9bf9d-566a-4dfe-90b1-7719cd212ee1 2020-09-29 07:59:40.031 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = aec9afcf-783b-45c6-bb93-eadb76d1e512 2020-09-29 07:59:40.255 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 07:59:40.256 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_1ef8c3b0-5378-41ef-8d2d-5d8c3fc18482 2020-09-29 07:59:40.256 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 07:59:40.320 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 07:59:40.358 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 07:59:40.358 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_717d88ba_BbpEUKEj' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 07:59:40.402 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_717d88ba_BbpEUKEj' (ID = 6b2f97dc-c982-4a06-9891-52b7664fbda1) has been successfully created! 2020-09-29 07:59:40.402 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6b2f97dc-c982-4a06-9891-52b7664fbda1' to option 'instance_type'. 2020-09-29 07:59:40.402 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6b2f97dc-c982-4a06-9891-52b7664fbda1 2020-09-29 07:59:40.404 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context tempest@default setup() finished in 0.80 sec 2020-09-29 07:59:40.405 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context testr@default setup() finished in 0.36 msec 2020-09-29 07:59:40.405 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a881bf15-f79f-4093-9e13-cfcfcb940bc7'. 2020-09-29 07:59:44.645 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2020-09-29 07:59:47.358 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.068s] 2020-09-29 07:59:51.353 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.995s] 2020-09-29 07:59:54.881 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [9.260s] 2020-09-29 08:00:00.270 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.700s] 2020-09-29 08:00:06.079 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [20.700s] 2020-09-29 08:00:10.682 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.603s] 2020-09-29 08:00:13.922 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.649s] 2020-09-29 08:00:18.725 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context testr@default cleanup() started 2020-09-29 08:00:18.726 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context testr@default cleanup() finished in 0.80 msec 2020-09-29 08:00:18.726 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context tempest@default cleanup() started 2020-09-29 08:00:18.886 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_717d88ba_BbpEUKEj'. 2020-09-29 08:00:19.065 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_717d88ba_BbpEUKEj' has been deleted. 2020-09-29 08:00:19.066 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6b2f97dc-c982-4a06-9891-52b7664fbda1' of option 'instance_type' from Tempest config file. 2020-09-29 08:00:19.067 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6b2f97dc-c982-4a06-9891-52b7664fbda1' has been removed. 2020-09-29 08:00:19.073 32 INFO rally.task.context [-] Verification fb9030c5-1142-4c68-bb88-cbd944376a68 | Context tempest@default cleanup() finished in 0.35 sec 2020-09-29 08:00:19.113 32 INFO rally.api [-] Verification (UUID=717d88ba-848e-45fd-ae1f-2cfe5f995d5c) has been successfully finished for deployment 'opnfv-rally' (UUID=3d489d8b-9c0a-49c7-bc59-d13fce0cc4d6)! 2020-09-29 08:00:20.835 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:00:20.835 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:00:20.836 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:00:22.317 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:00:22.318 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:00:22.318 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:00:24.471 44 INFO rally.api [-] Building 'html' report for the following verification(s): '717d88ba-848e-45fd-ae1f-2cfe5f995d5c' 2020-09-29 08:00:24.499 44 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:00:26.157 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:00:26.158 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:00:26.158 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:00:28.286 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '717d88ba-848e-45fd-ae1f-2cfe5f995d5c' 2020-09-29 08:00:28.291 46 INFO rally.api [-] The report has been successfully built.