bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
23.25k stars 4.08k forks source link

Remote Execution: please propagate errors from REAPI service to console #6378

Closed pcj closed 6 years ago

pcj commented 6 years ago

If the build fails due to problems with the remote REAPI backend, please include whatever detail is available from the grpc error message. Currently as of 0.17.2, remote execution can fail with errors like "Remote connection/protocol failed with: execution failed catastrophically" with no additional detail.

buchgr commented 6 years ago

@ola-rozenfeld can you take care of this please?

ola-rozenfeld commented 6 years ago

I did. https://github.com/bazelbuild/bazel/commit/097194ff4c751451c7cd311d8c7eab365dd1983a should have fixed this.