From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76016 invoked by alias); 24 Jan 2019 10:26:20 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 75997 invoked by uid 89); 24 Jan 2019 10:26:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Reason X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Jan 2019 10:26:17 +0000 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 3CFFD30008A5; Thu, 24 Jan 2019 11:26:15 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id E8F324001C85; Thu, 24 Jan 2019 11:26:14 +0100 (CET) Message-ID: Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: libabigail@sourceware.org Cc: Dodji Seketeli Date: Tue, 01 Jan 2019 00:00:00 -0000 In-Reply-To: <20190124101241.964608003EE@builder.wildebeest.org> References: <20190124101241.964608003EE@builder.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00011.txt.bz2 On Thu, 2019-01-24 at 10:12 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset > while building libabigail. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/5/builds/204 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: debian-i386 >=20 > Build Reason: > Blamelist: Dodji Seketeli >=20 > BUILD FAILED: failed test (failure) It is the make distcheck test that fails. I think this is because you forgot to add the new test46-rust files to tests/data/Makefile.am EXTRA_DIST. Cheers, Mark