Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924335 - dev-python/github3-py-4.0.1 fails tests
Summary: dev-python/github3-py-4.0.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-12 08:04 UTC by Agostino Sarubbo
Modified: 2024-02-16 17:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,308.66 KB, text/plain)
2024-02-12 08:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-12 08:04:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/github3-py-4.0.1 fails tests.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-12 08:04:29 UTC
Created attachment 884776 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-12 08:04:30 UTC
Error(s) that match a know pattern:


 b'3
-
-    from unittest import mock
-    i'
-except ImportError:
-try:
E               requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(24841106 bytes read, -6696 more expected)', IncompleteRead(24841106 bytes read, -6696 more expected))
E               requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(25640 bytes read, -48 more expected)', IncompleteRead(25640 bytes read, -48 more expected))
E               requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(26668 bytes read, -48 more expected)', IncompleteRead(26668 bytes read, -48 more expected))
E               requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(39803372 bytes read, -10248 more expected)', IncompleteRead(39803372 bytes read, -10248 more expected))
E               urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(24841106 bytes read, -6696 more expected)', IncompleteRead(24841106 bytes read, -6696 more expected))
E               urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(25640 bytes read, -48 more expected)', IncompleteRead(25640 bytes read, -48 more expected))
E               urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(26668 bytes read, -48 more expected)', IncompleteRead(26668 bytes read, -48 more expected))
E               urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(39803372 bytes read, -10248 more expected)', IncompleteRead(39803372 bytes read, -10248 more expected))
E           github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncodingError'>: An error occurred while making a request to GitHub: ('Connection broken: IncompleteRead(24841106 bytes read, -6696 more expected)', IncompleteRead(24841106 bytes read, -6696 more expected))
E           github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncodingError'>: An error occurred while making a request to GitHub: ('Connection broken: IncompleteRead(25640 bytes read, -48 more expected)', IncompleteRead(25640 bytes read, -48 more expected))
E           github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncodingError'>: An error occurred while making a request to GitHub: ('Connection broken: IncompleteRead(26668 bytes read, -48 more expected)', IncompleteRead(26668 bytes read, -48 more expected))
E           github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncodingError'>: An error occurred while making a request to GitHub: ('Connection broken: IncompleteRead(39803372 bytes read, -10248 more expected)', IncompleteRead(39803372 bytes read, -10248 more expected))
FAILED tests/integration/test_repos_repo.py::TestComparison::test_diff - github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncod...
FAILED tests/integration/test_repos_repo.py::TestComparison::test_patch - github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncod...
FAILED tests/integration/test_repos_repo.py::TestRepoCommit::test_diff - github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncod...
FAILED tests/integration/test_repos_repo.py::TestRepoCommit::test_patch - github3.exceptions.TransportError: <class 'requests.exceptions.ChunkedEncod...
tests/unit/test_models.py::TestGitHubError::test_message PASSED     [ 744/1253]
tests/unit/test_models.py::TestGitHubError::test_message_is_empty PASSED [ 745/1253]
tests/unit/test_models.py::TestGitHubError::test_str PASSED         [ 746/1253]
Comment 3 Larry the Git Cow gentoo-dev 2024-02-16 17:16:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81696b1e24dad6dc617f6a87c7bc0e5c8ed28d46

commit 81696b1e24dad6dc617f6a87c7bc0e5c8ed28d46
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-02-16 16:58:55 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-02-16 17:15:51 +0000

    dev-python/github3-py: Deselect failing tests (upstream did too)
    
    Closes: https://bugs.gentoo.org/924335
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/github3-py/github3-py-4.0.1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)