Sergey Nuyanzin created FLINK-33690:
---------------------------------------
Summary: build_wheels_on_macos sometimes fails with read timed out
on AZP
Key: FLINK-33690
URL: https://issues.apache.org/jira/browse/FLINK-33690
Project: Flink
Issue Type: Bug
Components: API / Python
Affects Versions: 1.18.0
Reporter: Sergey Nuyanzin
This build
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=55013&view=logs&j=f73b5736-8355-5390-ec71-4dfdec0ce6c5&t=90f7230e-bf5a-531b-8566-ad48d3e03bbb&l=217
failed as
{noformat}
...
File
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-standalone-pip-3jt0u_hl/__env_pip__.zip/pip/_vendor/urllib3/response.py",
line 573, in stream
data = self.read(amt=amt, decode_content=decode_content)
File
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-standalone-pip-3jt0u_hl/__env_pip__.zip/pip/_vendor/urllib3/response.py",
line 538, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/contextlib.py",
line 131, in __exit__
self.gen.throw(type, value, traceback)
File
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-standalone-pip-3jt0u_hl/__env_pip__.zip/pip/_vendor/urllib3/response.py",
line 440, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)