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 955CA3856DD2 for ; Wed, 25 May 2022 19:11:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 955CA3856DD2 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 reform (deer0x07.wildebeest.org [172.31.17.137]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 2A6C1302BBEB; Wed, 25 May 2022 21:11:10 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 92BDF2E81FE6; Wed, 25 May 2022 21:11:10 +0200 (CEST) Date: Wed, 25 May 2022 21:11:10 +0200 From: Mark Wielaard To: binutils@sourceware.org Cc: nickc@redhat.com, Natarajan@wildebeest.org, Kavitha , Pedro Alves Subject: Re: =?utf-8?Q?=E2=98=A0_Buildbot_=28GN?= =?utf-8?Q?U?= Toolchain): binutils-gdb - failed test (failure) (master) Message-ID: References: <20220525152705.70F3B382F0B6@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220525152705.70F3B382F0B6@sourceware.org> X-Spam-Status: No, score=-4.0 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 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2022 19:11:14 -0000 Hi, On Wed, May 25, 2022 at 03:27:05PM +0000, builder--- via Binutils wrote: > A new failure has been detected on builder binutils-fedora-x86_64 while building binutils-gdb. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/77/builds/101 > > Build state: failed test (failure) > Revision: 3ac9da49378ccb061e3e33e4342c35949bf368a9 > Worker: fedora-x86_64 > Build Reason: (unknown) > Blamelist: Natarajan, Kavitha , Pedro Alves The buildbot blame doesn't know it was actually Nick who did the commit/push. Nick, it looks like you forgot to add binutils/testsuite/binutils-all/dw5-op.S and binutils/testsuite/binutils-all/dw5-op.W Causing the new testcase to FAIL. Cheers, Mark