2021-06-08 07:54:17.396 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:17.396 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:17.396 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:19.762 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 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:54:19.762 7 ERROR rally.cli.cliutils 2021-06-08 07:54:21.160 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:21.161 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:21.161 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:24.943 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:24.943 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:24.944 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:28.961 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:28.961 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:28.962 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:30.371 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:30.372 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:30.372 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:32.272 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 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:54:32.272 16 ERROR rally.cli.cliutils 2021-06-08 07:54:33.703 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:33.703 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:33.704 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:35.599 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:54:35.678 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/repo. 2021-06-08 07:54:35.960 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 07:54:35.975 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:54:35.983 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:54:36.002 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:54:36.073 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:54:36.667 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df0c23e3-5433-44c7-8f49-ed2a995bbe7b) has been successfully created! 2021-06-08 07:54:38.082 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:38.083 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:38.083 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:42.009 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:42.010 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:42.010 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:44.024 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=df0c23e3-5433-44c7-8f49-ed2a995bbe7b) for deployment 'opnfv-rally' (UUID=f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c). 2021-06-08 07:54:44.371 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df0c23e3-5433-44c7-8f49-ed2a995bbe7b) has been successfully configured for deployment 'opnfv-rally' (UUID=f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c)! 2021-06-08 07:54:51.308 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:51.309 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:51.309 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:53.291 33 INFO rally.api [-] Starting verification (UUID=e923e4f8-8fd7-4637-bd83-0c0dbd8fecbe) for deployment 'opnfv-rally' (UUID=f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c) by verifier 'opnfv-tempest' (UUID=df0c23e3-5433-44c7-8f49-ed2a995bbe7b). 2021-06-08 07:54:53.798 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:54:53.799 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/for-deployment-f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c/tempest.log' to option 'log_file'. 2021-06-08 07:54:53.800 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/for-deployment-f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c/tempest.log 2021-06-08 07:54:53.800 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:54:53.800 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/for-deployment-f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c/lock_files' to option 'lock_path'. 2021-06-08 07:54:53.801 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-df0c23e3-5433-44c7-8f49-ed2a995bbe7b/for-deployment-f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c/lock_files 2021-06-08 07:54:53.801 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:54:53.801 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 2021-06-08 07:54:53.802 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = afd08a57-cbd0-4ee9-b980-37c54c65d32d 2021-06-08 07:54:53.802 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 81c11d74-8fad-40fd-ad58-d1f7f3cfba23 2021-06-08 07:54:53.803 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4e7360e7-f219-410b-a9db-39406d860e59 2021-06-08 07:54:53.803 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b1c0d933-45dd-47f0-9e5f-545633c41286 2021-06-08 07:54:54.050 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:54:54.050 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_812d53e8-9a18-4cd6-8e24-0d53323229c2 2021-06-08 07:54:54.051 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:54:54.121 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:54:54.154 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 07:54:54.154 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e923e4f8_8J2F1kxx' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 07:54:54.185 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e923e4f8_8J2F1kxx' (ID = 42f7d71c-d113-4f3e-ac0c-a9caef02dcde) has been successfully created! 2021-06-08 07:54:54.185 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42f7d71c-d113-4f3e-ac0c-a9caef02dcde' to option 'instance_type'. 2021-06-08 07:54:54.186 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42f7d71c-d113-4f3e-ac0c-a9caef02dcde 2021-06-08 07:54:54.187 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context tempest@default setup() finished in 0.74 sec 2021-06-08 07:54:54.188 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context testr@default setup() finished in 0.37 msec 2021-06-08 07:54:54.188 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/22e780f4-7351-4dcd-9668-a13cc3c8f94a'. 2021-06-08 07:54:58.470 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2021-06-08 07:55:00.532 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.069s] 2021-06-08 07:55:03.341 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.807s] 2021-06-08 07:55:05.509 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.264s] 2021-06-08 07:55:12.458 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.495s] 2021-06-08 07:55:20.229 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [21.471s] 2021-06-08 07:55:24.508 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.283s] 2021-06-08 07:55:24.903 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.445s] 2021-06-08 07:55:31.578 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context testr@default cleanup() started 2021-06-08 07:55:31.579 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context testr@default cleanup() finished in 0.76 msec 2021-06-08 07:55:31.579 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context tempest@default cleanup() started 2021-06-08 07:55:31.818 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e923e4f8_8J2F1kxx'. 2021-06-08 07:55:31.970 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e923e4f8_8J2F1kxx' has been deleted. 2021-06-08 07:55:31.971 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '42f7d71c-d113-4f3e-ac0c-a9caef02dcde' of option 'instance_type' from Tempest config file. 2021-06-08 07:55:31.971 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '42f7d71c-d113-4f3e-ac0c-a9caef02dcde' has been removed. 2021-06-08 07:55:31.975 33 INFO rally.task.context [-] Verification df0c23e3-5433-44c7-8f49-ed2a995bbe7b | Context tempest@default cleanup() finished in 0.40 sec 2021-06-08 07:55:31.998 33 INFO rally.api [-] Verification (UUID=e923e4f8-8fd7-4637-bd83-0c0dbd8fecbe) has been successfully finished for deployment 'opnfv-rally' (UUID=f9d4d8a1-bc16-4e0b-a0c5-5321a4296a3c)! 2021-06-08 07:55:33.607 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:33.607 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:33.607 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:35.067 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:35.068 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:35.068 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:37.266 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'e923e4f8-8fd7-4637-bd83-0c0dbd8fecbe' 2021-06-08 07:55:37.292 45 INFO rally.api [-] The report has been successfully built. 2021-06-08 07:55:38.913 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:38.914 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:38.914 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:41.216 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e923e4f8-8fd7-4637-bd83-0c0dbd8fecbe' 2021-06-08 07:55:41.219 47 INFO rally.api [-] The report has been successfully built.