)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"b33ee2619b5c27b53027f54bacfff1c0705aa418","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"4a1481ab_850d7b65","updated":"2022-02-03 05:01:28.000000000","message":"Looks like this fails in horizion with a Python 3.10 error in scss\n\n 04:36:00.010087 | controller |   File \"/usr/local/lib64/python3.10/site-packages/scss/types.py\", line 6, in \u003cmodule\u003e\n 2022-02-03 04:36:00.010102 | controller |     from collections import Iterable","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"35c2c5c081f3ac19254c083ebfb28a049fb128bc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"8b87fb42_e887a5a1","in_reply_to":"07a0dfcf_462d395e","updated":"2022-02-07 05:33:43.000000000","message":"Thanks, both of these done in ps4","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"22df9d561b04f052ec53bd84ca2a3303eeae0b38","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"93812603_1ccf1437","in_reply_to":"4a1481ab_850d7b65","updated":"2022-02-03 05:09:30.000000000","message":"This doesn\u0027t look great -- afaics this comes from [1] which pulls in pyScss, which has un-responded pull requests on this [2].\n\n... I guess this is exactly the type of thing Fedora is good at shaking out early.  But I don\u0027t see an easy answer unfortunately.\n\n[1] https://pypi.org/project/django-pyscss/#description\n[2] https://github.com/Kronuz/pyScss/pull/411","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"6959e0cdb46094d36e510c64626ca542de7a935b","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"07a0dfcf_462d395e","in_reply_to":"93812603_1ccf1437","updated":"2022-02-03 07:26:02.000000000","message":"While the failure in itself isn\u0027t great, I think that this is a great find. The issue will likely also affect Ubuntu 22.04, so it is really good to have a chance to fix this early. My suggestion would be:\n\n- Create a bug report for horizon so they can deal with this\n- Run the f35 with horizon disabled until it is fixed so we can see coverage of the remainder of the deployment.","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"ddd2a1f430e8292128b6b3fe86e236f8fcbcb8c9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"c22cd9de_f628cc39","updated":"2022-02-07 08:36:47.000000000","message":"Thx, c9s failure is unrelated.","commit_id":"c0a13412f7d8b722e1b8580c5464ae9dff985b4d"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"dc204d2d30e6246436b9b1f7113bba478f318a5c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"98981631_511a2d39","updated":"2022-02-08 14:56:13.000000000","message":"Different failure for c8s, so I\u0027m assuming that it is just unstable","commit_id":"343e35162798af4c0399f2f7c0a733c568782686"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"81ad0ea3dcf188b6c94f0fa7e83f34e2730533c3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"4a73a965_47987d9f","updated":"2022-02-08 07:14:42.000000000","message":"recheck c8s seems unrelated, too, but let\u0027s doublecheck","commit_id":"343e35162798af4c0399f2f7c0a733c568782686"}],"lib/apache":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"6959e0cdb46094d36e510c64626ca542de7a935b","unresolved":true,"context_lines":[{"line_number":85,"context_line":"    if is_ubuntu; then"},{"line_number":86,"context_line":"        local pkg_list\u003d\"uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi\""},{"line_number":87,"context_line":"        install_package ${pkg_list}"},{"line_number":88,"context_line":"    elif is_openeuler; then"},{"line_number":89,"context_line":"        # Note httpd comes with mod_proxy_uwsgi and it is loaded by"},{"line_number":90,"context_line":"        # default; the mod_proxy_uwsgi package actually conflicts now."},{"line_number":91,"context_line":"        # See:"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"edbf5740_1a1b15ff","line":88,"updated":"2022-02-03 07:26:02.000000000","message":"This is messing up the logic, because the original was \"! is_openeuler\". Also remember that \"is_fedora\" is really \"is_anything_rpm_based\", so this switches the behavior for Centos, too.","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"e42a8a307d4253eeaf303cd38b007d3979cffe3c","unresolved":false,"context_lines":[{"line_number":85,"context_line":"    if is_ubuntu; then"},{"line_number":86,"context_line":"        local pkg_list\u003d\"uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi\""},{"line_number":87,"context_line":"        install_package ${pkg_list}"},{"line_number":88,"context_line":"    elif is_openeuler; then"},{"line_number":89,"context_line":"        # Note httpd comes with mod_proxy_uwsgi and it is loaded by"},{"line_number":90,"context_line":"        # default; the mod_proxy_uwsgi package actually conflicts now."},{"line_number":91,"context_line":"        # See:"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"178b41b9_c57e68c2","line":88,"in_reply_to":"edbf5740_1a1b15ff","updated":"2022-02-07 05:34:00.000000000","message":"Done","commit_id":"34b56d83c3d15d1f2b27eeb4ee0f51cb22b5eb86"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6f70b5e128d9a2e13b13084fd325d115136541af","unresolved":true,"context_lines":[{"line_number":87,"context_line":"        install_package ${pkg_list}"},{"line_number":88,"context_line":"    # NOTE(ianw) 2022-02-03 : Fedora 35 needs to skip this and fall"},{"line_number":89,"context_line":"    # into the install-from-source because the upstream packages"},{"line_number":90,"context_line":"    # didn\u0027t fix Python 3.10 compatability before release.  Should be"},{"line_number":91,"context_line":"    # fixed in mod_wsgi 4.9.0; can remove this when packages available"},{"line_number":92,"context_line":"    # or we drop this release"},{"line_number":93,"context_line":"    elif is_fedora \u0026\u0026 ! is_openeuler \u0026\u0026 ! [[ $DISTRO \u003d~ f35 ]]; then"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"daa37e15_04b884c5","line":90,"range":{"start_line":90,"start_character":29,"end_line":90,"end_character":43},"updated":"2022-02-07 09:05:37.000000000","message":"nit: compatibility","commit_id":"c0a13412f7d8b722e1b8580c5464ae9dff985b4d"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"d6eb75d0ec6e2d67119ce10c51c606559df27115","unresolved":false,"context_lines":[{"line_number":87,"context_line":"        install_package ${pkg_list}"},{"line_number":88,"context_line":"    # NOTE(ianw) 2022-02-03 : Fedora 35 needs to skip this and fall"},{"line_number":89,"context_line":"    # into the install-from-source because the upstream packages"},{"line_number":90,"context_line":"    # didn\u0027t fix Python 3.10 compatability before release.  Should be"},{"line_number":91,"context_line":"    # fixed in mod_wsgi 4.9.0; can remove this when packages available"},{"line_number":92,"context_line":"    # or we drop this release"},{"line_number":93,"context_line":"    elif is_fedora \u0026\u0026 ! is_openeuler \u0026\u0026 ! [[ $DISTRO \u003d~ f35 ]]; then"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"cf645ed6_979c054a","line":90,"range":{"start_line":90,"start_character":29,"end_line":90,"end_character":43},"in_reply_to":"daa37e15_04b884c5","updated":"2022-02-07 21:08:43.000000000","message":"Done","commit_id":"c0a13412f7d8b722e1b8580c5464ae9dff985b4d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6f70b5e128d9a2e13b13084fd325d115136541af","unresolved":true,"context_lines":[{"line_number":88,"context_line":"    # NOTE(ianw) 2022-02-03 : Fedora 35 needs to skip this and fall"},{"line_number":89,"context_line":"    # into the install-from-source because the upstream packages"},{"line_number":90,"context_line":"    # didn\u0027t fix Python 3.10 compatability before release.  Should be"},{"line_number":91,"context_line":"    # fixed in mod_wsgi 4.9.0; can remove this when packages available"},{"line_number":92,"context_line":"    # or we drop this release"},{"line_number":93,"context_line":"    elif is_fedora \u0026\u0026 ! is_openeuler \u0026\u0026 ! [[ $DISTRO \u003d~ f35 ]]; then"},{"line_number":94,"context_line":"        # Note httpd comes with mod_proxy_uwsgi and it is loaded by"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"dc750366_b4ef864a","line":91,"range":{"start_line":91,"start_character":15,"end_line":91,"end_character":24},"updated":"2022-02-07 09:05:37.000000000","message":"mod_wsgi? not uwsgi?","commit_id":"c0a13412f7d8b722e1b8580c5464ae9dff985b4d"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"d6eb75d0ec6e2d67119ce10c51c606559df27115","unresolved":false,"context_lines":[{"line_number":88,"context_line":"    # NOTE(ianw) 2022-02-03 : Fedora 35 needs to skip this and fall"},{"line_number":89,"context_line":"    # into the install-from-source because the upstream packages"},{"line_number":90,"context_line":"    # didn\u0027t fix Python 3.10 compatability before release.  Should be"},{"line_number":91,"context_line":"    # fixed in mod_wsgi 4.9.0; can remove this when packages available"},{"line_number":92,"context_line":"    # or we drop this release"},{"line_number":93,"context_line":"    elif is_fedora \u0026\u0026 ! is_openeuler \u0026\u0026 ! [[ $DISTRO \u003d~ f35 ]]; then"},{"line_number":94,"context_line":"        # Note httpd comes with mod_proxy_uwsgi and it is loaded by"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"2fd32bb2_198cea6d","line":91,"range":{"start_line":91,"start_character":15,"end_line":91,"end_character":24},"in_reply_to":"dc750366_b4ef864a","updated":"2022-02-07 21:08:43.000000000","message":"Done","commit_id":"c0a13412f7d8b722e1b8580c5464ae9dff985b4d"}]}
