Tiago Quelhas
Tiago Quelhas
Oh wait, but if you're using an HTTP cache, there's no gRPC log; nevermind.
@NeilKetley What's the eviction policy for your HTTP cache? i.e., do you have any automated process that periodically removes old entries from the cache? Would you be able to confirm...
I'm going with the theory that this is the same as #18696, which has been fixed in 7.4.0. Please reopen if you're seeing similar failures in 7.4.0 or later.
Which build flags are you using? Can you send Bazel a `SIGQUIT` signal (easiest way is to hit `Ctrl-\`) while it's hanging, then link the resulting `jvm.out` file here? That...
It could be that the build produced an abnormally large amount of log files that need to be uploaded to the remote cache (per `--experimental_remote_build_event_upload=minimal`). Next time it happens, in...
Are you able to provide a repro?
We acknowledge the problem discussed here; however, for the sake of clarity, I'm going to close this issue in favor of the following narrower-scoped ones: https://github.com/bazelbuild/bazel/issues/2109 https://github.com/bazelbuild/bazel/issues/5139 https://github.com/bazelbuild/bazel/issues/22515 https://github.com/bazelbuild/bazel/issues/22516
The DLL where the `nativeIsSymlinkOrJunction` method is defined is loaded elsewhere (specifically [here](https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/jni/JniLoader.java;l=60;drc=a2a2f9d5f6befe40f4f1a01931473dc99000de0e)). If it hasn't been loaded by the time we get to that code, it's too late. But,...
Yes, we should have failed earlier with the more informative error message (and not expect users to go look for it in the log). I have a pending change to...
> Yes, we should have failed earlier with the more informative error message (and not expect users to go look for it in the log). I have a pending change...