We are running into this issue where digests are missing. Here's an example log line:
ERROR: /var/lib/jenkins/workspace/godel/users/server/BUILD.bazel:61:8: GoCompilePkg users/server/go_default_test.internal.a failed: Failed to fetch blobs because they do not exist remotely.: Missing digest: 85d96d201e4303b96b1e10e4e6bdbe5d86daf9a3dec7ee8f79258adfa3655013/3483454 for bazel-out/k8-fastbuild/bin/protobufs/protos/events/go_default_library.x
What is happening when we get this message?
And how do we find our way out when this starts happening (once it begins, it's all over the place)?
Any help much appreciated.
We are running bazel-remote-cache in kubernetes. Cache directory is on an EFS volume.
Prior to this issue starting, our remote cache was unavailable due to crashing. Issue arose once cache started back up.
We are running into this issue where digests are missing. Here's an example log line:
What is happening when we get this message?
And how do we find our way out when this starts happening (once it begins, it's all over the place)?
Any help much appreciated.
We are running
bazel-remote-cachein kubernetes. Cache directory is on an EFS volume.Prior to this issue starting, our remote cache was unavailable due to crashing. Issue arose once cache started back up.