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 114303857815 for ; Mon, 16 May 2022 08:44:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 114303857815 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 820D7300090E; Mon, 16 May 2022 10:44:38 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id E78994001027; Mon, 16 May 2022 10:44:37 +0200 (CEST) Message-ID: <8b8f6cc8928d1f978bba3a09f4374209e93a4e84.camel@klomp.org> Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (GNU Toolchain): binutils-gdb - failed test (failure) (master) From: Mark Wielaard To: Luis Machado , gdb-testers@sourceware.org Cc: Tom Tromey Date: Mon, 16 May 2022 10:44:37 +0200 In-Reply-To: <416d9d21-188f-f9a6-3e8b-02823d711ab6@arm.com> References: <20220513201818.ECFEB398AC3D@sourceware.org> <416d9d21-188f-f9a6-3e8b-02823d711ab6@arm.com> 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: gdb-testers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-testers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 08:44:42 -0000 Hi Luis, On Mon, 2022-05-16 at 09:25 +0100, Luis Machado wrote: > What kind of hardware is this debian-armhf node? It is this worker: https://builder.sourceware.org/buildbot/#/workers/7 Debian GNU/Linux 10 (buster) Linux 5.15.25-rockchip #22.02.1 SMP PREEMPT Sun Feb 27 09:23:03 UTC 2022 GNU C Library (Debian GLIBC 2.28-10+deb10u1) stable release version 2.28. g++ 8.3.0 GNU objdump (GNU Binutils for Debian) 2.31.1 Which is a small Rockchip RK3288 Asus Tinker Board S It only has 2GB of memory (and 1 GB swap). Even though it is small and not that fast you can see it is doing builds for elfutils, binutils, valgrind, libabigail and gdb. Cheers, Mark