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 E12B8386486B for ; Tue, 15 Jun 2021 21:40:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E12B8386486B 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 (deer0x04.wildebeest.org [172.31.17.134]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 5C3AB3000ADC; Tue, 15 Jun 2021 23:40:21 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id E49332E80772; Tue, 15 Jun 2021 23:40:20 +0200 (CEST) Date: Tue, 15 Jun 2021 23:40:20 +0200 From: Mark Wielaard To: buildbot@builder.wildebeest.org Cc: elfutils-devel@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: References: <20210615212946.ACB73801D17@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210615212946.ACB73801D17@builder.wildebeest.org> X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Tue, 15 Jun 2021 21:40:26 -0000 On Tue, Jun 15, 2021 at 09:29:46PM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-fedora-x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/3/builds/770 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-x86_64 > > Build Reason: > Blamelist: Omar Sandoval > > BUILD FAILED: failed test (failure) This was a test to see if ccache was installed correctly on the worker. It seems it is. But run-find-debuginfo.sh failed for (I think) unrelated reasons. Sorry, Mark