From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83534 invoked by alias); 9 Jul 2019 21:27:12 -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 83524 invoked by uid 89); 9 Jul 2019 21:27:12 -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=dan, Looking 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; Tue, 09 Jul 2019 21:27:10 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 5040C30A8075; Tue, 9 Jul 2019 23:27:08 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 27CA1413CC0E; Tue, 9 Jul 2019 23:27:08 +0200 (CEST) Message-ID: <870a3767ba152679a1453bf5ff4010aaedeada31.camel@klomp.org> Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: libabigail@sourceware.org Cc: Dan =?ISO-8859-1?Q?Hor=E1k?= Date: Tue, 01 Jan 2019 00:00:00 -0000 In-Reply-To: <20190709174219.BBE9881AB65@builder.wildebeest.org> References: <20190709174219.BBE9881AB65@builder.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00012.txt.bz2 On Tue, 2019-07-09 at 17:42 +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/13/builds/255 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: fedora-ppc64le >=20 > Build Reason: > Blamelist: Matthias Maennich >=20 > BUILD FAILED: failed compile (failure) Hohum. Looking on the machine itself I see: Out of memory: Kill process 31749 (cc1plus) score 313 or sacrifice child And systemd-journald is using 10GB of virtual memory. And no swap space. Trying a manual rebuild also gets cc1plus killed half way through the build. Dan, we had the same issue 2 weeks ago. And you updated the guest VM then. But it seems we still run out of memory. Is there a possibility to add some swap space? Or is there a way to make sure systemd-journald=20 doesn't eat up so much memory? Thanks, Mark