2020-09-29 09:48:33.975 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:33.976 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:33.976 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:36.404 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 09:48:36.404 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 09:48:36.404 6 ERROR rally.cli.cliutils 2020-09-29 09:48:37.917 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:37.918 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:37.918 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:42.073 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:42.074 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:42.074 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:46.408 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:46.409 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:46.409 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:47.816 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:47.817 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:47.817 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:49.825 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 09:48:49.825 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils force=force) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 09:48:49.825 15 ERROR rally.cli.cliutils 2020-09-29 09:48:51.450 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:51.450 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:51.451 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:48:53.617 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 09:48:53.691 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/repo. 2020-09-29 09:48:54.013 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/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-29 09:48:54.027 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-29 09:48:54.035 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-29 09:48:54.051 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 09:48:54.121 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 09:48:54.793 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef1a90e3-cd14-4432-9309-0f3a19319d7c) has been successfully created! 2020-09-29 09:48:56.374 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:48:56.374 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:48:56.374 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:00.761 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:49:00.761 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:49:00.762 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:02.926 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef1a90e3-cd14-4432-9309-0f3a19319d7c) for deployment 'opnfv-rally' (UUID=e97ff83e-54da-4dcd-97b3-646f5bc1ab4e). 2020-09-29 09:49:03.324 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef1a90e3-cd14-4432-9309-0f3a19319d7c) has been successfully configured for deployment 'opnfv-rally' (UUID=e97ff83e-54da-4dcd-97b3-646f5bc1ab4e)! 2020-09-29 09:49:10.947 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:49:10.948 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:49:10.948 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:13.161 32 INFO rally.api [-] Starting verification (UUID=7459922b-ebbb-47bc-86e7-df3236f9aa83) for deployment 'opnfv-rally' (UUID=e97ff83e-54da-4dcd-97b3-646f5bc1ab4e) by verifier 'opnfv-tempest' (UUID=ef1a90e3-cd14-4432-9309-0f3a19319d7c). 2020-09-29 09:49:13.749 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 09:49:13.750 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/for-deployment-e97ff83e-54da-4dcd-97b3-646f5bc1ab4e/tempest.log' to option 'log_file'. 2020-09-29 09:49:13.750 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/for-deployment-e97ff83e-54da-4dcd-97b3-646f5bc1ab4e/tempest.log 2020-09-29 09:49:13.751 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 09:49:13.751 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/for-deployment-e97ff83e-54da-4dcd-97b3-646f5bc1ab4e/lock_files' to option 'lock_path'. 2020-09-29 09:49:13.751 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ef1a90e3-cd14-4432-9309-0f3a19319d7c/for-deployment-e97ff83e-54da-4dcd-97b3-646f5bc1ab4e/lock_files 2020-09-29 09:49:13.752 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 09:49:13.752 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 09:49:13.752 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4a63955c-d42f-4264-896a-66c939c018ad 2020-09-29 09:49:13.753 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7fb9f13b-12fc-466c-a4c3-bcea30594dde 2020-09-29 09:49:13.753 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 80f55b95-cbfa-42aa-a875-3bd0b9c9a010 2020-09-29 09:49:13.754 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 36692dd8-e7f0-470a-ad78-748a96f7ae0e 2020-09-29 09:49:13.992 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 09:49:13.992 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_193049c1-47e2-4592-adb3-5f94de57d80c 2020-09-29 09:49:13.993 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 09:49:14.082 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 09:49:14.122 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36fae506_bK5YVHrR'. Using flavor 'rally_verify_36fae506_bK5YVHrR' (ID = 0198a25e-3369-4ca6-8744-29224a90db85) for the tests. 2020-09-29 09:49:14.123 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0198a25e-3369-4ca6-8744-29224a90db85' to option 'instance_type'. 2020-09-29 09:49:14.123 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0198a25e-3369-4ca6-8744-29224a90db85 2020-09-29 09:49:14.125 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context tempest@default setup() finished in 0.77 sec 2020-09-29 09:49:14.126 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context testr@default setup() finished in 0.37 msec 2020-09-29 09:49:14.126 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1f1be2c7-f29b-4474-8250-4ebce5e8dd4a'. 2020-09-29 09:49:20.930 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.071s] 2020-09-29 09:49:25.140 32 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [4.204s] 2020-09-29 09:49:28.213 32 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [9.003s] 2020-09-29 09:49:32.886 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.673s] 2020-09-29 09:49:37.707 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [18.416s] 2020-09-29 09:49:42.175 32 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.468s] 2020-09-29 09:49:45.701 32 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.813s] 2020-09-29 09:49:50.561 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context testr@default cleanup() started 2020-09-29 09:49:50.562 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context testr@default cleanup() finished in 0.77 msec 2020-09-29 09:49:50.562 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context tempest@default cleanup() started 2020-09-29 09:49:50.740 32 INFO rally.task.context [-] Verification ef1a90e3-cd14-4432-9309-0f3a19319d7c | Context tempest@default cleanup() finished in 0.18 sec 2020-09-29 09:49:50.759 32 INFO rally.api [-] Verification (UUID=7459922b-ebbb-47bc-86e7-df3236f9aa83) has been successfully finished for deployment 'opnfv-rally' (UUID=e97ff83e-54da-4dcd-97b3-646f5bc1ab4e)! 2020-09-29 09:49:52.530 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:49:52.530 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:49:52.530 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:54.008 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:49:54.008 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:49:54.008 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:56.063 44 INFO rally.api [-] Building 'html' report for the following verification(s): '7459922b-ebbb-47bc-86e7-df3236f9aa83' 2020-09-29 09:49:56.084 44 INFO rally.api [-] The report has been successfully built. 2020-09-29 09:49:57.682 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:49:57.683 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:49:57.683 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:49:59.857 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7459922b-ebbb-47bc-86e7-df3236f9aa83' 2020-09-29 09:49:59.862 46 INFO rally.api [-] The report has been successfully built.