On Fri, Sep 03, 2021 at 02:08:40PM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-debian-armhf while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/15/builds/603 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: debian-armhf > > Build Reason: > Blamelist: Mark Wielaard > > BUILD FAILED: failed test (failure) So some of the builders did pass without any failures. But some had errors, and not all the same ones. I couldn't replicate locally (everything was green) both with make check and make distcheck. But looking at the tests I noticed not all used a clean new cache and some used the default database. So hopefully the attached patch makes things a bit more stable by explicitly setting the DEBUGINFOD_CACHE_PATH and invoke debuginfod with a fresh sqlite database. Cheers, Mark