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 55441385841D for ; Tue, 1 Mar 2022 23:15:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 55441385841D 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 (deer0x12.wildebeest.org [172.31.17.148]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 56608300027E; Wed, 2 Mar 2022 00:15:42 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 1855F2E8036A; Wed, 2 Mar 2022 00:15:42 +0100 (CET) Date: Wed, 2 Mar 2022 00:15:41 +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: <20220301190815.EE6CD8176B0@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220301190815.EE6CD8176B0@builder.wildebeest.org> X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, WEIRD_PORT 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: Tue, 01 Mar 2022 23:15:45 -0000 Hi, On Tue, Mar 01, 2022 at 07:08:15PM +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/1710 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: debian-arm64 > > Build Reason: > Blamelist: Arthur Cohen > > BUILD FAILED: failed compile (failure) And the same for all other builders. I haven't figured out yet why the last commit caused this. But it can be replicated when configuring with --enable-checking=yes That causes the selftests to trigger: make[2]: Entering directory '/home/mark/build/gccrs-obj/gcc' /home/mark/build/gccrs-obj/./gcc/xgcc -B/home/mark/build/gccrs-obj/./gcc/ -xrs -nostdinc /dev/null -S -o /dev/null -fself-test=/home/mark/src/gccrs/gcc/testsuite/selftests rust1: error: unexpected character ‘1’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘1’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘0’ rust1: error: unexpected character ‘e0’ rust1: error: unexpected character ‘d3’ rust1: error: unexpected character ‘89’ /home/mark/src/gccrs/gcc/rust/parse/rust-cfg-parser.cc:68: rust_cfg_parser_test: FAIL: ASSERT_EQ ((key), ("key_no_value")) rust1: internal compiler error: in fail, at selftest.cc:47 0x1cf096b selftest::fail(selftest::location const&, char const*) /home/mark/src/gccrs/gcc/selftest.cc:47 0x7bb9a3 selftest::rust_cfg_parser_test() /home/mark/src/gccrs/gcc/rust/parse/rust-cfg-parser.cc:68 0x1c143b7 selftest::run_tests() /home/mark/src/gccrs/gcc/selftest-run-tests.cc:119 0xf1310b toplev::run_self_tests() /home/mark/src/gccrs/gcc/toplev.cc:2217 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. make[2]: *** [/home/mark/src/gccrs/gcc/rust/Make-lang.in:232: s-selftest-rust] Error 1 make[2]: Leaving directory '/home/mark/build/gccrs-obj/gcc' Cheers, Mark