From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117102 invoked by alias); 2 Dec 2017 19:27:17 -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 115239 invoked by uid 89); 2 Dec 2017 19:27:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy= X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 02 Dec 2017 19:27:15 +0000 Received: from stream.wildebeest.org (ip4da134f7.direct-adsl.nl [77.161.52.247]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 3A978302BB05; Sat, 2 Dec 2017 20:27:12 +0100 (CET) Received: by stream.wildebeest.org (Postfix, from userid 1000) id B45C4106C7B; Sat, 2 Dec 2017 20:27:12 +0100 (CET) Date: Sat, 02 Dec 2017 19:27:00 -0000 From: Mark Wielaard To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Subject: Re: Breakage on builder Fedora-s390x-m64, revision 97cbe998d0dd5c13a0317fbb24d745da367d8caa Message-ID: <20171202192712.GB13493@stream.lan> References: <87vahp6mgb.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vahp6mgb.fsf@redhat.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-SW-Source: 2017-12/txt/msg00047.txt.bz2 On Sat, Dec 02, 2017 at 12:58:44PM -0500, Sergio Durigan Junior wrote: > On Friday, December 01 2017, gdb-buildbot@sergiodj.net wrote: > > > Unfortunately it seems that there is a breakage on GDB. > > > > Commit title: 'Add support for the readnever concept' > > Revision: 97cbe998d0dd5c13a0317fbb24d745da367d8caa > > Hm, this build failed because of a timeout... Mark, I know this is hard > to investigate, but could you take a look at this? Not sure if the > machine is overloaded or not... Not at the moment: 19:16:14 up 4 days, 10:21, 2 users, load average: 0.01, 0.02, 0.00 But at times there are several projects doing builds on it besides gdb (valgrind has nightly builds, elfutils and libabigail have a buildbot that does builds like gdb does on each commit and there are others). Also I don't immediately see anything in the logs you attached to understand which command precisely timed out. Note that the machine was recently upgraded from Fedora 25 to Fedora 26. Might that explain the issue? Cheers, Mark