reclient
reclient copied to clipboard
Unable to start reproxy, context deadline exceeded
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:
FAILED: RBE bootstrap failed with: exit status 1
E0116 11:54:26.839503 26020 bootstrap.go:98] Unable to start reproxy: ""
F0116 11:54:26.839852 26020 main.go:128] Error bootstrapping remote execution proxy: context deadline exceeded
I have two questions:
- 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 thewaitSeconds
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?