Hi, On Thu, 2021-11-04 at 20:14 +0000, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-centos- > x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/851 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: centos-x86_64
This was sadly a spurious test. In some cases on this older centos7 setup the biarch (32bit) multi-threaded backtrace from a core file is missing the "main" frame. But it is somehow timeing related. Maybe the core file itself is bad? It didn't repeat again and the builder is green again. > Build Reason: <unknown> > Blamelist: Frank Ch. Eigler <f...@redhat.com> > > BUILD FAILED: failed test (failure) > > Sincerely, > -The BuildbotThe Buildbot has detected a new failure on builder > elfutils-fedora-x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/3/builds/844 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-x86_64 This was funny. The fedora-x86_64 builder does a make distcheck. The distcheck noticed the top of NEWS (first 15 lines) didn't contain the version number anymore and assumed we forgot to update NEWS for the release. But it actually was all the new NEWS after the last release that made the last version number go "out of scope". Frank fixed it by adding the version number at the top of the NEWS file again. Cheers, Mark