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 4512D385B801 for ; Mon, 13 Jun 2022 08:18:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4512D385B801 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 (deer0x09.wildebeest.org [172.31.17.139]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id DEC14302BBEB; Mon, 13 Jun 2022 10:18:39 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 48E692E83DDB; Mon, 13 Jun 2022 10:18:39 +0200 (CEST) Date: Mon, 13 Jun 2022 10:18:39 +0200 From: Mark Wielaard To: Jan Beulich Cc: binutils@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: References: <20220613081348.197C73853540@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220613081348.197C73853540@sourceware.org> X-Spam-Status: No, score=-5.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 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: Mon, 13 Jun 2022 08:18:42 -0000 Hi Jan, On Mon, Jun 13, 2022 at 08:13:48AM +0000, builder--- via Binutils wrote: > A new failure has been detected on builder binutils-debian-amd64 while building binutils-gdb. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/68/builds/194 > > Build state: failed compile (failure) > Revision: 384e201e5aec29412a18b8386aa0a1ab6743e6cb > Worker: bb2 > Build Reason: (unknown) > Blamelist: Jan Beulich > > Steps: > > - 0: worker_preparation ( success ) > > - 1: git checkout ( success ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/68/builds/194/steps/1/logs/stdio > > - 2: rm -rf binutils-build ( success ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/68/builds/194/steps/2/logs/stdio > > - 3: configure ( success ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/68/builds/194/steps/3/logs/stdio > > - 4: make ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/68/builds/194/steps/4/logs/stdio > - warnings (7): https://builder.sourceware.org/buildbot/#builders/68/builds/194/steps/4/logs/warnings__7_ Looks like this failed on builder that do --enable-target=all with: ../../binutils-gdb/opcodes/i386-dis.c: In function ‘print_insn’: ../../binutils-gdb/opcodes/i386-dis.c:9827:13: error: invalid type argument of ‘->’ (have ‘instr_info’) 9827 | if (*ins->op_out[i] != '\0') | ^~ Cheers, Mark