Skip to content

Occasional Github Actions failures when calling wget #186

@clark-evans

Description

@clark-evans

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 ...

@dustinswales @jderrico-noaa

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions