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 F3D94385840E for ; Fri, 12 May 2023 21:29:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F3D94385840E 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 E3B0E313ACB3; Fri, 12 May 2023 23:29:09 +0200 (CEST) Date: Fri, 12 May 2023 23:29:09 +0200 From: Mark Wielaard To: Luke Diamand Cc: elfutils-devel@sourceware.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): elfutils - failed test (failure) (master) Message-ID: <20230512212909.GF13088@gnu.wildebeest.org> References: <20230512210447.5DFF6385B527@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230512210447.5DFF6385B527@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3030.1 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, On Fri, May 12, 2023 at 09:04:47PM +0000, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-fedora-arm64 while building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/180/builds/156 > > Build state: failed test (failure) > Revision: 0066e704b9ed21ac4b2070dfdef1611515b68d29 > Worker: fedora-arm64 > Build Reason: (unknown) > Blamelist: Luke Diamand > [...] > - 7: make check ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/180/builds/156/steps/7/logs/stdio > - test-suite.log: https://builder.sourceware.org/buildbot/#builders/180/builds/156/steps/7/logs/test-suite_log So that was a timeout. And from looking at the previous log all tests actually PASSed except for run-large-elf-file.sh. That isn't caused by the last commit. It is probably a hickup on the machine, run-large-elf-file.sh generates a > 4GB ELF file and might cause some swapping. All other buildbot builders passed. Cheers, Mark