lupyuen commented on PR #18612:
URL: https://github.com/apache/nuttx/pull/18612#issuecomment-4207350514

   Sorry @raiden00pl: `pip install ntfc` failed below, apparently due to a 
timeout. Wonder if you could implement some kind of retry for `pip install 
ntfc`? FYI this code below seems to work OK for my CI Build Retry. Thanks :-)
   
   Retry with Random Exponential Backoff: 
https://github.com/apache/nuttx/pull/18576/changes#diff-435419ddbfbce1f6debfcea59a65a2794ab863a8595abebb5e82886724e14fa2
   
   Pip Install Timeout: 
https://github.com/apache/nuttx/actions/runs/24140782388/job/70442597435#step:10:55
   ```
   Collecting ntfc==0.0.1
     Downloading ntfc-0.0.1-py3-none-any.whl (69 kB)
        ━━━━━━━━━━━━━━━━━━━━━━━                  41.0/69.8 KB 5.5 kB/s eta 
0:00:06
   ERROR: Exception:
   Traceback (most recent call last):
     File "/usr/lib/python3/dist-packages/pip/_vendor/urllib3/response.py", 
line 438, in _error_catcher
       yield
     File "/usr/lib/python3/dist-packages/pip/_vendor/urllib3/response.py", 
line 519, in read
       data = self._fp.read(amt) if not fp_closed else b""
     File "/usr/lib/python3.10/http/client.py", line 471, in read
       s = self.fp.read(amt)
     File "/usr/lib/python3.10/socket.py", line 705, in readinto
       return self._sock.recv_into(b)
     File "/usr/lib/python3.10/ssl.py", line 1303, in recv_into
       return self.read(nbytes, buffer)
     File "/usr/lib/python3.10/ssl.py", line 1159, in read
       return self._sslobj.read(len, buffer)
   TimeoutError: The read operation timed out
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to