From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38238 invoked by alias); 22 Jun 2019 14:34:38 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 38134 invoked by uid 89); 22 Jun 2019 14:34:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=worker X-Spam-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: 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, 22 Jun 2019 14:34:33 +0000 Received: from librem.wildebeest.org (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D00ED30005A9 for ; Sat, 22 Jun 2019 16:34:30 +0200 (CEST) Received: by librem.wildebeest.org (Postfix, from userid 1000) id 5B2D7C2B76; Sat, 22 Jun 2019 16:34:30 +0200 (CEST) Date: Tue, 01 Jan 2019 00:00:00 -0000 From: Mark Wielaard To: libabigail@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: <20190622143430.GC59008@wildebeest.org> References: <20190621101501.A98EE802082@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190621101501.A98EE802082@builder.wildebeest.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00134.txt.bz2 On Fri, Jun 21, 2019 at 10:15:01AM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset while building libabigail. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/14/builds/243 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-ppc64 > > Build Reason: > Blamelist: Dodji Seketeli > > BUILD FAILED: failed compile (failure) This seems to have been caused by an out of memory issue on the fedora-ppc64 buildbot worker. I forced a rebuild, which succeeded: https://builder.wildebeest.org/buildbot/#/builders/14/builds/245 Cheers, Mark