Remote MacOS builds and classpath issues #13492
Labels
P2
We'll consider working on this in future. (Assignee optional)
platform: apple
stale
Issues or PRs that are stale (no activity for 30 days)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem:
Observed frequently on MacOS when building a project with a few libraries:
or
or even:
Errors only occur when passing the remote executor flag. There are no errors on the remote side (buildfarm logs). It is not clear if the error occurs from the local bazel process or from the remote process (how to determine that?).
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
A test project is attached, run a remote build with java libraries, use
bazel build --remote_executor=grpc://host:port //...
with 50 jobs.bazel-java-remote-issue.tar.gz
What operating system are you running Bazel on?
MacOS (20.3.0 Darwin Kernel Version 20.3.0, also observed on 19.4.0 Darwin Kernel Version 19.4.0)
What's the output of
bazel info release
?release 4.1.0rc4, but 4.0.0 also exhibits errors.
Have you found anything relevant by searching the web?
The closest issue I could find is #13484 but it is for Windows.
The text was updated successfully, but these errors were encountered: