2021-06-01 20:27:37.065 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:37.066 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:37.066 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:39.755 8 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-01 20:27:39.755 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 20:27:39.755 8 ERROR rally.cli.cliutils 2021-06-01 20:27:41.575 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:41.576 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:41.576 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:45.775 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:45.775 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:45.775 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:50.373 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:50.373 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:50.373 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:52.044 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:52.044 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:52.044 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:54.469 18 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-01 20:27:54.469 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 20:27:54.469 18 ERROR rally.cli.cliutils 2021-06-01 20:27:56.169 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:27:56.170 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:27:56.170 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:27:58.591 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 20:27:58.674 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/repo. 2021-06-01 20:27:58.952 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-06-01 20:27:58.966 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 20:27:58.973 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 20:27:58.993 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 20:27:59.057 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 20:27:59.800 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8546d068-a026-491d-975c-15e1b01f84be) has been successfully created! 2021-06-01 20:28:01.458 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:28:01.458 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:28:01.458 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:28:06.008 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:28:06.008 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:28:06.009 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:28:08.474 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8546d068-a026-491d-975c-15e1b01f84be) for deployment 'opnfv-rally' (UUID=3e4f10b2-4301-47f6-ae80-74dd89edb10a). 2021-06-01 20:28:09.428 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8546d068-a026-491d-975c-15e1b01f84be) has been successfully configured for deployment 'opnfv-rally' (UUID=3e4f10b2-4301-47f6-ae80-74dd89edb10a)! 2021-06-01 20:28:18.138 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:28:18.138 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:28:18.138 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:28:20.443 36 INFO rally.api [-] Starting verification (UUID=e7900789-71b2-4242-9e71-074b0dfa378c) for deployment 'opnfv-rally' (UUID=3e4f10b2-4301-47f6-ae80-74dd89edb10a) by verifier 'opnfv-tempest' (UUID=8546d068-a026-491d-975c-15e1b01f84be). 2021-06-01 20:28:21.072 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 20:28:21.074 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/for-deployment-3e4f10b2-4301-47f6-ae80-74dd89edb10a/tempest.log' to option 'log_file'. 2021-06-01 20:28:21.074 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/for-deployment-3e4f10b2-4301-47f6-ae80-74dd89edb10a/tempest.log 2021-06-01 20:28:21.075 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 20:28:21.075 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/for-deployment-3e4f10b2-4301-47f6-ae80-74dd89edb10a/lock_files' to option 'lock_path'. 2021-06-01 20:28:21.075 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8546d068-a026-491d-975c-15e1b01f84be/for-deployment-3e4f10b2-4301-47f6-ae80-74dd89edb10a/lock_files 2021-06-01 20:28:21.076 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 20:28:21.076 36 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-01 20:28:21.076 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e381befe-e6c3-4d9b-b964-dd62167eb8a3 2021-06-01 20:28:21.077 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9d6496db-fc31-4e16-9ec3-506f139bbf80 2021-06-01 20:28:21.077 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a04b3c7d-c3db-414c-993b-75ed29c9e6d3 2021-06-01 20:28:21.078 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 102767da-6796-46c7-a985-cf30033d89b8 2021-06-01 20:28:21.279 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 20:28:21.279 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_bd202844-15bd-4ebc-9c20-18893d6e7f3c 2021-06-01 20:28:21.280 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 20:28:21.380 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 20:28:21.426 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 20:28:21.427 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e7900789_zWAKw4Sa' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 20:28:21.470 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e7900789_zWAKw4Sa' (ID = f125f9a8-a644-4221-bd37-05d26e5d7097) has been successfully created! 2021-06-01 20:28:21.470 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f125f9a8-a644-4221-bd37-05d26e5d7097' to option 'instance_type'. 2021-06-01 20:28:21.471 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f125f9a8-a644-4221-bd37-05d26e5d7097 2021-06-01 20:28:21.473 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context tempest@default setup() finished in 0.87 sec 2021-06-01 20:28:21.474 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context testr@default setup() finished in 0.83 msec 2021-06-01 20:28:21.475 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a4e87518-7ed8-47cc-9771-98ae196ac717'. 2021-06-01 20:28:28.459 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.077s] 2021-06-01 20:28:31.278 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.166s] 2021-06-01 20:28:32.287 36 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.826s] 2021-06-01 20:28:34.039 36 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.219s] 2021-06-01 20:28:36.399 36 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [5.119s] 2021-06-01 20:28:40.390 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.604s] 2021-06-01 20:28:52.727 36 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.334s] 2021-06-01 20:28:58.410 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context testr@default cleanup() started 2021-06-01 20:28:58.411 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context testr@default cleanup() finished in 0.69 msec 2021-06-01 20:28:58.411 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context tempest@default cleanup() started 2021-06-01 20:28:58.573 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e7900789_zWAKw4Sa'. 2021-06-01 20:28:58.783 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e7900789_zWAKw4Sa' has been deleted. 2021-06-01 20:28:58.783 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f125f9a8-a644-4221-bd37-05d26e5d7097' of option 'instance_type' from Tempest config file. 2021-06-01 20:28:58.784 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f125f9a8-a644-4221-bd37-05d26e5d7097' has been removed. 2021-06-01 20:28:58.788 36 INFO rally.task.context [-] Verification 8546d068-a026-491d-975c-15e1b01f84be | Context tempest@default cleanup() finished in 0.38 sec 2021-06-01 20:28:58.822 36 INFO rally.api [-] Verification (UUID=e7900789-71b2-4242-9e71-074b0dfa378c) has been successfully finished for deployment 'opnfv-rally' (UUID=3e4f10b2-4301-47f6-ae80-74dd89edb10a)! 2021-06-01 20:29:00.697 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:00.698 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:00.698 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:02.327 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:02.327 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:02.327 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:04.720 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'e7900789-71b2-4242-9e71-074b0dfa378c' 2021-06-01 20:29:04.742 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 20:29:06.468 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:06.469 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:06.469 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:08.902 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e7900789-71b2-4242-9e71-074b0dfa378c' 2021-06-01 20:29:08.904 55 INFO rally.api [-] The report has been successfully built.