From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id C7EE13AA7C82 for ; Thu, 5 Aug 2021 14:19:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7EE13AA7C82 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 tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 6954730291A9; Thu, 5 Aug 2021 16:19:16 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 85E59413CC81; Thu, 5 Aug 2021 16:19:15 +0200 (CEST) Message-ID: <562a8962d6e25455f5be8335d3fdb5ba04358d24.camel@klomp.org> Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: buildbot@builder.wildebeest.org, elfutils-devel@sourceware.org Date: Thu, 05 Aug 2021 16:19:15 +0200 In-Reply-To: <20210804151324.A6A6A81A9D2@builder.wildebeest.org> References: <20210804151324.A6A6A81A9D2@builder.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 05 Aug 2021 14:19:19 -0000 On Wed, 2021-08-04 at 15:13 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-centos- > x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/796 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: centos-x86_64 >=20 > Build Reason: > Blamelist: Noah Sanci >=20 > BUILD FAILED: failed test (failure) Not sure why this happened, the actual "failure" was: PASS: run-large-elf-file.sh command timed out: 1200 seconds without output running ['make', 'check', '-j4'], attempting to kill process killed by signal 9 program finished with exit code -1 elapsedTime=3D1365.281001 Normally run-large-elf-file.sh is skipped because it eats up all the memory. Maybe that created a swap storm? A rebuild was all green. Cheers, Mark