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 9DC4D3857000 for ; Fri, 16 Jul 2021 10:33:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9DC4D3857000 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 (77-167-121-15.hybrid.kpn.net [77.167.121.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D4C6D300027E; Fri, 16 Jul 2021 12:33:43 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 758582E800CB; Fri, 16 Jul 2021 12:33:42 +0200 (CEST) Date: Fri, 16 Jul 2021 12:33:42 +0200 From: Mark Wielaard To: buildbot@builder.wildebeest.org Cc: libabigail@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: References: <20210716101103.0D109949EA2@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210716101103.0D109949EA2@builder.wildebeest.org> X-Spam-Status: No, score=-4.9 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: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 10:33:48 -0000 Hi, On Fri, Jul 16, 2021 at 10:11:03AM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder libabigail-fedora-s390x while building libabigail. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/9/builds/690 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-s390x > > Build Reason: > Blamelist: Matthias Maennich > > BUILD FAILED: failed test (failure) Sorry, python3 was upgraded from 3.8 to 3.9. But the buildbot worker env hadn't caught up. It has been fixed now: https://builder.wildebeest.org/buildbot/#/builders/9/builds/691 Cheers, Mark