)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":5689,"name":"Masayuki Igawa","email":"masayuki@igawa.io","username":"igawa"},"change_message_id":"f935fa6d59162d5d181029e6e3df0db6d2bbe8d1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"17083d37_dfe68987","updated":"2023-02-27 10:55:38.000000000","message":"The warning message has gone though there are still some other warnings which are different ones.\n\n\nhttps://zuul.opendev.org/t/openstack/build/a0bfed3087474e868a4f1e11c21fb87c/log/job-output.txt#22197\n~~~\n...\n2023-02-25 00:03:35.152175 | controller | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.NqXFtDgwep\n2023-02-25 00:03:35.958183 | controller | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:24: DeprecationWarning: The tempest.lib.services.image.v1 module (Image v1 APIs service clients) is deprecated in favor of tempest.lib.services.image.v2 (Image v2 APIs service clients) and will be removed once Tempest stop supporting stable Ussuri.\n2023-02-25 00:03:35.958214 | controller |   warnings.warn(\n2023-02-25 00:03:36.113538 | controller | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby.\n2023-02-25 00:03:36.113589 | controller |   warnings.warn(\n2023-02-25 00:03:37.531894 | controller | /opt/stack/tempest/tempest/lib/services/clients.py:210: DeprecationWarning: Class \u0027tempest.lib.services.volume.v2.extensions_client.ExtensionsClient\u0027 has moved to \u0027tempest.lib.services.volume.v3.extensions_client.ExtensionsClient\u0027 in version \u0027Rocky\u0027 and will be removed in a future version\n2023-02-25 00:03:37.531979 | controller |   _client \u003d klass(auth_provider\u003dauth_provider, **kwargs)\n2023-02-25 00:03:39.456009 | controller | Config option api_v2 in group image-feature-enabled should be changed to: False\n~~~","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"},{"author":{"_account_id":31068,"name":"Joel Capitao","email":"jcapitao@redhat.com","username":"jcapiitao"},"change_message_id":"02c94d583bbcf806aa837b7b87d49a190157a654","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8c2d5285_c59766b2","updated":"2023-02-28 07:54:19.000000000","message":"This patch should bump jsonschema to \u003e\u003d 4.16.0 as it needs this commit [1]\n\n[1] https://github.com/python-jsonschema/jsonschema/commit/ee024ffc61bee56b25e816f489d7365fe1445c6d ","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"5209f0c05ff8670000ce1cf9533d3aa841e8af64","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"7995c72f_ff665021","updated":"2023-02-27 20:17:25.000000000","message":"lgtm","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"c7131b902e6addcf191103411295a7fc5d68b005","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d68953bd_5267fdef","in_reply_to":"8c2d5285_c59766b2","updated":"2023-03-01 09:52:26.000000000","message":"good catch! thank you! \n\nit got addressed by https://review.opendev.org/c/openstack/tempest/+/875752","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"},{"author":{"_account_id":31068,"name":"Joel Capitao","email":"jcapitao@redhat.com","username":"jcapiitao"},"change_message_id":"3fc3445d7dd6aae00b4bd6951dba324f1b76ce8d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f45edcab_33738bfc","in_reply_to":"cc6a75c0_8f90a525","updated":"2023-03-03 07:17:01.000000000","message":"Yes, but the format checker exposed at jsonschema.Draft4Validator.FORMAT_CHECKER used in line 21 of this patch is available since jsonschema 4.16.0 [1]. Plus, this is also this commit that introduced the deprecated warning message.\nWe hit issue while running unittest in RDO with jsonschema-3.2.0 [2][3]\n\n[1] https://github.com/python-jsonschema/jsonschema/commit/ee024ffc61bee56b25e816f489d7365fe1445c6d\n[2] https://review.rdoproject.org/r/c/openstack/tempest-distgit/+/47228\n[3] https://trunk.rdoproject.org/centos9-master/component/tempest/6f/93/6f93d828fc317b4e53c27128b24f8d82c914ac3d_7900ce04/rpmbuild.log","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"da8d8ec9b88ab0f65713fcdef02b2d479eab0140","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"cc6a75c0_8f90a525","in_reply_to":"d68953bd_5267fdef","updated":"2023-03-02 19:36:27.000000000","message":"well, i started questioning whether we really needed to bump the minimal version of jsonschema, it seems to me that Draft4Validator was defined even in the 3.2.0 version of jsonschema","commit_id":"d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"}]}
