Using a basic example which just imports os
https://go.dev/play/p/BmX0ds901-4 (the rest copied from gobyexample)
copied to 2 different directories, I do see cache hits, so I don't
think it's from just the import?
23:12:37 ~/tmp/testrepo0530/a 0:00:00
main » go1.22.0 test .
testcache: example: test ID 7554777255756c714a6773663261576871416373
=> d9016fd4db0cc529026c3bdf959d21e8b37da70f61b3b9bd14cebcf4bcc41e0c
testcache: example: input list not found: cache entry not found: open
/home/user/.cache/go-build/d9/d9016fd4db0cc529026c3bdf959d21e8b37da70f61b3b9bd14cebcf4bcc41e0c-a:
no such file or directory
testcache: example: test ID 695f4e6944335a64497850503861366643364c48
=> e7d8d7272b091d2d5d155ff077e599c1e7c31eaad2d9bf3549e2d03149e94357
testcache: example: input list not found: cache entry not found: open
/home/user/.cache/go-build/e7/e7d8d7272b091d2d5d155ff077e599c1e7c31eaad2d9bf3549e2d03149e94357-a:
no such file or directory
testcache: example: save test ID
d9016fd4db0cc529026c3bdf959d21e8b37da70f61b3b9bd14cebcf4bcc41e0c =>
input ID 8671bffc7a3ec5201bb26a0eccecb5599259f0d0e63624375378b61cc00a0733
=> 516ef3f5e0d83ea893583f43f60e654775b3769b5f99f2de7b99487eae637298
testcache: example: save test ID
e7d8d7272b091d2d5d155ff077e599c1e7c31eaad2d9bf3549e2d03149e94357 =>
input ID 8671bffc7a3ec5201bb26a0eccecb5599259f0d0e63624375378b61cc00a0733
=> 42e8604e2c4807cd097efad167887d4d0ddfc76afda71e21f8145604d93ebce5
ok example 0.001s
23:12:42 ~/tmp/testrepo0530/a 0:00:00
main » cd ../b
23:12:46 ~/tmp/testrepo0530/b 0:00:00
main » go1.22.0 test .
testcache: example: test ID 7554777255756c714a6773663261576871416373
=> d9016fd4db0cc529026c3bdf959d21e8b37da70f61b3b9bd14cebcf4bcc41e0c
testcache: example: test ID
d9016fd4db0cc529026c3bdf959d21e8b37da70f61b3b9bd14cebcf4bcc41e0c =>
input ID 8671bffc7a3ec5201bb26a0eccecb5599259f0d0e63624375378b61cc00a0733
=> 516ef3f5e0d83ea893583f43f60e654775b3769b5f99f2de7b99487eae637298
ok example (cached)
- sean
> You received this message because you are subscribed to the Google Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
golang-nuts...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/CAKcy5egYecGK8oSaB1xA439BPQ-BnCKi9vHpafe_qzRtQ_D%2B2w%40mail.gmail.com.