From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Sun, 7 Mar 2021 02:27:33 +0100 Subject: U-Boot CI error, unable to reproduce locally Message-ID: <20210307022733.65796965@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom, I seem to run into an error on Azure's CI for U-Boot that I cannot reproduce locally. It concerns my LTO work https://github.com/u-boot/u-boot/pull/57 The test u-boot.u-boot (test.py xilinx_zynq_virt) is failing with this log https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_apis/build/builds/1936/logs/283 The error seems to be make[3]: *** read jobs pipe: No such file or directory. Stop. lto-wrapper: fatal error: make returned 2 exit status as if make's jobserver died, or something. But when I build with buildman on my local machine, everything is OK. How should I proceed? Marek