Source: pycurl
Version: 7.45.2-7
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: sid trixie ftbfs

Dear Maintainer,

pycurl currently fails to build from source on amd64 and arm64 with the
following error:

=================================== FAILURES ===================================
__________________ CertinfoTest.test_request_without_certinfo __________________

self = <tests.certinfo_test.CertinfoTest 
testMethod=test_request_without_certinfo>

    @util.min_libcurl(7, 19, 1)
    @util.only_ssl
    def test_request_without_certinfo(self):
        self.curl.setopt(pycurl.URL, 'https://localhost:8383/success')
        sio = util.BytesIO()
        self.curl.setopt(pycurl.WRITEFUNCTION, sio.write)
        # self signed certificate
        self.curl.setopt(pycurl.SSL_VERIFYPEER, 0)
>       self.curl.perform()
E       pycurl.error: (56, 'GnuTLS recv error (-110): The TLS connection was 
non-properly terminated.')

tests/certinfo_test.py:34: error
=============================== warnings summary ===============================
../../../usr/lib/python3/dist-packages/bottle.py:38
  /usr/lib/python3/dist-packages/bottle.py:38: DeprecationWarning: 'cgi' is 
deprecated and slated for removal in Python 3.13
    import base64, cgi, email.utils, functools, hmac, itertools, mimetypes,\

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
===Flaky Test Report===
=========================== short test summary info ============================
FAILED tests/certinfo_test.py::CertinfoTest::test_request_without_certinfo - ...
===== 1 failed, 404 passed, 19 skipped, 5 deselected, 1 warning in 15.80s ======

Reply via email to