You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second execution results in an ugly exception:
java.lang.RuntimeException: Unrecoverable error while evaluating node 'GIT_CLONE:https://github.com/google/protobuf -> /usr/local/google/home/lberki/.cache/bazel/_bazel_lberki/b054b3aab4025af98dc2601e4ff14214/external/protobuf (HEAD) submodules: false' (requested by nodes 'GIT_REPOSITORY:@protobuf')
at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:745)
at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$1.run(AbstractQueueVisitor.java:346)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Destination path "protobuf" already exists and is not an empty directory
at org.eclipse.jgit.api.CloneCommand.init(CloneCommand.java:152)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:132)
at com.google.devtools.build.lib.bazel.repository.GitCloneFunction.compute(GitCloneFunction.java:68)
at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:709)
... 4 more
The text was updated successfully, but these errors were encountered:
Adds a -XepDisableWarningsInGeneratedCode flag, which if set suppressings
warnings from being emitted inside code annotation with @generated. Error are
not affected.
Fixes#329
--
MOS_MIGRATED_REVID=97185343
The second execution results in an ugly exception:
The text was updated successfully, but these errors were encountered: