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 89B323860765 for ; Fri, 18 Aug 2023 16:17:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 89B323860765 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 r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 42AF9302BBEC for ; Fri, 18 Aug 2023 18:17:52 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 03A8B3402F0; Fri, 18 Aug 2023 18:17:51 +0200 (CEST) Message-ID: <752bc6de9838cd8f009443458dde241a63662cf6.camel@klomp.org> Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master) From: Mark Wielaard To: gcc-rust@gcc.gnu.org Date: Fri, 18 Aug 2023 18:17:51 +0200 In-Reply-To: <20230818160704.BC2383860765@sourceware.org> References: <20230818160704.BC2383860765@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3028.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,WEIRD_QUOTING autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Fri, 2023-08-18 at 16:07 +0000, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-ppc64 while bui= lding gccrust. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/3/builds/1488 >=20 > Build state: failed '! grep ...' (failure) > Revision: b1dd53faa1aa9ebd935742e57166647c055bae2a > Worker: debian-ppc64 So, this is "expected", the buildbot step is now more clear: > - 6: grep FAIL or unexpected rust.sum ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/3/buil= ds/1488/steps/6/logs/stdio This now shows: FAIL: rust/compile/builtin_macro_eager1.rs scan-tree-dump-times gimple ""te= st1canary"" 1 FAIL: rust/compile/builtin_macro_recurse2.rs scan-tree-dump-times gimple ""= abheyho"" 1 FAIL: rust/compile/const-issue1440.rs at line 52 (test for errors, line 51= ) FAIL: rust/compile/const-issue1440.rs at line 64 (test for errors, line 63= ) FAIL: rust/compile/const-issue1440.rs (test for excess errors) FAIL: rust/compile/issue-1446.rs (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O0 (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O1 (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O2 (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O3 -g (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -Os (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O2 -flto -fno-use-linker-plugin= -flto-partition=3Dnone (test for excess errors) FAIL: rust/compile/torture/issue-1432.rs -O2 -flto -fuse-linker-plugin -f= no-fat-lto-objects (test for excess errors) # of unexpected failures 13 > - 15: upload to bunsen ( success ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#builders/3/buil= ds/1488/steps/15/logs/stdio Also note that this step now shows the bunsen URL, which contains the full testsuite logs: https://builder.sourceware.org/testrun/ea54c760540e4fcb425d55a8da3b10cc77ba= a0b6 Look under the dejagnu tab, you can click through to the actual FAILs in the .exp file and then get the log for an specific test. e.g. for issue-1446.rs see: https://builder.sourceware.org/testrun/ea54c760540e4fcb425d55a8da3b10cc77ba= a0b6?filename=3Dgcc%2Ftestsuite%2Frust%2Frust.log&fileline=3D1817&linewindo= w=3D20#line1817 Cheers, Mark