Hi, On Thu, Apr 06, 2023 at 11:20:52PM +0000, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-gentoo-sparc while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/225/builds/53 > > Build state: failed test (failure) > Revision: 6e9718089b05403947d8255423a849d425305925 > Worker: gentoo-sparc > Build Reason: (unknown) > Blamelist: Youling Tang <tangyoul...@loongson.cn>
This clearly wasn't caused by this commit. > - 7: make check ( failure ) > Logs: > - stdio: > https://builder.sourceware.org/buildbot/#builders/225/builds/53/steps/7/logs/stdio > - test-suite.log: > https://builder.sourceware.org/buildbot/#builders/225/builds/53/steps/7/logs/test-suite_log This shows a FAIL in run-debuginfod-duplicate-urls.sh.log And then it also timed out because there was not output for 20 minutes. The corresponding bunsen URL (from the upload step) is: https://builder.sourceware.org/testrun/ef99fed39d3ba38c17a740f6ec5f049ab6525a06 That shows the failure was because of: [Thu Apr 6 22:52:36 2023] (2411736/2412813): 127.0.0.1:51794 UA:curl/7.88.1 XFF: GET /metrics 200 350 0+0ms [Thu Apr 6 22:52:36 2023] (2411736/2412818): invalid buildid [Thu Apr 6 22:52:36 2023] (2411736/2412818): 127.0.0.1:51800 UA:elfutils/0.189,Linux/sparc64,gentoo/2.13 XFF: GET /buildid/0/executable 503 15 0+0ms terminate called after throwing an instance of 'sqlite_exception' Which doesn't really make sense. Where is this sqlite_exception thrown that it isn't caught? Might this be a sparc specific bug? Cheers, Mark