2022-04-19 08:25:38.057 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:38.058 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:38.058 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:40.288 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 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:25:40.288 7 ERROR rally.cli.cliutils 2022-04-19 08:25:41.970 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:41.970 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:41.971 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:46.438 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:46.438 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:46.439 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:51.608 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:51.608 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:51.609 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:53.112 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:53.112 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:53.112 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:55.554 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 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:25:55.554 16 ERROR rally.cli.cliutils 2022-04-19 08:25:57.272 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:25:57.273 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:25:57.273 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:25:59.788 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:25:59.882 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/repo. 2022-04-19 08:26:00.282 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/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 ' 2022-04-19 08:26:00.298 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:26:00.307 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:26:00.326 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:26:00.406 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:26:01.394 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b800bee9-253a-494f-ab66-3f3f79c2199e) has been successfully created! 2022-04-19 08:26:03.139 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:26:03.139 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:26:03.139 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:26:08.007 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:26:08.008 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:26:08.008 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:26:10.876 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b800bee9-253a-494f-ab66-3f3f79c2199e) for deployment 'opnfv-rally' (UUID=47297e93-e304-4dd5-a425-62c56fd44c1e). 2022-04-19 08:26:11.422 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b800bee9-253a-494f-ab66-3f3f79c2199e) has been successfully configured for deployment 'opnfv-rally' (UUID=47297e93-e304-4dd5-a425-62c56fd44c1e)! 2022-04-19 08:26:21.579 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:26:21.580 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:26:21.580 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:26:24.072 33 INFO rally.api [-] Starting verification (UUID=735b740f-7155-497f-9db0-d2888841e232) for deployment 'opnfv-rally' (UUID=47297e93-e304-4dd5-a425-62c56fd44c1e) by verifier 'opnfv-tempest' (UUID=b800bee9-253a-494f-ab66-3f3f79c2199e). 2022-04-19 08:26:24.901 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:26:24.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/for-deployment-47297e93-e304-4dd5-a425-62c56fd44c1e/tempest.log' to option 'log_file'. 2022-04-19 08:26:24.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/for-deployment-47297e93-e304-4dd5-a425-62c56fd44c1e/tempest.log 2022-04-19 08:26:24.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:26:24.916 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/for-deployment-47297e93-e304-4dd5-a425-62c56fd44c1e/lock_files' to option 'lock_path'. 2022-04-19 08:26:24.916 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b800bee9-253a-494f-ab66-3f3f79c2199e/for-deployment-47297e93-e304-4dd5-a425-62c56fd44c1e/lock_files 2022-04-19 08:26:24.916 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:26:24.916 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 2022-04-19 08:26:24.916 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b407cd43-8e11-4bfb-b536-103c58d177a4 2022-04-19 08:26:24.917 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6374eda8-3064-4b49-95ae-6d4f4b028fd4 2022-04-19 08:26:24.917 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 25afdc30-3be0-4e39-a88b-6cc24ee4884d 2022-04-19 08:26:24.917 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 13238136-9ee7-48ad-89f7-d362a450c631 2022-04-19 08:26:25.221 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:26:25.221 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_4b1a69a7-d608-491a-a1f9-9c1b770c0e4a 2022-04-19 08:26:25.222 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:26:25.348 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:26:25.389 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 08:26:25.390 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_735b740f_HeHk4Z8e' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 08:26:25.424 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_735b740f_HeHk4Z8e' (ID = ac6c3008-cec0-4fbe-8bd2-ae7a706f6cf5) has been successfully created! 2022-04-19 08:26:25.425 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ac6c3008-cec0-4fbe-8bd2-ae7a706f6cf5' to option 'instance_type'. 2022-04-19 08:26:25.425 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ac6c3008-cec0-4fbe-8bd2-ae7a706f6cf5 2022-04-19 08:26:25.426 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context tempest@default setup() finished in 1.11 sec 2022-04-19 08:26:25.427 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context testr@default setup() finished in 0.26 msec 2022-04-19 08:26:25.427 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/daa95422-90e8-4bcc-a71d-3ebdf8477227'. 2022-04-19 08:26:45.438 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [4.608s] 2022-04-19 08:26:46.540 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.132s] 2022-04-19 08:26:49.537 33 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [7.310s] 2022-04-19 08:26:49.709 33 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... fail [2.399s] 2022-04-19 08:26:51.361 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [4.819s] 2022-04-19 08:26:51.561 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [6.121s] 2022-04-19 08:26:51.968 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.609s] 2022-04-19 08:27:09.023 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context testr@default cleanup() started 2022-04-19 08:27:09.023 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context testr@default cleanup() finished in 0.65 msec 2022-04-19 08:27:09.024 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context tempest@default cleanup() started 2022-04-19 08:27:09.170 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_735b740f_HeHk4Z8e'. 2022-04-19 08:27:09.371 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_735b740f_HeHk4Z8e' has been deleted. 2022-04-19 08:27:09.372 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ac6c3008-cec0-4fbe-8bd2-ae7a706f6cf5' of option 'instance_type' from Tempest config file. 2022-04-19 08:27:09.373 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ac6c3008-cec0-4fbe-8bd2-ae7a706f6cf5' has been removed. 2022-04-19 08:27:09.379 33 INFO rally.task.context [-] Verification b800bee9-253a-494f-ab66-3f3f79c2199e | Context tempest@default cleanup() finished in 0.36 sec 2022-04-19 08:27:09.401 33 INFO rally.api [-] Verification (UUID=735b740f-7155-497f-9db0-d2888841e232) has been successfully finished for deployment 'opnfv-rally' (UUID=47297e93-e304-4dd5-a425-62c56fd44c1e)! 2022-04-19 08:27:11.433 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:11.434 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:11.434 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:12.989 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:12.989 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:12.990 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:15.483 45 INFO rally.api [-] Building 'html' report for the following verification(s): '735b740f-7155-497f-9db0-d2888841e232' 2022-04-19 08:27:15.517 45 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:27:17.153 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:17.153 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:17.153 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:19.285 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '735b740f-7155-497f-9db0-d2888841e232' 2022-04-19 08:27:19.288 47 INFO rally.api [-] The report has been successfully built.