I’m seeing some error messages in CI that I’m not ...
# general
s
I’m seeing some error messages in CI that I’m not sure how to parse:
Copy code
20:40:20.36 [WARN] Failed to read from remote cache (1 occurrences so far): Error saving remote output directory: Tree with digest Digest { hash: Fingerprint<9b9b5334c93106332e06ff5ea71502451964b70a1b2a9c0d52e021cd26203f57>, size_bytes: 260 } was not in remote
specifically I’m confused that it says both
failed to read
and
error saving
- one I might expect on a cache-miss, but the other would indicate some misconfiguration with our remote caching setup (I think?)
f
“error saving” is referred to Pants attempting to copy the contents of the remote cache into the Pants local cache
which is a read from the remote cache
s
ahhh got it
f
that error message could probably be less confusing if it said “Error saving to local cache”
1
what are you using for remote cache?
s
toolchain
w
i’ll follow up in another channel on that.