From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 5F1AE3858D39 for ; Wed, 2 Mar 2022 07:21:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5F1AE3858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.90,148,1643702400"; d="scan'208";a="72622788" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 01 Mar 2022 23:21:33 -0800 IronPort-SDR: /DXdBJmtq9dZ7vck+dkzvrYT4gNwOIDWFmL5BTikqbq9BrxF5O+d688YugHA4tisURrP7w3FS0 u6CmFNc7s3xRg82E16DL/55qM/p2qrbqiEXwnoXNqPmO1rfugL5eYNe1oyrckD0OZpWWQyWf5o yZetG2D7yj7Nh3GLj40VvM73o/whjM3ZKx6g+pmToxycqc4tZCr58UQXAfgd1r5KGbvDbE39IN 42zu1aCPjvk7LxB7gqL9+Vi9GU2MvAKWo+p0UV6nKrR2jRcK2PfZyefTI5Ou+WSXLza7cmmE+U yaU= From: Thomas Schwinge To: Mark Wielaard , , "Arthur Cohen" CC: Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset In-Reply-To: References: <20220301190815.EE6CD8176B0@builder.wildebeest.org> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/27.1 (x86_64-pc-linux-gnu) Date: Wed, 2 Mar 2022 08:21:26 +0100 Message-ID: <87ee3kstu1.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, 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: Wed, 02 Mar 2022 07:21:36 -0000 Hi! On 2022-03-02T00:15:41+0100, Mark Wielaard wrote: > 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. ... and me: "'[...]/gcc/rust/parse/rust-cfg-parser.cc:67: rust_cfg_parser_test: FAIL: ASSERT_TRUE ((Rust::parse_cfg_option (input, key, value)))'". > I haven't figured out yet why the last commit caused this. (Same here.) > But it can be replicated when configuring with --enable-checking=3Dyes That's strange -- isn't some '--enable-checking=3D[...]' actually the default for GCC builds? > That causes the selftests to trigger: At least we can see that the GCC/Rust self-tests are executing! ;-P Gr=C3=BC=C3=9Fe Thomas > 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=3D/home/mark/src/gccr= s/gcc/testsuite/selftests > rust1: error: unexpected character =E2=80=981=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=981=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=980=E2=80=99 > rust1: error: unexpected character =E2=80=98e0=E2=80=99 > rust1: error: unexpected character =E2=80=98d3=E2=80=99 > rust1: error: unexpected character =E2=80=9889=E2=80=99 > /home/mark/src/gccrs/gcc/rust/parse/rust-cfg-parser.cc:68: rust_cfg_parse= r_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 > > -- > Gcc-rust mailing list > Gcc-rust@gcc.gnu.org > https://gcc.gnu.org/mailman/listinfo/gcc-rust ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955