Skip to content

Go Cache in e2e creates a thousand error messages #1580

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

Open
guettli opened this issue Apr 3, 2025 · 0 comments
Open

Go Cache in e2e creates a thousand error messages #1580

guettli opened this issue Apr 3, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@guettli
Copy link
Collaborator

guettli commented Apr 3, 2025

/kind bug

🌱 add check-conditions to e2e tests. · syself/cluster-api-provider-hetzner@97b4a92

Run actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
Cache hit for: Linux-go-mod-868b472efb86bac6bda18835fe5cb930399b4ff65c7a3cdab085c4b1a5f9551a
Received 121634816 of 485511715 (25.1%), 116.0 MBs/sec
Received 268435456 of 485511715 (55.3%), 126.5 MBs/sec
Received 436207616 of 485511715 (89.8%), 137.6 MBs/sec
Received 485511715 of 485511715 (100.0%), 137.2 MBs/sec
Cache Size: ~463 MB (485511715 B)
/usr/bin/tar -xf /home/runner/work/_temp/c6d25a30-22f3-4cb7-9b50-0ac1a7101440/cache.tzst -P -C /home/runner/work/cluster-api-provider-hetzner/cluster-api-provider-hetzner --use-compress-program unzstd
/usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/LICENSE: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/go.sum: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/jsonpatch_json_test.go: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/jsonpatch_test.go: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/jsonpatch.go: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/fuzz_test.go: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/gomodules.xyz/jsonpatch/[email protected]/bench_test.go: Cannot open: File exists
...

many of those lines appear. Looks like a thousand of them. Web UI is hanging for some seconds if you scroll.

Afaik setup-go does caching by default now. I guess we should disable our caching.

@batistein batistein added the good first issue Good for newcomers label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants