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 48155385276C for ; Sat, 25 Jun 2022 22:17:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 48155385276C 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 (deer0x0e.wildebeest.org [172.31.17.144]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id C869F300026A; Sun, 26 Jun 2022 00:17:36 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 7BD742E83312; Sun, 26 Jun 2022 00:17:36 +0200 (CEST) Date: Sun, 26 Jun 2022 00:17:36 +0200 From: Mark Wielaard To: dwz@sourceware.org Subject: Re: =?utf-8?B?4pi6IEJ1aWxkYm8=?= =?utf-8?Q?t?= (GNU Toolchain): dwz - build successful (master) Message-ID: References: <20220625215613.349A43851AA8@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220625215613.349A43851AA8@sourceware.org> X-Spam-Status: No, score=-5.6 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2022 22:17:41 -0000 Hi, On Sat, Jun 25, 2022 at 09:56:13PM +0000, builder--- via Dwz wrote: > A restored build has been detected on builder dwz-opensuseleap-x86_64 while building dwz. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/99/builds/2 > > Build state: build successful > Revision: b31d0ebd259a7037e43720cc9599ba37a283a698 > Worker: bb1 > Build Reason: (unknown) > Blamelist: Lv Ying via Dwz The previous failure wasn't caused by the above patch, but because eu-strip was missing on the builder. That has been fixed: https://sourceware.org/pipermail/buildbot/2022q2/000088.html The build is now green on all builders except one: https://builder.sourceware.org/buildbot/#/builders?tags=dwz dwz-opensusetw-x86_64 fails one testcase: odr-struct-ns.sh https://builder.sourceware.org/buildbot/#/builders/100/builds/2 Martin, could you take a look at what is different on tumbleweed from the other builders that makes that testcase fail? Thanks, Mark