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 C9775386F401 for ; Thu, 19 Nov 2020 13:55:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C9775386F401 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org 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 12B0030291AB; Thu, 19 Nov 2020 14:55:44 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id C51B040061A5; Thu, 19 Nov 2020 14:55:44 +0100 (CET) Message-ID: <2e4453cb880600a526647d711b4f86de4688824f.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, 19 Nov 2020 14:55:44 +0100 In-Reply-To: <20201119132623.0FE06801FF7@builder.wildebeest.org> References: <20201119132623.0FE06801FF7@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=-5.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 19 Nov 2020 13:55:48 -0000 On Thu, 2020-11-19 at 13:26 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset > while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/10/builds/591 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: fedora-s390x >=20 > Build Reason: > Blamelist: Timm B=C3=A4der >=20 > BUILD FAILED: failed test (failure) No Worries Timm, this isn't on you. The build on that particular machine just timed out: command timed out: 1200 seconds without output running [b'make', b'distcheck', b'-j2'], attempting to kill I'll talk to the machine owner to see if we aren't overloading the machine. The last build took 7 hours (!). Currently we are doing a full make distcheck which runs the test suite 3 times, twice under valgrind. But given that this our only big-endian tester I like to keep it. Cheers, Mark