-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Failed to download artifact: Error opening a gzip reader for [...]: EOF #7854
Comments
I can reproduce/fix this by switching between our vendored version of
|
Any idea when the incompatible version was vendored? I'm curious which Nomad version this would have first appeared in. |
Looks like this was introduced around version 0.10, since I had to downgrade down to 0.9.7 until this issue is fixed. |
Fixes #7854 Nomad requires a version of go-getter that is currently in PR (hashicorp/go-getter#256) We also require some recent bug fix to go-getter around the handling of URL redirects. Update our vendor'd copy of go-getter to the newly rebased umask changes so that we can incorporate the latest changes for go-getter.
Sorry about the inconvenience, @dradtke ! We've been using a fork of |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Operating system and Environment details
openSUSE Leap 15.1 running on Linode
Issue
I have a periodic job that uses acme.sh to renew SSL certificates, and it keeps failing due to an artifact download error.
On the surface it looks like a Github issue, but
wget https://github.com/acmesh-official/acme.sh/archive/2.8.5.tar.gz
works every time, so it appears to be more specific to how Nomad orgo-getter
is downloading it.Job file
Anything with this artifact block:
Nomad Client logs
The text was updated successfully, but these errors were encountered: