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 0F8C43858C83 for ; Sun, 15 Jan 2023 23:58:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0F8C43858C83 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 4F1E2302BBEC; Mon, 16 Jan 2023 00:58:37 +0100 (CET) Date: Mon, 16 Jan 2023 00:58:37 +0100 From: Mark Wielaard To: Mike Frysinger , Nick Clifton , Tom Tromey Cc: gdb-testers@sourceware.org Subject: Re: =?utf-8?Q?=E2=98=A0_Buildbot_=28GN?= =?utf-8?Q?U?= Toolchain): binutils-gdb - failed compile (failure) (master) Message-ID: <20230115235837.GG29805@gnu.wildebeest.org> References: <20230115234500.384FB3858C83@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230115234500.384FB3858C83@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3032.0 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 Sun, Jan 15, 2023 at 11:45:00PM +0000, builder--- via Gdb-testers wrote: > A new failure has been detected on builder gdb-centos-x86_64 while building binutils-gdb. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/71/builds/2618 > > Build state: failed compile (failure) > Revision: ad6adc6657192a2bec1d721f4e2e7743db4c1da0 > Worker: centos-x86_64 > Build Reason: (unknown) > Blamelist: GDB Administrator , Mark Wielaard , Mike Frysinger , Nick Clifton , Tom Tromey My apologies. There is indeed a build issue on centos7, but this was my fault. I tried getting better parallel make output with --output-sync=line not realizing centos7 make is so old that it doesn't support output-sync. Sorry, Mark