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 7F4D03835839 for ; Thu, 21 Jul 2022 22:49:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7F4D03835839 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 (213-10-231-91.fixed.kpn.net [213.10.231.91]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 309D5300047C; Fri, 22 Jul 2022 00:49:55 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id D7B3A2E81874; Fri, 22 Jul 2022 00:49:54 +0200 (CEST) Date: Fri, 22 Jul 2022 00:49:54 +0200 From: Mark Wielaard To: Thomas Schwinge Cc: gcc-rust@gcc.gnu.org Subject: Re: =?utf-8?Q?=E2=98=A0_Buildbot_=28GN?= =?utf-8?Q?U?= Toolchain): gccrust - failed 'make clean' (failure) (master) Message-ID: References: <20220721223818.B15B538356A7@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220721223818.B15B538356A7@sourceware.org> X-Spam-Status: No, score=-4.9 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Thu, 21 Jul 2022 22:49:57 -0000 Hi, On Thu, Jul 21, 2022 at 10:38:18PM +0000, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-bootstrap-debian-amd64 while building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/107/builds/43 > > Build state: failed 'make clean' (failure) > Revision: 51f03d9d697b0f3fed65f85e88ce41d424c844fb > Worker: bb2 > Build Reason: (unknown) > Blamelist: Thomas Schwinge > > Steps: > [...] > - 16: make clean ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/107/builds/43/steps/16/logs/stdio Sorry, this was supposed to simply be to save some space at the end of the build: https://sourceware.org/pipermail/buildbot/2022q3/000162.html Apparently make clean doesn't work as expected. I will try to look into it, but it might take one or two days till I have time. Apologies for the mess. Cheers, Mark