Bug 2291746
Summary: | F41FailsToInstall: python3-jenkins | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-jenkins | Assignee: | Scott K Logan <logans> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 41 | CC: | code, fedora, ksurma, logans, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-jenkins-1.8.2-4.fc41 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-05 00:16:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2213553, 2246347, 2264225, 2291671, 2291784 | ||
Bug Blocks: | 2260875, 2260877, 2244836 |
Description
Fedora Fails To Install
2024-06-12 11:24:40 UTC
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`. 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. |