bazelbuild/bazel

BulkTransferException hides underlying cause

Open

#29.029 aberto em 19 de mar. de 2026

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Java (4.465 forks)batch import
help wantedteam-Remote-Exectype: bug

Métricas do repositório

Stars
 (25.384 stars)
Métricas de merge de PR
 (Mesclagem média 7d 2h) (36 fundiu PRs em 30d)

Description

Description of the bug:

We are looking into a customer issue that looks like this:

Failed to fetch blobs because of a remote cache error.: 29 errors during bulk transfer:
java.io.IOException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
java.io.IOException: (repeated 28x)

(nitpick: there is ".:" in the message)

it would be helpful if we could see the entire IOException, rather than 29 copies of the same message.

This was with bazel 7.7.1, but according to https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/remote/common/BulkTransferException.java;l=43;bpv=0;bpt=1 HEAD has the same problem.

Which category does this issue belong to?

Remote execution

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

if we had a reproducer, we wouldn't need more details in the error message.

Which operating system are you running Bazel on?

Linux

What is the output of bazel info release?

this is with bazel 7.7.1

Have you found anything relevant by searching the web?

https://github.com/bazelbuild/bazel/issues/14985 is related.

Guia do colaborador