Skip to content

Commit

Permalink
Clean cache after conda segfault (#48)
Browse files Browse the repository at this point in the history
Based on the logs in the run below, it seems that a retry alone is not
enough to resolve the segfault issues that have been appearing.

-
https://github.com/rapidsai/cudf/actions/runs/4298659489/jobs/7493440631#step:6:403

We should also try cleaning the cache based on the `invalid tarball`
messages just under the log line linked above.
  • Loading branch information
ajschmidt8 authored Mar 1, 2023
1 parent adfb550 commit d19bdab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rapids-conda-retry
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function runConda {
elif [[ $exitcode -eq 139 ]]; then
retryingMsg="Retrying, command resulted in a segfault. This may be an intermittent failure..."
needToRetry=1
needToClean=1
else
rapids-echo-stderr "Exiting, no retryable ${RAPIDS_CONDA_EXE} errors detected: \
'ChecksumMismatchError:', \
Expand Down

0 comments on commit d19bdab

Please sign in to comment.