2022-02-19 16:14:25.255 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:25.256 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:25.256 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:27.917 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-02-19 16:14:27.917 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:14:27.917 7 ERROR rally.cli.cliutils 2022-02-19 16:14:29.498 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:29.498 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:29.499 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:33.915 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:33.916 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:33.916 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:38.451 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:38.451 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:38.452 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:40.026 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:40.027 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:40.027 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:42.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-02-19 16:14:42.554 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:14:42.554 16 ERROR rally.cli.cliutils 2022-02-19 16:14:44.224 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:44.224 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:44.225 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:46.476 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:14:46.562 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/repo. 2022-02-19 16:14:46.936 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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-02-19 16:14:46.952 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:14:46.962 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:14:46.982 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:14:47.052 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:14:47.750 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13b9b2fe-dbd2-48f3-90b5-2a28502c69c4) has been successfully created! 2022-02-19 16:14:49.430 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:49.430 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:49.431 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:54.105 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:14:54.106 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:14:54.106 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:14:56.189 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=13b9b2fe-dbd2-48f3-90b5-2a28502c69c4) for deployment 'opnfv-rally' (UUID=d9a57683-f65e-436f-99e3-9fc6d9ae93b6). 2022-02-19 16:14:56.651 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13b9b2fe-dbd2-48f3-90b5-2a28502c69c4) has been successfully configured for deployment 'opnfv-rally' (UUID=d9a57683-f65e-436f-99e3-9fc6d9ae93b6)! 2022-02-19 16:15:05.318 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:15:05.318 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:15:05.318 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:15:07.703 33 INFO rally.api [-] Starting verification (UUID=8e85b8d8-eba7-4bcc-843b-dc918c84ecbc) for deployment 'opnfv-rally' (UUID=d9a57683-f65e-436f-99e3-9fc6d9ae93b6) by verifier 'opnfv-tempest' (UUID=13b9b2fe-dbd2-48f3-90b5-2a28502c69c4). 2022-02-19 16:15:08.552 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:15:08.552 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/for-deployment-d9a57683-f65e-436f-99e3-9fc6d9ae93b6/tempest.log' to option 'log_file'. 2022-02-19 16:15:08.553 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/for-deployment-d9a57683-f65e-436f-99e3-9fc6d9ae93b6/tempest.log 2022-02-19 16:15:08.553 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:15:08.553 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/for-deployment-d9a57683-f65e-436f-99e3-9fc6d9ae93b6/lock_files' to option 'lock_path'. 2022-02-19 16:15:08.554 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-13b9b2fe-dbd2-48f3-90b5-2a28502c69c4/for-deployment-d9a57683-f65e-436f-99e3-9fc6d9ae93b6/lock_files 2022-02-19 16:15:08.554 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-02-19 16:15:08.554 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 577de692-506a-4a4e-a4b6-0c3df8970206 2022-02-19 16:15:08.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ea066783-3fa5-4997-ae4b-d72212b1ae2a 2022-02-19 16:15:08.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 572d2147-5971-41e5-9048-3a60177b76eb 2022-02-19 16:15:08.556 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fa6e28a8-ed95-42a1-bb2d-ea65b1366d29 2022-02-19 16:15:08.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:15:08.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_30fead78-d66a-4572-9ac6-99067a61728d 2022-02-19 16:15:08.952 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:15:09.038 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:15:09.077 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2008a33c_RJV29mgY'. Using flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) for the tests. 2022-02-19 16:15:09.077 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:15:09.078 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:15:09.079 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context tempest@default setup() finished in 1.11 sec 2022-02-19 16:15:09.080 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context testr@default setup() finished in 0.39 msec 2022-02-19 16:15:09.081 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c41b8c1c-8796-4411-ada4-d287a393e90c'. 2022-02-19 16:15:22.978 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.502s] 2022-02-19 16:15:25.923 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.110s] 2022-02-19 16:15:28.390 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.466s] 2022-02-19 16:15:28.493 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [5.514s] 2022-02-19 16:15:28.572 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.182s] 2022-02-19 16:15:29.885 33 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [5.370s] 2022-02-19 16:15:29.895 33 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... fail [2.119s] 2022-02-19 16:15:46.209 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context testr@default cleanup() started 2022-02-19 16:15:46.209 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context testr@default cleanup() finished in 0.83 msec 2022-02-19 16:15:46.210 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context tempest@default cleanup() started 2022-02-19 16:15:46.546 33 INFO rally.task.context [-] Verification 13b9b2fe-dbd2-48f3-90b5-2a28502c69c4 | Context tempest@default cleanup() finished in 0.34 sec 2022-02-19 16:15:46.572 33 INFO rally.api [-] Verification (UUID=8e85b8d8-eba7-4bcc-843b-dc918c84ecbc) has been successfully finished for deployment 'opnfv-rally' (UUID=d9a57683-f65e-436f-99e3-9fc6d9ae93b6)! 2022-02-19 16:15:48.472 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:15:48.472 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:15:48.472 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:15:49.957 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:15:49.958 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:15:49.958 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:15:52.532 45 INFO rally.api [-] Building 'html' report for the following verification(s): '8e85b8d8-eba7-4bcc-843b-dc918c84ecbc' 2022-02-19 16:15:52.580 45 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:15:54.190 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:15:54.190 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:15:54.191 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:15:56.429 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8e85b8d8-eba7-4bcc-843b-dc918c84ecbc' 2022-02-19 16:15:56.432 47 INFO rally.api [-] The report has been successfully built.