From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 7F711385042A for ; Tue, 13 Oct 2020 22:21:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7F711385042A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 735BB30291AC; Wed, 14 Oct 2020 00:21:28 +0200 (CEST) Received: by librem (Postfix, from userid 1000) id D2703C04CD; Wed, 14 Oct 2020 00:20:39 +0200 (CEST) Date: Wed, 14 Oct 2020 00:20:39 +0200 From: Mark Wielaard To: buildbot@builder.wildebeest.org Cc: dwz@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: <20201013222039.GB17609@wildebeest.org> References: <20201013212927.90B519100EE@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201013212927.90B519100EE@builder.wildebeest.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Tue, 13 Oct 2020 22:21:30 -0000 Hi, On Tue, Oct 13, 2020 at 09:29:27PM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset while building dwz. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/20/builds/236 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-ppc64le > > BUILD FAILED: failed test (failure) > > The Buildbot has detected a failed build on builder whole buildset while building dwz. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/22/builds/237 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-ppc64 > > Build Reason: > Blamelist: Mark Wielaard > > BUILD FAILED: failed test (failure) > > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/46/builds/12 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: debian-arm64 So that is obviously my last commit. Sorry. All three buildbot workers fail on the same testcase pr25109.sh which is no-multifile-prop. That testcase has an empty debug_line and no decl/call_files. It still generates a .debug_line entry (and because no files have been seen, it produces a DWARF5 line table, which might be a bug in itself). I don't yet understand why this fails on ppc64, ppc64le and arm64 only and not on any other arch. Still investigating. Cheers, Mark