George Gensure
George Gensure
See our documentation for '[Builds without the Bytes](https://bazelbuild.github.io/bazel-buildfarm/docs/execution/builds-without-the-bytes/)' - this should prevent all but the most inconvenient of downtime with minimal downloads. Other remedies are in the pipeline, like action...
You can use `--experimental_remote_grpc_log=` to dump the remote communication, and https://github.com/bazelbuild/tools_remote to print that log, where that id should be visible in the `correlated_invocations_id` for every request. This is also...
This represents a particular entry *not* making it into the cache, and perhaps not because of the bazel client's doing - the size (131 versus 262) is suspect as a...
Some troubleshooting could be done on the client if you manage to record the grpc log for a build that exhibits this failure - that would be invaluable in assigning...
You also might want to try FINER level logging (possibly only for WriteStreamObserver), assuming you can take the flood - this will record the literal writeData calls that result in...
#608 Is a base level detection of what appears to be happening here - the error above cannot be generated meaningfully without it getting hit, and hopefully on the specific...
If nobody has seen instances of the #608 exception presented, I'm going to close this for now, expecting that a new issue will get opened with that exception presentation to...
#662 Is the presumed fix for this. Upon significant investigation, and some great help from @thna123459 in reporting logs, I've reasoned that the problem here is multiple concurrent interactions with...
> After applying the upstream fixes, we are still observing digest errors. Those should probably be reported as timeouts: Except they're definitely not, and the direction of these problems are...
I'm not totally sure what you mean here. The "exclusive" tag on a test currently disables remote execution for its actions (consistently, insofar as I've seen), and only through exec...