2021-06-08 09:04:14.977 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:14.978 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:14.978 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:17.189 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 09:04:17.189 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:04:17.189 7 ERROR rally.cli.cliutils 2021-06-08 09:04:18.588 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:18.589 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:18.589 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:22.482 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:22.483 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:22.483 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:26.509 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:26.509 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:26.509 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:27.823 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:27.823 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:27.824 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:29.688 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 09:04:29.688 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils force=force) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:04:29.688 16 ERROR rally.cli.cliutils 2021-06-08 09:04:31.075 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:31.076 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:31.076 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:32.959 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:04:33.030 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/repo. 2021-06-08 09:04:33.351 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/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 09:04:33.365 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:04:33.372 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:04:33.391 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:04:33.439 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:04:34.109 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=979e35da-9c39-425b-8555-2e7d700d8e9c) has been successfully created! 2021-06-08 09:04:35.540 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:35.541 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:35.541 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:39.516 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:39.517 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:39.517 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:41.463 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=979e35da-9c39-425b-8555-2e7d700d8e9c) for deployment 'opnfv-rally' (UUID=db57efb6-47ea-4e1c-8e42-a0e0b5651fa2). 2021-06-08 09:04:41.857 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=979e35da-9c39-425b-8555-2e7d700d8e9c) has been successfully configured for deployment 'opnfv-rally' (UUID=db57efb6-47ea-4e1c-8e42-a0e0b5651fa2)! 2021-06-08 09:04:49.212 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:49.212 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:49.212 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:51.115 33 INFO rally.api [-] Starting verification (UUID=28db3bfa-336f-48c4-9d21-ce65ec75d286) for deployment 'opnfv-rally' (UUID=db57efb6-47ea-4e1c-8e42-a0e0b5651fa2) by verifier 'opnfv-tempest' (UUID=979e35da-9c39-425b-8555-2e7d700d8e9c). 2021-06-08 09:04:51.690 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:04:51.690 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/for-deployment-db57efb6-47ea-4e1c-8e42-a0e0b5651fa2/tempest.log' to option 'log_file'. 2021-06-08 09:04:51.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/for-deployment-db57efb6-47ea-4e1c-8e42-a0e0b5651fa2/tempest.log 2021-06-08 09:04:51.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:04:51.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/for-deployment-db57efb6-47ea-4e1c-8e42-a0e0b5651fa2/lock_files' to option 'lock_path'. 2021-06-08 09:04:51.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-979e35da-9c39-425b-8555-2e7d700d8e9c/for-deployment-db57efb6-47ea-4e1c-8e42-a0e0b5651fa2/lock_files 2021-06-08 09:04:51.692 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 09:04:51.692 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 09:04:51.692 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0dc42a17-982c-4ac4-9afa-87b75f0712ab 2021-06-08 09:04:51.692 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4e4a55e4-4b42-4599-bb38-ef229d99bbda 2021-06-08 09:04:51.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 57ff8aad-a54e-43b4-ae6d-d03494f97abf 2021-06-08 09:04:51.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 562a341d-4b61-4b2a-876d-44e30d1dbd3c 2021-06-08 09:04:52.630 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:04:52.630 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_896ae739-b0c1-4289-84e8-28254d1c211c 2021-06-08 09:04:52.631 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:04:52.697 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 09:04:52.732 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 09:04:52.733 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_28db3bfa_TMv9dQYY' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 09:04:52.761 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_28db3bfa_TMv9dQYY' (ID = 4f98a57c-27a1-46a9-bdca-c8f6551e0999) has been successfully created! 2021-06-08 09:04:52.761 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4f98a57c-27a1-46a9-bdca-c8f6551e0999' to option 'instance_type'. 2021-06-08 09:04:52.761 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4f98a57c-27a1-46a9-bdca-c8f6551e0999 2021-06-08 09:04:52.763 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context tempest@default setup() finished in 1.48 sec 2021-06-08 09:04:52.763 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context testr@default setup() finished in 0.29 msec 2021-06-08 09:04:52.764 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/968b9d6a-f45e-403a-b789-eb49a1083816'. 2021-06-08 09:04:58.995 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.069s] 2021-06-08 09:05:01.760 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.764s] 2021-06-08 09:05:03.243 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [5.951s] 2021-06-08 09:05:11.905 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [14.490s] 2021-06-08 09:05:15.338 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [18.006s] 2021-06-08 09:05:19.432 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.096s] 2021-06-08 09:05:24.247 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.340s] 2021-06-08 09:05:28.947 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context testr@default cleanup() started 2021-06-08 09:05:28.948 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context testr@default cleanup() finished in 0.75 msec 2021-06-08 09:05:28.948 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context tempest@default cleanup() started 2021-06-08 09:05:29.091 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_28db3bfa_TMv9dQYY'. 2021-06-08 09:05:29.308 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_28db3bfa_TMv9dQYY' has been deleted. 2021-06-08 09:05:29.309 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4f98a57c-27a1-46a9-bdca-c8f6551e0999' of option 'instance_type' from Tempest config file. 2021-06-08 09:05:29.309 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4f98a57c-27a1-46a9-bdca-c8f6551e0999' has been removed. 2021-06-08 09:05:29.316 33 INFO rally.task.context [-] Verification 979e35da-9c39-425b-8555-2e7d700d8e9c | Context tempest@default cleanup() finished in 0.37 sec 2021-06-08 09:05:29.342 33 INFO rally.api [-] Verification (UUID=28db3bfa-336f-48c4-9d21-ce65ec75d286) has been successfully finished for deployment 'opnfv-rally' (UUID=db57efb6-47ea-4e1c-8e42-a0e0b5651fa2)! 2021-06-08 09:05:31.150 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:05:31.150 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:05:31.150 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:05:32.650 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:05:32.650 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:05:32.650 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:05:35.012 45 INFO rally.api [-] Building 'html' report for the following verification(s): '28db3bfa-336f-48c4-9d21-ce65ec75d286' 2021-06-08 09:05:35.053 45 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:05:36.735 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:05:36.736 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:05:36.736 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:05:38.979 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '28db3bfa-336f-48c4-9d21-ce65ec75d286' 2021-06-08 09:05:38.981 47 INFO rally.api [-] The report has been successfully built.