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 79CC1385782C for ; Fri, 18 Jun 2021 11:31:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 79CC1385782C 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 BE102300159D; Fri, 18 Jun 2021 13:31:35 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 6AC05408AD8C; Fri, 18 Jun 2021 13:31:35 +0200 (CEST) Message-ID: <3cd90c9a2c8e8f12a0d4a625e971dffc60a3cf4e.camel@klomp.org> Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: buildbot@builder.wildebeest.org, gcc-rust@gcc.gnu.org Date: Fri, 18 Jun 2021 13:31:35 +0200 In-Reply-To: <20210618110606.A71FB80073F@builder.wildebeest.org> References: <20210618110606.A71FB80073F@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=-3.3 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: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 11:31:39 -0000 On Fri, 2021-06-18 at 11:06 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-fedora- > ppc64 while building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/61/builds/40 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: fedora-ppc64 >=20 > Build Reason: > Blamelist: bors[bot] <26634292+bors[bot]@users.noreply.github.com> >=20 > BUILD FAILED: failed compile (failure) Apologies again. This is me playing with ccache again. It seems to work fine on all other arches (arm64, x86_64 and ppc64le) but on ppc64 it causes signal 13 (SIGPIPE) failures. I haven't figured out why yet. Cheers, Mark