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 0CADF3858C5E for ; Wed, 5 Jul 2023 09:39:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0CADF3858C5E 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 05F49304F826; Wed, 5 Jul 2023 11:39:55 +0200 (CEST) Date: Wed, 5 Jul 2023 11:39:54 +0200 From: Mark Wielaard To: Jan Beulich Cc: Binutils , Sam James Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): binutils-gdb - failed test (failure) (master) Message-ID: <20230705093954.GE11693@gnu.wildebeest.org> References: <20230704171241.36F7E3858C31@sourceware.org> <8dbf2537-44ed-d5ae-689e-db86a5c08eaa@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8dbf2537-44ed-d5ae-689e-db86a5c08eaa@suse.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3029.5 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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 Jan, (CC Sam), On Wed, Jul 05, 2023 at 09:19:00AM +0200, Jan Beulich wrote: > On 04.07.2023 19:12, builder@sourceware.org wrote: > > A new failure has been detected on builder binutils-gentoo-sparc while building binutils-gdb. > > > > Full details are available at: > > https://builder.sourceware.org/buildbot/#builders/228/builds/984 > > > > Build state: failed test (failure) > > Revision: 151da91724c50b9c501b4b89857e675bc2dd8b52 > > Worker: gentoo-sparc > > For this target ... > > > Build Reason: (unknown) > > Blamelist: Jan Beulich > > ... I can't see how any of my recent changes would make a difference. And > indeed I think ... > > > - 0: worker_preparation ( success ) > > > > - 1: git checkout ( success ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/1/logs/stdio > > > > - 2: rm -rf binutils-build ( success ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/2/logs/stdio > > > > - 3: configure ( success ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/3/logs/stdio > > - config.log: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/3/logs/config_log > > > > - 4: make ( warnings ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/4/logs/stdio > > - warnings (21): https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/4/logs/warnings__21_ > > > > - 5: make check ( failure ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/228/builds/984/steps/5/logs/stdio > > ... the tail of this supports my view: > > make[4]: Leaving directory '/home/buildbot-sw/builder/workerdir/binutils-gentoo-sparc/binutils-build/ld' > command timed out: 1200 seconds without output running [b'make', b'-j8', b'check-ld', b'check-gas', b'check-binutils', b'check-libctf', b'check-libsframe', b'--output-sync=line'], attempting to kill > process killed by signal 9 > program finished with exit code -1 > elapsedTime=1854.097639 > > Looks like either something went wrong on the builder, or 1200 seconds simply > isn't enough under certain circumstances. I think this is some odd lockup on sparc. But newer builds seem to be fully green: https://builder.sourceware.org/buildbot/#/builders/228 Sam, is there a known lockup issue on sparc? Cheers, Mark