forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Occasionally (~10-20% of action collections?), Github Actions jobs will fail due to a wget error -- e.g., #151 (comment) -- in which a download fails due to exit code 4. Per the wget documentation, this indicates a network error. I suspect this means that the wget request is timing out. Note that when these failures occur, they usually occur with the GNU builds, such as autotools in the example linked above.
We currently get around this by manually rerunning the failed jobs; I've yet to encounter an instance where the same job failed twice. We may wish to modify our runners to add some failsafes around each wget call to more robustly address this issue; e.g.,
wget --tries=5 ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels