Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (python-jenkins) Fails To Install in Fedora 41: can't install python3-jenkins: - nothing provides python3.12dist(requests) needed by python3-jenkins-1.8.2-2.fc41.noarch - nothing provides python3.12dist(multi-key-dict) needed by python3-jenkins-1.8.2-2.fc41.noarch - nothing provides python(abi) = 3.12 needed by python3-jenkins-1.8.2-2.fc41.noarch - nothing provides python3.12dist(pbr) >= 0.8.2 needed by python3-jenkins-1.8.2-2.fc41.noarch - nothing provides python3.12dist(six) >= 1.3 needed by python3-jenkins-1.8.2-2.fc41.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-41-x86_64 --config-opts mirrored=False install python3-jenkins P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.
This package has failed to build with Python 3.13 so far. Fedora 41 is already in the Beta Freeze phase. What's your plan going forward? Will the package be fixed in time for the Final Freeze of Fedora 41 (planned on Oct 15th 2024)? If you don't plan or can't fix the package before Fedora 41 goes into the Final Freeze phase, please retire the package. You can unretire it anytime during the Fedora 41 lifecycle - doing this now will simply ensure that we don't release Fedora with a broken package. Thank you!
This is still blocked on `python-multiprocess`, which appears to be blocked on `python-dill`.
The author of python-dill (which is the origin of the TypeError) plans to release a Python 3.13 compatible version “this coming week.” It’s cutting it close, but that should be good enough to successfully rebuild python-multiprocess and its dependent packages before the Final Freeze. https://github.com/uqfoundation/dill/issues/654#issuecomment-2335002987
+ /usr/bin/python3 -m testtools.run discover tests WARNING:root:JENKINS_API_EXTRA_HEADERS adds these HTTP headers: ['X-Auth: 123', 'X-Key: 234'] WARNING:root:JENKINS_API_EXTRA_HEADERS adds these HTTP headers: ['X-Auth: 123', 'X-Key: 234'] Tests running... building False msg test revision 66 user unknown building False msg test revision 66 user unknown building False msg test revision 66 user unknown building False msg test revision 66 user unknown ====================================================================== ERROR: test_node.JenkinsCreateNodeTest.test_simple(base_url1) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 894, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(30 bytes read, -10 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/models.py", line 820, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 1060, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 977, in read data = self._raw_read(amt) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 872, in _raw_read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 772, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(30 bytes read, -10 more expected)', IncompleteRead(30 bytes read, -10 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 317, in inner return func(*args, **kwargs) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/tests/test_node.py", line 209, in test_simple self.j.create_node('test node', exclusive=True) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1715, in create_node self.assert_node_exists(name, 'create[%s] failed') ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1626, in assert_node_exists if not self.node_exists(name): ~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1612, in node_exists self.get_node_info(name) ~~~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1592, in get_node_info response = self.jenkins_open(requests.Request( 'GET', self._build_url(NODE_INFO, locals()) )) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 562, in jenkins_open return self.jenkins_request(req, add_crumb, resolve_auth).text ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 589, in jenkins_request self._request(req, stream)) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 555, in _request return self._session.send(r, **_settings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 185, in _fake_send return _original_send(session, request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 746, in send r.content File "/usr/lib/python3.13/site-packages/requests/models.py", line 902, in content self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(30 bytes read, -10 more expected)', IncompleteRead(30 bytes read, -10 more expected)) ====================================================================== ERROR: test_node.JenkinsCreateNodeTest.test_simple(base_url2) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 894, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(30 bytes read, -10 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/models.py", line 820, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 1060, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 977, in read data = self._raw_read(amt) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 872, in _raw_read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 772, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(30 bytes read, -10 more expected)', IncompleteRead(30 bytes read, -10 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 317, in inner return func(*args, **kwargs) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/tests/test_node.py", line 209, in test_simple self.j.create_node('test node', exclusive=True) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1715, in create_node self.assert_node_exists(name, 'create[%s] failed') ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1626, in assert_node_exists if not self.node_exists(name): ~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1612, in node_exists self.get_node_info(name) ~~~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1592, in get_node_info response = self.jenkins_open(requests.Request( 'GET', self._build_url(NODE_INFO, locals()) )) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 562, in jenkins_open return self.jenkins_request(req, add_crumb, resolve_auth).text ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 589, in jenkins_request self._request(req, stream)) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 555, in _request return self._session.send(r, **_settings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 185, in _fake_send return _original_send(session, request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 746, in send r.content File "/usr/lib/python3.13/site-packages/requests/models.py", line 902, in content self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(30 bytes read, -10 more expected)', IncompleteRead(30 bytes read, -10 more expected)) ====================================================================== ERROR: test_node.JenkinsCreateNodeTest.test_urlencode(base_url1) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 894, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(37 bytes read, -17 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/models.py", line 820, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 1060, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 977, in read data = self._raw_read(amt) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 872, in _raw_read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 772, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(37 bytes read, -17 more expected)', IncompleteRead(37 bytes read, -17 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 317, in inner return func(*args, **kwargs) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/tests/test_node.py", line 239, in test_urlencode self.j.create_node( ~~~~~~~~~~~~~~~~~~^ # Note the use of a URL-encodable character "+" here. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... launcher=jenkins.LAUNCHER_SSH, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ launcher_params=params) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1715, in create_node self.assert_node_exists(name, 'create[%s] failed') ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1626, in assert_node_exists if not self.node_exists(name): ~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1612, in node_exists self.get_node_info(name) ~~~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1592, in get_node_info response = self.jenkins_open(requests.Request( 'GET', self._build_url(NODE_INFO, locals()) )) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 562, in jenkins_open return self.jenkins_request(req, add_crumb, resolve_auth).text ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 589, in jenkins_request self._request(req, stream)) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 555, in _request return self._session.send(r, **_settings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 185, in _fake_send return _original_send(session, request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 746, in send r.content File "/usr/lib/python3.13/site-packages/requests/models.py", line 902, in content self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(37 bytes read, -17 more expected)', IncompleteRead(37 bytes read, -17 more expected)) ====================================================================== ERROR: test_node.JenkinsCreateNodeTest.test_urlencode(base_url2) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 894, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(37 bytes read, -17 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/models.py", line 820, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 1060, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 977, in read data = self._raw_read(amt) File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 872, in _raw_read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/response.py", line 772, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(37 bytes read, -17 more expected)', IncompleteRead(37 bytes read, -17 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 317, in inner return func(*args, **kwargs) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/tests/test_node.py", line 239, in test_urlencode self.j.create_node( ~~~~~~~~~~~~~~~~~~^ # Note the use of a URL-encodable character "+" here. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... launcher=jenkins.LAUNCHER_SSH, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ launcher_params=params) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1715, in create_node self.assert_node_exists(name, 'create[%s] failed') ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1626, in assert_node_exists if not self.node_exists(name): ~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1612, in node_exists self.get_node_info(name) ~~~~~~~~~~~~~~~~~~^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 1592, in get_node_info response = self.jenkins_open(requests.Request( 'GET', self._build_url(NODE_INFO, locals()) )) File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 562, in jenkins_open return self.jenkins_request(req, add_crumb, resolve_auth).text ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 589, in jenkins_request self._request(req, stream)) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-jenkins-1.8.2-build/python-jenkins/jenkins/__init__.py", line 555, in _request return self._session.send(r, **_settings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests_mock/mocker.py", line 185, in _fake_send return _original_send(session, request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 746, in send r.content File "/usr/lib/python3.13/site-packages/requests/models.py", line 902, in content self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(37 bytes read, -17 more expected)', IncompleteRead(37 bytes read, -17 more expected))
The errors in comment #5 appear to be a result of an incompatibility between `python-requests-mock` < 1.11.0 and `python-urllib3` >= 2.0.0, which is present in Rawhide. See the upstream bug report: https://github.com/jamielennox/requests-mock/issues/228 So Rawhide needs an update of `python-requests-mock`.
Pull request: https://src.fedoraproject.org/rpms/python-requests-mock/pull-request/8
FEDORA-2024-8f868c9ceb (python-jenkins-1.8.2-4.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-8f868c9ceb
FEDORA-2024-8f868c9ceb has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-8f868c9ceb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-8f868c9ceb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-8f868c9ceb (python-jenkins-1.8.2-4.fc41 and python-jenkins-job-builder-6.4.1-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.