Hi, On Thu, 2023-11-16 at 12:09 +0000, buil...@sourceware.org wrote: > A new failure has been detected on builder elfutils-debian-testing-x86_64 > while building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/145/builds/217 > > Build state: failed test (failure) > Revision: fce0ec4f830fde7c536202f3443e455035c88b3a > Worker: bb1-1 > Build Reason: (unknown) > Blamelist: Frank Ch. Eigler <f...@redhat.com> > > - 7: make check ( success ) > Logs: > - stdio: > https://builder.sourceware.org/buildbot/#builders/145/builds/217/steps/7/logs/stdio > - test-suite.log: > https://builder.sourceware.org/buildbot/#builders/145/builds/217/steps/7/logs/test-suite_log
Note this succeeds just fine. > - 8: make distcheck ( failure ) > Logs: > - stdio: > https://builder.sourceware.org/buildbot/#builders/145/builds/217/steps/8/logs/stdio > - test-suite.log: > https://builder.sourceware.org/buildbot/#builders/145/builds/217/steps/8/logs/test-suite_log > - warnings (2): > https://builder.sourceware.org/buildbot/#builders/145/builds/217/steps/8/logs/warnings__2_ But now it fails. The issue is that in run-debuginfod-response-headers.sh waits till all rpms have been scanned. But metric scanned_files_total{source=".rpm archive"} never changed to 20. That is because one rpm (fedora30/hello2-1.0-2.src.rpm) is scanned twice. So the total jumps to 21... Here is where in the log fedora30/hello2-1.0-2.src.rpm is mentioned. '/home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/../../tests/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm' -> 'R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm' [Thu Nov 16 11:24:20 2023] (57128/57145): fts traversing R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm [Thu Nov 16 11:24:20 2023] (57128/57158): libarchive scanning /home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm id 1 [Thu Nov 16 11:24:20 2023] (57128/57158): scanned archive=/home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm mtime=1700133860 executables=0 debuginfos=0 srefs=0 sdefs=0 exceptions=0 [Thu Nov 16 11:24:20 2023] (57128/57158): recorded buildid= file=/home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm mtime=1700133860 atype= [Thu Nov 16 11:24:21 2023] (57128/57145): fts traversing R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm [Thu Nov 16 11:24:22 2023] (57128/57160): libarchive scanning /home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm id 1 [Thu Nov 16 11:24:22 2023] (57128/57160): scanned archive=/home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm mtime=1659915326 executables=0 debuginfos=0 srefs=0 sdefs=2 exceptions=0 [Thu Nov 16 11:24:22 2023] (57128/57160): recorded buildid= file=/home/builder/shared/bb1-1/worker/elfutils-debian-testing-x86_64/build/elfutils-0.190/_build/sub/tests/test-57102/R/debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm mtime=1659915326 atype= Note that in both cases the id is 1. Haven't figured out yet why this is happening.