Hi, On Fri, Jul 22, 2022 at 12:49:54AM +0200, Mark Wielaard wrote: > On Thu, Jul 21, 2022 at 10:38:18PM +0000, builder--- via Gcc-rust wrote: > > A new failure has been detected on builder gccrust-bootstrap-debian-amd64 while building gccrust. > > > > Full details are available at: > > https://builder.sourceware.org/buildbot/#builders/107/builds/43 > > > > Build state: failed 'make clean' (failure) > > Revision: 51f03d9d697b0f3fed65f85e88ce41d424c844fb > > Worker: bb2 > > Build Reason: (unknown) > > Blamelist: Thomas Schwinge > > > > Steps: > > [...] > > - 16: make clean ( failure ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/107/builds/43/steps/16/logs/stdio > > Sorry, this was supposed to simply be to save some space at the end > of the build: > https://sourceware.org/pipermail/buildbot/2022q3/000162.html > > Apparently make clean doesn't work as expected. I will try to look > into it, but it might take one or two days till I have > time. Apologies for the mess. It only happens after a boostrap build. But I couldn't really figure out what is going wrong. It looks like some parts of make clean require bash while the debian-stable tester uses dash as default. For now I just remove the whole build tree at the end instead of running make clean. Cheers, Mark