From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id D2D83385842B; Tue, 26 Jul 2022 01:24:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D2D83385842B Received: by mail-pf1-x42a.google.com with SMTP id y141so11911682pfb.7; Mon, 25 Jul 2022 18:24:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ITRFAQm+hA7PNh39GAIN+Y8sLVCJYso2LCPMA/GN/bY=; b=V2B/4TLYMeIi+TFybOqKT85C89YEZIPYoYF0SxVH+Q3Gfq5PGJt43acu+4E4gMi15N joA9Xj4i/SPlRGMZuE8pJqwcmQAfjiXR4RaFiR/8OpvLpRM+SG4wm1dRchHCgtyeyz++ o45HNFzTUo7yKaX95Y8Up9vFLDslczaWjsRJZVLMBJDOWzRunyNU7GO9VhY8Ny7E7ay6 zPkYpELZiHKxE4R2VUMsfTxyoOFWxEC8AR671yFY7cVU4uzQntKPNrAEAquxLiM1PSbz C25xPw0+KAZSH9g8Off+mCeCkjDiR59Pnn8jU6jg4V4GZZ0WENUbKfsadq86rUZ4Z5z3 lQnQ== X-Gm-Message-State: AJIora8nRzEqlhXaPrZ7lcw1W6eKI149f3FSiKVBMWaeMWKPjQbppFTi m+yRLlZxa6deqIufjrmcrQV4r8G9dFo= X-Google-Smtp-Source: AGRyM1tVq1y1caXW8F2vTm4I9XZ0lW53eEgHVusqKPC9Uv5TLkb+ftxU0VbFhfGUPfFxsdbR9V4I8g== X-Received: by 2002:a05:6a00:2401:b0:52b:cd67:d997 with SMTP id z1-20020a056a00240100b0052bcd67d997mr15215243pfh.70.1658798655851; Mon, 25 Jul 2022 18:24:15 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:765:427b:2f1:ce79]) by smtp.gmail.com with ESMTPSA id im15-20020a170902bb0f00b0016beba9c3e6sm9947991plb.115.2022.07.25.18.24.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 18:24:15 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id A588B1140885; Tue, 26 Jul 2022 10:54:12 +0930 (ACST) Date: Tue, 26 Jul 2022 10:54:12 +0930 From: Alan Modra To: Mark Wielaard Cc: binutils@sourceware.org, gdb@sourceware.org Subject: Re: buildbot vs --enable-targets=all Message-ID: References: <94d446556e470859b878bb27eec5e2a52d063673.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94d446556e470859b878bb27eec5e2a52d063673.camel@klomp.org> X-Spam-Status: No, score=-3028.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2022 01:24:19 -0000 On Mon, Jul 25, 2022 at 02:25:42PM +0200, Mark Wielaard wrote: > On debian-ppc64 and fedora-ppc64le there are the following ld failures: > https://builder.sourceware.org/buildbot/#builders/86/builds/343 > https://builder.sourceware.org/buildbot/#builders/78/builds/382 > > extra lines in dump.out starting with "^ 40: 0000002c 0 > TLS GLOBAL DEFAULT 9 ie0$" > EOF from /var/lib/buildbot/workers/wildebeest/binutils-debian- > ppc64/binutils-gdb/ld/testsuite/ld-powerpc/tlsexe32.r > FAIL: TLS32 dynamic exec The line should match the last line of ld-powerpc/tlsexe32.r. Three possibilities occur to me that might cause this: 1) There really is a duplicate globel ie0 symbol, or readelf is duplicating an output line. 2) expect/dejagnu is duplicating output lines to dump.out, or reading that file back when matching regexps duplicates the last line. 3) The last line of tlsexe32.r is dropped from the git checkout, or when matching regexps. None of these things happen elsewhere as far as I know. ie. the build bot is broken. -- Alan Modra Australia Development Lab, IBM