Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 935502

Summary: 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)'))
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo, mips
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: MIPS   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=934778
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log and emerge --info

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 ===============================