Bug 2291746 - F41FailsToInstall: python3-jenkins
Summary: F41FailsToInstall: python3-jenkins
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-jenkins
Version: 41
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Scott K Logan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2213553 2246347 2264225 2291671 2291784
Blocks: F41FTBFS F41FailsToInstall PYTHON3.13
TreeView+ depends on / blocked
 
Reported: 2024-06-12 11:24 UTC by Fedora Fails To Install
Modified: 2024-10-05 00:16 UTC (History)
5 users (show)

Fixed In Version: python-jenkins-1.8.2-4.fc41
Clone Of:
Environment:
Last Closed: 2024-10-05 00:16:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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/

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!

Comment 1 Fedora Fails To Install 2024-06-19 20:04:37 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.

Comment 2 Karolina Surma 2024-09-04 14:54:33 UTC
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!

Comment 3 Scott K Logan 2024-09-04 14:58:56 UTC
This is still blocked on `python-multiprocess`, which appears to be blocked on `python-dill`.

Comment 4 Ben Beasley 2024-09-08 11:53:56 UTC
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

Comment 5 Miro Hrončok 2024-09-17 11:16:49 UTC
+ /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))

Comment 6 Christoph Erhardt 2024-09-25 22:01:43 UTC
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`.

Comment 7 Christoph Erhardt 2024-09-25 22:09:51 UTC
Pull request: https://src.fedoraproject.org/rpms/python-requests-mock/pull-request/8

Comment 8 Fedora Update System 2024-09-26 10:37:10 UTC
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

Comment 9 Fedora Update System 2024-09-27 01:42:41 UTC
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.

Comment 10 Fedora Update System 2024-10-05 00:16:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.