We are using icecream github: distributed build (like distcc) for compiling our c++ code among several machines.
However, we frequently encounter exceptions:
ICECC[16186] 18:57:54: write of source chunk to host 192.168.168.82
ICECC[16186] 18:57:54: failed Resource temporarily unavailable
ICECC[16186] 18:57:54: got exception 15 (192.168.168.82)
After failing to trying to pass jobs to all the machines, local machine is forced to compile this job itself.
Does anyone try icc before and know how to solve this issue (maybe in the source code)?
Thanks,