From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id E6CF33858D32 for ; Fri, 7 Apr 2023 19:33:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E6CF33858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id F2194302BB02; Fri, 7 Apr 2023 21:33:22 +0200 (CEST) Date: Fri, 7 Apr 2023 21:33:22 +0200 From: Mark Wielaard To: Youling Tang Cc: elfutils-devel@sourceware.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): elfutils - failed test (failure) (master) Message-ID: <20230407193322.GJ18331@gnu.wildebeest.org> References: <20230406232052.033CD3858D32@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230406232052.033CD3858D32@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3030.6 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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 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