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 397D83858400 for ; Mon, 18 Oct 2021 13:50:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 397D83858400 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 4508A301AB30; Mon, 18 Oct 2021 15:50:32 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 62A2E425A457; Mon, 18 Oct 2021 15:50:31 +0200 (CEST) Message-ID: <5e1509857a285c897ccfc746acb5cc14c77915ad.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: Mon, 18 Oct 2021 15:50:31 +0200 In-Reply-To: <20211018134543.2205581A9D3@builder.wildebeest.org> References: <20211018134543.2205581A9D3@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.2 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: Mon, 18 Oct 2021 13:50:35 -0000 Hi, On Mon, 2021-10-18 at 13:45 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-debian- > amd64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/2/builds/841 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: debian-amd64 >=20 > Build Reason: > Blamelist: Mark Wielaard >=20 > BUILD FAILED: failed test (failure) I already saw this earlier and it is resolved by: commit e3e70782a1d1a246844215991bbd2d6b60d0aa41 Author: Mark Wielaard Date: Mon Oct 18 14:35:20 2021 +0200 libdw: Don't pass NULL to dwarf_peel_type https://builder.wildebeest.org/buildbot/#/changes/6894 All green again. Cheers, Mark