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 71D7D3857C5D; Fri, 22 Jul 2022 09:58:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 71D7D3857C5D 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 (213-10-231-91.fixed.kpn.net [213.10.231.91]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 92DA3300047C; Fri, 22 Jul 2022 11:58:14 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 0D5FB2E819FF; Fri, 22 Jul 2022 11:58:14 +0200 (CEST) Date: Fri, 22 Jul 2022 11:58:13 +0200 From: Mark Wielaard To: Luis Machado Cc: buildbot@sourceware.org, binutils@sourceware.org Subject: Re: =?utf-8?Q?=E2=98=A0_Buildbot_=28GN?= =?utf-8?Q?U?= Toolchain): binutils-gdb - failed update (failure) (master) Message-ID: References: <20220721194111.2AE56383A37A@sourceware.org> <56af4b2b-e87c-6fd0-e5c1-93f834947bdd@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56af4b2b-e87c-6fd0-e5c1-93f834947bdd@arm.com> X-Spam-Status: No, score=-4.9 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 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: Fri, 22 Jul 2022 09:58:19 -0000 Hi Luis, On Fri, Jul 22, 2022 at 01:52:30AM +0100, Luis Machado wrote: > On 7/21/22 20:41, builder--- via Binutils wrote: > > A new failure has been detected on builder binutils-debian-ppc64 while building binutils-gdb. > > > > Full details are available at: > > https://builder.sourceware.org/buildbot/#builders/78/builds/373 > > > > Build state: failed update (failure) > > Revision: (unknown) > > Worker: debian-ppc64 > > Build Reason: (unknown) > > Blamelist: Andrew Burgess , H.J. Lu , Tom de Vries , Torbjörn SVENSSON > > > > Steps: > > > > - 0: worker_preparation ( success ) > > > > - 1: git checkout ( failure ) > > Logs: > > - stdio: https://builder.sourceware.org/buildbot/#builders/78/builds/373/steps/1/logs/stdio > > > > It seems the builder ran out of disk space. Yes it did (and the ppc64le worker too). We keep all builds, which can add up. So now we do a make clean at the end to save some space: https://sourceware.org/pipermail/buildbot/2022q3/000162.html Both workers have 5GB to 10GB free again now. Sorry for the trouble. Cheers, Mark