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 3D27A3858D37 for ; Tue, 9 May 2023 10:39:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3D27A3858D37 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: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 50A4030008BB; Tue, 9 May 2023 12:39:34 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 16CBD34032F; Tue, 9 May 2023 12:39:34 +0200 (CEST) Message-ID: Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (Sourceware): elfutils - failed test (failure) (master) From: Mark Wielaard To: Youling Tang , elfutils-devel@sourceware.org Date: Tue, 09 May 2023 12:39:34 +0200 In-Reply-To: <20230509102058.0F2353858C53@sourceware.org> References: <20230509102058.0F2353858C53@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 (3.48.1-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3028.7 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 Tue, 2023-05-09 at 10:20 +0000, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-gentoo-sparc while bu= ilding elfutils. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/225/builds/63 >=20 > Build state: failed test (failure) > Revision: de857968a715d1317b1686d2416b28ffe402dc09 > Worker: gentoo-sparc > Build Reason: (unknown) > Blamelist: Youling Tang >=20 > Steps: > [...] > - 7: make check ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/225/bu= ilds/63/steps/7/logs/stdio > - test-suite.log: https://builder.sourceware.org/buildbot/#builde= rs/225/builds/63/steps/7/logs/test-suite_log This is odd. The run-debuginfod-fd-prefetch-caches.sh testcase FAILs because thread_work_pending{role=3D"scan"} keeps a queue of 5? I have no idea how that can happen. The next build does see this testcase PASS on sparc. It was clearly not caused by this patch (backends: Add abi_cfi and register_info callbacks for LoongArch). Cheers, Mark