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 4276E3857365 for ; Sat, 28 May 2022 09:04:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4276E3857365 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 (deer0x07.wildebeest.org [172.31.17.137]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 09091302FB8A; Sat, 28 May 2022 11:04:08 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 0574E2E83D8B; Sat, 28 May 2022 11:04:07 +0200 (CEST) Date: Sat, 28 May 2022 11:04:07 +0200 From: Mark Wielaard To: "Frank Ch. Eigler" Cc: elfutils-devel@sourceware.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (GNU Toolchain): elfutils - failed test (failure) (master) Message-ID: References: <20220527160241.5C9A93AA9012@sourceware.org> <20220528023419.GA30283@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220528023419.GA30283@redhat.com> X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2022 09:04:11 -0000 On Fri, May 27, 2022 at 10:34:19PM -0400, Frank Ch. Eigler wrote: > Hi - > > n-metrics.sh: line 198: 27160 Aborted (core dumped) env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d ${DB} -F -U -t0 -g0 -p $PORT1 L D F > vlog$PORT1 2>&1 > > [...] > > Process 27160 (debuginfod) of user 994 killed by SIGABRT - ignoring (low free space) > > Lets see what happens on a rebuild. > > Did the machine run out of memory / storage? Maybe, hard to tell from the logs. At the moment it looks like: $ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.7G 0 3.7G 0% /dev tmpfs 3.7G 0 3.7G 0% /dev/shm tmpfs 3.7G 17M 3.7G 1% /run tmpfs 3.7G 0 3.7G 0% /sys/fs/cgroup /dev/vda2 12G 11G 881M 93% / /dev/vdb1 40G 8.3G 32G 21% /srv tmpfs 748M 0 748M 0% /run/user/994 tmpfs 748M 0 748M 0% /run/user/1000 $ free -h total used free shared buff/cache available Mem: 7.3G 418M 2.4G 16M 4.5G 6.6G Swap: 511M 0B 511M So maybe / was slightly full. The buildbot itself runs under /srv/ I freed 2.5G from / and uninstalled abrt so it doesn't intercept generating the core files. Cheers, Mark