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 16E21385801A for ; Wed, 28 Oct 2020 10:12:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 16E21385801A 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 tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id DB2D830278CD; Wed, 28 Oct 2020 11:12:54 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id CA3FC4000987; Wed, 28 Oct 2020 11:12:54 +0100 (CET) Message-ID: Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: Dodji Seketeli Cc: libabigail@sourceware.org Date: Wed, 28 Oct 2020 11:12:54 +0100 In-Reply-To: <874kmeaeaj.fsf@seketeli.org> References: <20201027094717.EE7B990EAEB@builder.wildebeest.org> <23c2d7d59403327398ec4885150334e7902c1526.camel@klomp.org> <55435f4245c90de7b3e68997aaa085d12765ea7b.camel@klomp.org> <874kmeaeaj.fsf@seketeli.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=-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: 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: Wed, 28 Oct 2020 10:12:59 -0000 Hi Dodji, On Wed, 2020-10-28 at 10:30 +0100, Dodji Seketeli wrote: > Applied to master. Thanks. Looks like the buildbot is all green again: https://builder.wildebeest.org/buildbot/#/builders?tags=3Dlibabigail But I am a little worried about the fact the crash didn't trigger a testcase failure (I suspect that was because it crashed early and so didn't produce any output, so didn't show a bad abidiff). And about the fact that the x86_64 failure also disappeared. That didn't seem related and might mean there is still something non-deterministic :( Cheers, Mark