From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128100 invoked by alias); 1 Nov 2017 17:30:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 126346 invoked by uid 89); 1 Nov 2017 17:30:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hey, Hx-languages-length:971, junior, hey X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Nov 2017 17:30:13 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id vA1HU05o002216 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 1 Nov 2017 13:30:05 -0400 Received: by simark.ca (Postfix, from userid 112) id 4377C1E533; Wed, 1 Nov 2017 13:30:00 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 9AE5A1E4F3; Wed, 1 Nov 2017 13:29:59 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 Nov 2017 17:30:00 -0000 From: Simon Marchi To: Sergio Durigan Junior Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e In-Reply-To: <877evaexk1.fsf@redhat.com> References: <664f122d-7ec2-7f55-ec7f-da2e61c20dc5@ericsson.com> <877evaexk1.fsf@redhat.com> Message-ID: <5a9df6bdf31852c38506690f43e77f99@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.2 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Wed, 1 Nov 2017 17:30:00 +0000 X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00020.txt.bz2 On 2017-11-01 13:08, Sergio Durigan Junior wrote: > On Wednesday, November 01 2017, Simon Marchi wrote: > >> Hi Sergio, > > Hey Simon, > >> These failures are caused by an x86-64 buildslave being out of disk >> space. >> I guess it's one of the GCC compile farm machines, but I don't know >> which >> one. Could you look into it, or tell which machine fedora-x86-64-1 >> maps to? > > Sorry about that. This machine actually lives at the Toronto office > and > is managed directly by me. While I was on vacation, its hard disk > died, > and I only managed to replace it yesterday. I installed Fedora on > "automatic mode", and it chose to create a 15GB root partition instead > of use the 1TB disk... Sigh. Anyway, I've resized the partition and > things should work OK now. > > Thanks, Ah, silly Fedora :). No problem, thanks for your work maintaining this. Simon