Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935502 - dev-python/cheroot-10.0.1 fails tests on mips: SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)'))
Summary: dev-python/cheroot-10.0.1 fails tests on mips: SSLError(SSLError(1, '[SSL: TL...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: MIPS Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-07-04 20:44 UTC by matoro
Modified: 2024-07-04 20:44 UTC (History)
2 users (show)

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


Attachments
build.log and emerge --info (file_935502.txt,349.07 KB, text/plain)
2024-07-04 20:44 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-07-04 20:44:48 UTC
Created attachment 896981 [details]
build.log and emerge --info

Looks like one real error and a bunch of ssl stuff

FAILED cheroot/test/test_ssl.py::test_tls_client_auth[2-True-*.localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=41367): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_ssl_env[2-True-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=49591): Max retries exceeded with url: /env (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[1-True-127.0.0.1-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=58703): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-builtin] - AssertionError: The underlying error is ConnectionResetError(131, 'Connection reset by peer')
assert 131 == 104
 +  where 131 = ConnectionResetError(131, 'Connection reset by peer').errno
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[2-True-not_localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=42037): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_http_over_https_error[::-builtin] - AssertionError: The underlying error is ConnectionResetError(131, 'Connection reset by peer')
assert 131 == 104
 +  where 131 = ConnectionResetError(131, 'Connection reset by peer').errno
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[1-True-*.localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=37547): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_errors.py::test_plat_specific_errors[err_names1-err_nums1] - assert [11, 32, 98] == [11, 32, 91]
  
  At index 2 diff: 98 != 91
  
  Full diff:
    [
        11,
        32,
  -     91,
  ?      ^
  +     98,
  ?      ^
    ]
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[2-True-127.0.0.1-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=36723): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[2-True-localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=38599): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_ssl_env[1-True-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=59497): Max retries exceeded with url: /env (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[1-True-localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=55331): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[1-True-not_localhost-pyopenssl] - requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=50977): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2563)')))
=============================== 13 failed, 160 passed, 3 xfailed, 75 warnings in 41.51s ===============================