Skip to content
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

Vendoring 1.99.0 fails with "goformation/v4 v4.0.0: missing ziphash: open hash: no such file or directory" #8090

Open
kastl-ars opened this issue Dec 17, 2024 · 3 comments
Labels

Comments

@kastl-ars
Copy link

Dear maintainers,

I am packaging eksctl for openSUSE. The latest version 0.199.0 fails during the go vendoring, necessary for building offline.

INFO:obs-service-go_modules:Using archive eksctl-0.199.0.obscpio
INFO:obs-service-go_modules:Extracting eksctl-0.199.0.obscpio to /tmp/tmpysmseaty
INFO:obs-service-go_modules:Switching to /tmp/tmpysmseaty
INFO:obs-service-go_modules:Detected basename eksctl-0.199.0 from archive
INFO:obs-service-go_modules:Using go.mod found at /tmp/tmpysmseaty/eksctl-0.199.0/go.mod
INFO:obs-service-go_modules:go mod download
INFO:obs-service-go_modules:go mod vendor
INFO:obs-service-go_modules:go mod verify
ERROR:obs-service-go_modules:goformation/v4 v4.0.0: missing ziphash: open hash: no such file or directory
ERROR:obs-service-go_modules:go mod verify failed

Vendoring manually in a git clone of the 0.199.0 tag shows the same error:

$ go mod verify
goformation/v4 v4.0.0: missing ziphash: open hash: no such file or directory
$

Could you please take a look?

Kind Regards,
Johannes

Copy link
Contributor

Hello kastl-ars 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@tendervittles
Copy link

This also breaks go mod verify for anything importing eksctl.

@tendervittles
Copy link

This broke on commit 84ac23d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants