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 0232139484BD; Tue, 3 May 2022 15:02:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0232139484BD 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 00984304F85D; Tue, 3 May 2022 17:02:30 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id E769F4041A16; Tue, 3 May 2022 17:02:29 +0200 (CEST) Message-ID: Subject: Re: =?UTF-8?Q?=E2=98=BA?= Buildbot (GNU Toolchain): elfutils - build successful (master) From: Mark Wielaard To: builder@sourceware.org Cc: elfutils-devel@sourceware.org Date: Tue, 03 May 2022 17:02:29 +0200 In-Reply-To: <20220503002512.9D7EB3857815@sourceware.org> References: <20220503002512.9D7EB3857815@sourceware.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.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Tue, 03 May 2022 15:02:34 -0000 Hi, On Tue, 2022-05-03 at 00:25 +0000, builder--- via Elfutils-devel wrote: > A restored build has been detected on builder elfutils-fedora-x86_64 > while building elfutils. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/59/builds/14 >=20 > Build state: build successful > Revision: 6d0c3b57429add5b6494259c1c06499e52cff4d5 > Worker: fedora-x86_64 > Build Reason: (unknown) > Blamelist: Mark Wielaard This is a little cheating. I removed the --enable-valgrind from make distcheck and this failed before because of some (valgrind I suspect) bug that caused a zstd using test to fail. Once we add --enable- valgrind back for this distro/arch (fedora 35 x86_64) the failure would come back. But for now we are all green! :) https://builder.sourceware.org/buildbot/#/builders?tags=3Delfutils Cheers, Mark