Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ConnectionResetError as retryable error to rapids-conda-retry #98

Closed
eriknw opened this issue Mar 6, 2024 · 1 comment · Fixed by #99
Closed

Add ConnectionResetError as retryable error to rapids-conda-retry #98

eriknw opened this issue Mar 6, 2024 · 1 comment · Fixed by #99

Comments

@eriknw
Copy link

eriknw commented Mar 6, 2024

This is a mamba error that can be seen here:
https://github.com/rapidsai/cugraph/actions/runs/8175477154/job/22355360420?pr=4215#step:7:66

("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))


Downloading and Extracting Packages: ...working... done
[rapids-conda-retry] conda returned exit code: 1
[rapids-conda-retry] Exiting, no retryable mamba errors detected: 'ChecksumMismatchError:', 'ChunkedEncodingError:', 'CondaHTTPError:', 'CondaMultiError:', 'ConnectionError:', 'EOFError:', 'JSONDecodeError:', 'Multi-download failed', 'Timeout was reached', segfault exit code 139
[rapids-conda-retry] 
Error: Process completed with exit code 1.

I think ConnectionResetError should be made retryable here:
https://github.com/rapidsai/gha-tools/blob/main/tools/rapids-conda-retry

CC @rlratzel

@bdice
Copy link
Contributor

bdice commented Mar 7, 2024

Also this one for IncompleteRead: https://github.com/rapidsai/ucx-py/actions/runs/8167907045/job/22329067689#step:7:56

('Connection broken: IncompleteRead(584079781 bytes read, 131525879 more expected)', IncompleteRead(584079781 bytes read, 131525879 more expected))
('Connection broken: IncompleteRead(584079781 bytes read, 131525879 more expected)', IncompleteRead(584079781 bytes read, 131525879 more expected))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants