George Gensure
George Gensure
Ah, so you are running a worker container, missed that. To support gcc9, you'll need to build a new worker container on top of it. I'll prepare a wiki page...
https://github.com/bazelbuild/bazel-buildfarm/wiki/Worker-Execution-Environment preliminary and not necessarily complete. But might get you going
Apologies for the lag, and the broken docs, put that together rather quickly and didn't test it properly mid-thought. I've updated the wiki `java_image` call there to hopefully describe the...
Ok, some color here: real_input_directories of external/npm does not fix this problem because that is not the intended location for the symlink creation The attempted symlink create is tied to...
I don't know of any particular reason this would occur, particularly with redis involved in the required shutdown. Can you please acquire a trace of the workers and servers (`jstack...
There's a hidden partition waiting to happen that could substantively divide this task and the interface: ShardBackplane (which should be renamed to Backplane) is really three separate interfaces, and they...
If your action were to declare the input directory path (presumably external/com_github_antirez_redis/src) as the location of the output file that it creates named release.h, that would make it writable. However,...
It is mostly not up to me what bazel allows or doesn't allow to be written locally, that is a client detail. The write privilege on the directory in question...
This seems like something of a network fabric issue, one that we're poorly equipped to address inside of buildfarm. Encrypting traffic between trusted hosts (your prem assets) and aws hosts...
> I get the same "too many links" error. I saw a comment in the code > > ``` > // FIXME this can die with 'too many links'... needs...