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 C4DF63857033 for ; Fri, 30 Oct 2020 08:46:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C4DF63857033 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 librem (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 81C8630278CD for ; Fri, 30 Oct 2020 09:46:29 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 65207C379B; Fri, 30 Oct 2020 09:45:38 +0100 (CET) Date: Fri, 30 Oct 2020 09:45:38 +0100 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: <20201030084538.GA3100@wildebeest.org> References: <20201030015135.D357B817ACB@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201030015135.D357B817ACB@builder.wildebeest.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.6 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: Fri, 30 Oct 2020 08:46:32 -0000 On Fri, Oct 30, 2020 at 01:51:35AM +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/12/builds/549 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-ppc64 > > BUILD FAILED: failed test (failure) Hmmm, this is odd. FAIL: run-debuginfod-find.sh The full log is at: https://builder.wildebeest.org/buildbot/#/builders/12/builds/549/steps/8/logs/test-suite_log But I don't fully understand what went wrong. Also the commit that triggered this didn't change any code. It only added a new testcase. I did a new build, which did succeed: https://builder.wildebeest.org/buildbot/#/builders/12/builds/550 So this must be a timing issue or something non-deterministic. Cheers, Mark