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
I'm not sure what's causing this, I guess the buildfarm is overloaded and RBE connect to buildfarm timeout,it's right?
I found that bootstrap.StartProxyWithOutput() has the waitSeconds param, can this error be reduced by increasing waitSeconds?
I know that the build will fallback to local when an exception occurs during connect to the remote execution server in bazel,but in AOSP RBE 0.57.0.4865132, in this case,the build will fail directly. Will fallback to the local be considered in the future?
Someone who can help me?
The text was updated successfully, but these errors were encountered:
Hi, I'm using AOSP RBE 0.57.0.4865132 and buildfarm 2.4.0 to build.
Lately, Occasional failures occur, it‘s log like:
I have two questions:
bootstrap.StartProxyWithOutput()
has thewaitSeconds
param, can this error be reduced by increasing waitSeconds?Someone who can help me?
The text was updated successfully, but these errors were encountered: