I recently encountered this transient CI failure whilst using the pack/install-pack command:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:02:11 --:--:-- 0
curl: (28) Failed to connect to github.com port 443: Connection timed out
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Exited with code exit status 2
To improve CI reliability it may be worth adding --retry to the curl usages in this orb, and potentially also a suitable --connect-timeout. (The same changes should probably also be made to https://github.com/buildpacks/github-actions)
Hi!
I recently encountered this transient CI failure whilst using the
pack/install-pack
command:(https://app.circleci.com/pipelines/github/heroku/pack-images/1707/workflows/2e556988-a8b5-404e-990c-35591f1016bf/jobs/34140)
To improve CI reliability it may be worth adding
--retry
to the curl usages in this orb, and potentially also a suitable--connect-timeout
. (The same changes should probably also be made to https://github.com/buildpacks/github-actions)I'll open a PR.