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 F33C83858D35 for ; Sun, 6 Mar 2022 22:33:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F33C83858D35 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 (deer0x11.wildebeest.org [172.31.17.147]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 0171B301FEB8; Sun, 6 Mar 2022 23:33:30 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 5691B2E81613; Sun, 6 Mar 2022 23:33:30 +0100 (CET) Date: Sun, 6 Mar 2022 23:33:30 +0100 From: Mark Wielaard To: buildbot@builder.wildebeest.org Cc: gcc-rust@gcc.gnu.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: References: <20220306220110.34BDD801CF9@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sun, 06 Mar 2022 22:33:35 -0000 Hi, On Sun, Mar 06, 2022 at 11:20:56PM +0100, Mark Wielaard wrote: > On Sun, Mar 06, 2022 at 10:01:10PM +0000, buildbot@builder.wildebeest.org wrote: > > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while building gccrust. > > Full details are available at: > > https://builder.wildebeest.org/buildbot/#builders/58/builds/1716 > > > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > > > Worker for this Build: debian-arm64 > > > > Build Reason: > > Blamelist: Arthur Cohen , bors[bot] <26634292+bors[bot]@users.noreply.github.com> > > > > BUILD FAILED: failed 'grep unexpected ...' (failure) > > And the same for all other arches. The unexpected fails or in the rust.log: > > Executing on host: /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs-build/gcc/testsuite/rust/../../gccrs -B/var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs-build/gcc/testsuite/rust/../../ /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs/gcc/testsuite/rust/execute/torture/macros6.rs -fdiagnostics-plain-output -O0 -lm -o ./macros6.exe (timeout = 300) > spawn -ignore SIGHUP /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs-build/gcc/testsuite/rust/../../gccrs -B/var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs-build/gcc/testsuite/rust/../../ /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs/gcc/testsuite/rust/execute/torture/macros6.rs -fdiagnostics-plain-output -O0 -lm -o ./macros6.exe > /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs/gcc/testsuite/rust/execute/torture/macros6.rs:10:13: error: Cannot find path 'Foo' in this scope > compiler exited with status 1 > FAIL: rust/execute/torture/macros6.rs -O0 (test for excess errors) > Excess errors: > /var/lib/buildbot/workers/wildebeest/gccrust-debian-arm64/gccrs/gcc/testsuite/rust/execute/torture/macros6.rs:10:13: error: Cannot find path 'Foo' in this scope > UNRESOLVED: rust/execute/torture/macros6.rs -O0 compilation failed to produce executable This seems to have been resolved by a followup commit: commit 58d1721529e99c7c633615e7491b777a6198ed00 (github/pr/985) Author: Arthur Cohen Date: Tue Mar 1 10:41:45 2022 +0100 macroinvocation: Only allow *stmt* visitors when semicoloned All, except debian-i386, are green again: https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust Cheers, Mark