Takeshi Yoneda
Takeshi Yoneda
looks like pending RBE jobs are piling up and that's why it's getting killed - I will retry later
@phlax i am getting flaky `gcc: fatal error: Killed signal terminated program cc1plus` (flaky in the sense that the killed build target varies each time) and I am seeing this...
hmm - the test target is really small and if they need the `6gig` then almost entire test target in this repo needs one. (meanwhile I pushed the main merge...
FYI https://github.com/envoyproxy/envoy/blob/551982e5f2d950b51ee718ab60b320dbb98fb733/test/extensions/dynamic_modules/http/factory_test.cc this is one of two cases killed during build - I would be really surprised if this one needs such setting
I removed the unnecessary test build deps https://github.com/envoyproxy/envoy/pull/36448/commits/ae9756fc9a2b8c529804238e219ba35bbacefe1e - hope this resolves this
hmm still happening. @phlax this hasn't happened before I did a main merge yesterday. I am inclined to believe that build target dependency added recently into the test framework (//test/mock...
ok now I see ` rbe_pool = "6gig",` is indeed added to `factory_context_mocks` ....
yeah anyways added the option - https://github.com/envoyproxy/envoy/pull/36448/commits/f46d3d72f9bba653328bed1430a4e7d1945f4350 thanks for the advice! (I think we need to audit the build dependency graph especially around the common build test targets)