JVM11 crashes during bazel build (never crashed with JVM8) #11401
Labels
area-EngProd
Bazel CI, infrastructure, bootstrapping, release, and distribution tooling
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
untriaged
Description of the problem / feature request:
bazel build
fails sporadically with JVM crash on Kokoro instance (Ubuntu 16.04) for googleapis repository CI builds (owned and maintained by Google). Most often it fails onjava_proto_library
target build.The heavier the build the more likely it is to fail. Currently reproducible on the
n1-standard-64
GCE instance (64 vCPUs, 240 GB
). Typical build time on this machine is 10 minutes.The machine has 240GB ram, the JVM failures are not always about memory (see below for the log snippet). I'm not sure if it has anything to do with memory issues/leaks.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
It fails sporadically, but the fails started only after switching to
JDK11
(the one bazel downloads from remote source). When bazel was usingJDK8
for its builds there wasn't a single failure like this.What operating system are you running Bazel on?
Ubuntu 16.04
, standardKokoro
instance.What's the output of
bazel info release
?release 3.0.0
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?https://github.com/googleapis/googleapis.git
1b8b77db10a0bd0ff47a4259ae9804b6237bc1c7
Have you found anything relevant by searching the web?
I could not find anything relevant.
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: