Your message dated Mon, 26 Aug 2024 15:20:36 +0000
with message-id <[email protected]>
and subject line Bug#1073393: fixed in python-requests-unixsocket 0.3.0-5
has caused the Debian Bug report #1073393,
regarding python-requests-unixsocket: FTBFS: TimeoutError: [Errno 110]
Connection timed out
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1073393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073393
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-requests-unixsocket
Version: 0.3.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; set -x ; for pyvers in 3.12 3.11; do \
> PYTHONPATH=/<<PKGBUILDDIR>> python$pyvers -m pytest
> requests_unixsocket/tests ; \
> done
> + PYTHONPATH=/<<PKGBUILDDIR>> python3.12 -m pytest requests_unixsocket/tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: pytest.ini
> collected 5 items
>
> requests_unixsocket/tests/test_requests_unixsocket.py FFFFF
> [100%]
>
> =================================== FAILURES
> ===================================
> _________________________ test_unix_domain_adapter_ok
> __________________________
> /usr/lib/python3/dist-packages/requests/adapters.py:633: in send
> conn = self.get_connection_with_tls_context(
> /usr/lib/python3/dist-packages/requests/adapters.py:489: in
> get_connection_with_tls_context
> conn = self.poolmanager.connection_from_host(
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:303: in
> connection_from_host
> return self.connection_from_context(request_context)
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:325: in
> connection_from_context
> raise URLSchemeUnknown(scheme)
> E urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+unix
>
> During handling of the above exception, another exception occurred:
> requests_unixsocket/tests/test_requests_unixsocket.py:27: in
> test_unix_domain_adapter_ok
> r = getattr(session, method)(url)
> /usr/lib/python3/dist-packages/requests/sessions.py:602: in get
> return self.request("GET", url, **kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:589: in request
> resp = self.send(prep, **send_kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:703: in send
> r = adapter.send(request, **kwargs)
> /usr/lib/python3/dist-packages/requests/adapters.py:637: in send
> raise InvalidURL(e, request=request)
> E requests.exceptions.InvalidURL: Not supported URL scheme http+unix
> ________________ test_unix_domain_adapter_url_with_query_params
> ________________
> /usr/lib/python3/dist-packages/requests/adapters.py:633: in send
> conn = self.get_connection_with_tls_context(
> /usr/lib/python3/dist-packages/requests/adapters.py:489: in
> get_connection_with_tls_context
> conn = self.poolmanager.connection_from_host(
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:303: in
> connection_from_host
> return self.connection_from_context(request_context)
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:325: in
> connection_from_context
> raise URLSchemeUnknown(scheme)
> E urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+unix
>
> During handling of the above exception, another exception occurred:
> requests_unixsocket/tests/test_requests_unixsocket.py:54: in
> test_unix_domain_adapter_url_with_query_params
> r = getattr(session, method)(url)
> /usr/lib/python3/dist-packages/requests/sessions.py:602: in get
> return self.request("GET", url, **kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:589: in request
> resp = self.send(prep, **send_kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:703: in send
> r = adapter.send(request, **kwargs)
> /usr/lib/python3/dist-packages/requests/adapters.py:637: in send
> raise InvalidURL(e, request=request)
> E requests.exceptions.InvalidURL: Not supported URL scheme http+unix
> __________________ test_unix_domain_adapter_connection_error
> ___________________
> /usr/lib/python3/dist-packages/requests/adapters.py:633: in send
> conn = self.get_connection_with_tls_context(
> /usr/lib/python3/dist-packages/requests/adapters.py:489: in
> get_connection_with_tls_context
> conn = self.poolmanager.connection_from_host(
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:303: in
> connection_from_host
> return self.connection_from_context(request_context)
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:325: in
> connection_from_context
> raise URLSchemeUnknown(scheme)
> E urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+unix
>
> During handling of the above exception, another exception occurred:
> requests_unixsocket/tests/test_requests_unixsocket.py:77: in
> test_unix_domain_adapter_connection_error
> getattr(session, method)(
> /usr/lib/python3/dist-packages/requests/sessions.py:602: in get
> return self.request("GET", url, **kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:589: in request
> resp = self.send(prep, **send_kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:703: in send
> r = adapter.send(request, **kwargs)
> /usr/lib/python3/dist-packages/requests/adapters.py:637: in send
> raise InvalidURL(e, request=request)
> E requests.exceptions.InvalidURL: Not supported URL scheme http+unix
> ______________ test_unix_domain_adapter_connection_proxies_error
> _______________
> /usr/lib/python3/dist-packages/urllib3/connection.py:203: in _new_conn
> sock = connection.create_connection(
> /usr/lib/python3/dist-packages/urllib3/util/connection.py:85: in
> create_connection
> raise err
> /usr/lib/python3/dist-packages/urllib3/util/connection.py:73: in
> create_connection
> sock.connect(sa)
> E TimeoutError: [Errno 110] Connection timed out
>
> The above exception was the direct cause of the following exception:
> /usr/lib/python3/dist-packages/urllib3/connectionpool.py:791: in urlopen
> response = self._make_request(
> /usr/lib/python3/dist-packages/urllib3/connectionpool.py:497: in _make_request
> conn.request(
> /usr/lib/python3/dist-packages/urllib3/connection.py:395: in request
> self.endheaders()
> /usr/lib/python3.12/http/client.py:1331: in endheaders
> self._send_output(message_body, encode_chunked=encode_chunked)
> /usr/lib/python3.12/http/client.py:1091: in _send_output
> self.send(msg)
> /usr/lib/python3.12/http/client.py:1035: in send
> self.connect()
> /usr/lib/python3/dist-packages/urllib3/connection.py:243: in connect
> self.sock = self._new_conn()
> /usr/lib/python3/dist-packages/urllib3/connection.py:212: in _new_conn
> raise ConnectTimeoutError(
> E urllib3.exceptions.ConnectTimeoutError:
> (<urllib3.connection.HTTPConnection object at 0x7ffb9c5b4290>, 'Connection to
> 10.10.1.10 timed out. (connect timeout=None)')
>
> The above exception was the direct cause of the following exception:
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 203, in
> _new_conn
> sock = connection.create_connection(
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 85,
> in create_connection
> raise err
> File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73,
> in create_connection
> sock.connect(sa)
> TimeoutError: [Errno 110] Connection timed out
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 791,
> in urlopen
> response = self._make_request(
> ^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 497,
> in _make_request
> conn.request(
> File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 395, in
> request
> self.endheaders()
> File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders
> self._send_output(message_body, encode_chunked=encode_chunked)
> File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output
> self.send(msg)
> File "/usr/lib/python3.12/http/client.py", line 1035, in send
> self.connect()
> File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 243, in
> connect
> self.sock = self._new_conn()
> ^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 212, in
> _new_conn
> raise ConnectTimeoutError(
> urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPConnection
> object at 0x7ffb9c5b4290>, 'Connection to 10.10.1.10 timed out. (connect
> timeout=None)')
>
> The above exception was the direct cause of the following exception:
>
> urllib3.exceptions.ProxyError: ('Unable to connect to proxy',
> ConnectTimeoutError(<urllib3.connection.HTTPConnection object at
> 0x7ffb9c5b4290>, 'Connection to 10.10.1.10 timed out. (connect
> timeout=None)'))
>
> The above exception was the direct cause of the following exception:
> /usr/lib/python3/dist-packages/requests/adapters.py:667: in send
> resp = conn.urlopen(
> /usr/lib/python3/dist-packages/urllib3/connectionpool.py:845: in urlopen
> retries = retries.increment(
> /usr/lib/python3/dist-packages/urllib3/util/retry.py:515: in increment
> raise MaxRetryError(_pool, url, reason) from reason # type:
> ignore[arg-type]
> E urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.10.1.10',
> port=1080): Max retries exceeded with url: /path/to/page (Caused by
> ProxyError('Unable to connect to proxy',
> ConnectTimeoutError(<urllib3.connection.HTTPConnection object at
> 0x7ffb9c5b4290>, 'Connection to 10.10.1.10 timed out. (connect
> timeout=None)')))
>
> During handling of the above exception, another exception occurred:
> requests_unixsocket/tests/test_requests_unixsocket.py:86: in
> test_unix_domain_adapter_connection_proxies_error
> getattr(session, method)(
> /usr/lib/python3/dist-packages/requests/sessions.py:602: in get
> return self.request("GET", url, **kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:589: in request
> resp = self.send(prep, **send_kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:703: in send
> r = adapter.send(request, **kwargs)
> /usr/lib/python3/dist-packages/requests/adapters.py:694: in send
> raise ProxyError(e, request=request)
> E requests.exceptions.ProxyError: HTTPConnectionPool(host='10.10.1.10',
> port=1080): Max retries exceeded with url: /path/to/page (Caused by
> ProxyError('Unable to connect to proxy',
> ConnectTimeoutError(<urllib3.connection.HTTPConnection object at
> 0x7ffb9c5b4290>, 'Connection to 10.10.1.10 timed out. (connect
> timeout=None)')))
> _____________________ test_unix_domain_adapter_monkeypatch
> _____________________
> /usr/lib/python3/dist-packages/requests/adapters.py:633: in send
> conn = self.get_connection_with_tls_context(
> /usr/lib/python3/dist-packages/requests/adapters.py:489: in
> get_connection_with_tls_context
> conn = self.poolmanager.connection_from_host(
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:303: in
> connection_from_host
> return self.connection_from_context(request_context)
> /usr/lib/python3/dist-packages/urllib3/poolmanager.py:325: in
> connection_from_context
> raise URLSchemeUnknown(scheme)
> E urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+unix
>
> During handling of the above exception, another exception occurred:
> requests_unixsocket/tests/test_requests_unixsocket.py:102: in
> test_unix_domain_adapter_monkeypatch
> r = getattr(requests, method)(url)
> requests_unixsocket/__init__.py:51: in get
> return request('get', url, **kwargs)
> requests_unixsocket/__init__.py:46: in request
> return session.request(method=method, url=url, **kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:589: in request
> resp = self.send(prep, **send_kwargs)
> /usr/lib/python3/dist-packages/requests/sessions.py:703: in send
> r = adapter.send(request, **kwargs)
> /usr/lib/python3/dist-packages/requests/adapters.py:637: in send
> raise InvalidURL(e, request=request)
> E requests.exceptions.InvalidURL: Not supported URL scheme http+unix
> =========================== short test summary info
> ============================
> FAILED
> requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_ok
> FAILED
> requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_url_with_query_params
> FAILED
> requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_connection_error
> FAILED
> requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_connection_proxies_error
> FAILED
> requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_monkeypatch
> ======================== 5 failed in 131.11s (0:02:11)
> =========================
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/python-requests-unixsocket_0.3.0-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-requests-unixsocket
Source-Version: 0.3.0-5
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-requests-unixsocket, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated
python-requests-unixsocket package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 26 Aug 2024 17:02:36 +0200
Source: python-requests-unixsocket
Architecture: source
Version: 0.3.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1073393
Changes:
python-requests-unixsocket (0.3.0-5) unstable; urgency=medium
.
* Add requests-2.32.2.patch, thanks to Colin Watson <[email protected]>
(Closes: #1073393).
Checksums-Sha1:
973cce7afd1eaed8bb1444a705cb5518f2f0c8e6 2359
python-requests-unixsocket_0.3.0-5.dsc
d8e7aa6244108774e6384824864eb968aaa9cd1c 4460
python-requests-unixsocket_0.3.0-5.debian.tar.xz
5c4fa06fb0dc638529ebb909f6ac0ee5893fddca 7804
python-requests-unixsocket_0.3.0-5_amd64.buildinfo
Checksums-Sha256:
7504d7790b4b38fc54337fb1934bf4dda4f9467a94b4f7a9abe0cc4668888f2c 2359
python-requests-unixsocket_0.3.0-5.dsc
cacebca76510282ac2423dec01de1ff41c96905e0472545b4f494954c5f494cc 4460
python-requests-unixsocket_0.3.0-5.debian.tar.xz
bfb7437d36ca947e7e4de8da4868a0800d3ae3c4c451e83db125be442caf2888 7804
python-requests-unixsocket_0.3.0-5_amd64.buildinfo
Files:
04d849b9fcb773ace85daa1210180e32 2359 python optional
python-requests-unixsocket_0.3.0-5.dsc
830f5985ccd2c90931afd554b88d4f6f 4460 python optional
python-requests-unixsocket_0.3.0-5.debian.tar.xz
f9697ddd764ea1ea360285acd73c15a4 7804 python optional
python-requests-unixsocket_0.3.0-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbMmbkACgkQ1BatFaxr
Q/6f3g/+L1N/UBKTUbP+oasTn2CGP28TptK51ST9itUBEDVlEMhW0STBOCRyyKZS
A15717dVrLA0hk2gj02DZznzjPCBMtkMDFxUV1JGDkqiNwke1ZUkd2auw7Ym3Jy7
qr11OI6oqF9CHU65YFpimGNuiUwBfMFatqYCe4gFEwbv9VEPqru5OcEhLENdiFn1
naaf3Upzj6xjEF9S0eSEsxUKT4PnOn5rqZt5j37N/sNlR49k3zkBUcSOuMqy6API
y9h4ItUdL3ebKyD08NgH9LVcpNXRN/NyaN/MPym6ULrK7ooW6HQxgSDWSAr8TedK
kad3l8aARmtsJsJhbCuXgBcGbux9SbJOY2sE3ig5ykLco1U31MW5qdlJuIj+0Rnn
O8hSSzD4BpOLEmZ2kB8J4YYWtlq09OySzufxczSfzcqLSDh5oFJm3Unn5S1ZnfI5
QSdTgUzHZwEnOjC+SOXUtt52gqv/hROVdqtvPi0puPEwC175Yx7J/HRCjE5xaAZy
p/lzQabuw5Puwnky39xlw2Xj5z13365hQ278Fm3ru44rxdIdbaXhX4pyJG+vwjeq
3Uzetzo2adwyce7Qh1WaFIiS4H7+DJGlD6eQaTPGK9zAziY6QvMwrNnRMXrD9cGv
SowHBlMfg1LQZz/gVkjabtRPwCqgUhaD1Fv2oit8azMb7kQz0Uc=
=FiW6
-----END PGP SIGNATURE-----
pgpzUvoByjf2O.pgp
Description: PGP signature
--- End Message ---