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 C1BC2384B121 for ; Thu, 19 May 2022 11:11:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C1BC2384B121 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 tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 715CD300027E; Thu, 19 May 2022 13:11:55 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 263E64057282; Thu, 19 May 2022 13:11:55 +0200 (CEST) Message-ID: <855ba7f2237829ad484b4ddbaf9345a2992ddd6c.camel@klomp.org> Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (GNU Toolchain): binutils-gdb - failed update (failure) (master) From: Mark Wielaard To: binutils@sourceware.org Date: Thu, 19 May 2022 13:11:54 +0200 In-Reply-To: <20220519105816.B669A385040D@sourceware.org> References: <20220519105816.B669A385040D@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.7 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: Thu, 19 May 2022 11:11:58 -0000 Hi, On Thu, 2022-05-19 at 10:58 +0000, builder--- via Binutils wrote: > A new failure has been detected on builder binutils-fedora-ppc64le > while building binutils-gdb. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/86/builds/36 >=20 > Build state: failed update (failure) > Revision: (unknown) > Worker: fedora-ppc64le > Build Reason: (unknown) > Blamelist: Jan Beulich >=20 > Steps: >=20 > - 0: worker_preparation ( success ) >=20 > - 1: git checkout ( failure ) > Logs: > - stdio:=20 > https://builder.sourceware.org/buildbot/#builders/86/builds/36/steps/1/lo= gs/stdio Sorry about that. That was obviously just a network/git transport issue. I have restarted that build and it seems fine now. https://builder.sourceware.org/buildbot/#/builders/86 Note that the builder did find a real issue with: https://sourceware.org/git/?p=3Dbinutils-gdb.git;a=3Dcommitdiff;h=3D3363d85= 60ff5229b724827a77b533ec8b2a23729 commit 3363d8560ff5229b724827a77b533ec8b2a23729 Author: Victor Do Nascimento Date: Wed May 18 16:25:12 2022 +0100 arm: Add unwind support for mixed register lists =20 * config/tc-arm.c (parse_reg_list): Add handling of mixed regis= ter types. (reg_names): Enumerate pseudoregister according to mapped physi= cal register number. (s_arm_unwind_save_pseudo): Modify function signature. (s_arm_unwind_save_core): Likewise. (s_arm_unwind_save_mixed): New function. (s_arm_unwind_save): Generate register list mask to pass to nes= ted functions. * testsuite/gas/arm/unwind-pacbti-m.s: Expand test for mixed register type lists. * testsuite/gas/arm/unwind-pacbti-m.d: Likewise. * testsuite/gas/arm/unwind-pacbti-m-readelf.d: Likewise. https://builder.sourceware.org/buildbot/#/changes/1165 https://builder.sourceware.org/buildbot/#/builders/80/builds/68 ../../binutils-gdb/gas/config/tc-arm.c: In function =E2=80=98s_arm_unwind_s= ave_mixed=E2=80=99: ../../binutils-gdb/gas/config/tc-arm.c:4730:17: error: comparison of intege= r expressions of different signedness: =E2=80=98unsigned int=E2=80=99 and = =E2=80=98long int=E2=80=99 [-Werror=3Dsign-compare] for (; lim_hi <=3D roof; lim_hi++) ^~ cc1: all warnings being treated as errors make[3]: *** [Makefile:1423: config/tc-arm.o] Error 1 But didn't report it through email because armhf was already failing the testsuite, so the buildbot didn't believe this was a new failure. Cheers, Mark