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 0DC7E3858C51; Fri, 1 Jul 2022 22:24:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0DC7E3858C51 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 B1072302AB2C; Sat, 2 Jul 2022 00:24:44 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 402F82E81623; Sat, 2 Jul 2022 00:24:44 +0200 (CEST) Date: Sat, 2 Jul 2022 00:24:44 +0200 From: Mark Wielaard To: libc-alpha@sourceware.org Cc: buildbot@sourceware.org Subject: Re: glibc builder.sourceware.org integration Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 22:24:48 -0000 Hi, On Fri, Jul 01, 2022 at 02:00:42PM +0200, Mark Wielaard wrote: > For now I have added a make subdirs=elf -jncpus check step. This > seems to have a couple of hundred tests which should be quick enough > to run on all builders. Test results are uploaded to the bunsendb for > comparison between distr/arches. Builders all seem to be green (except > for the full testrun builders of course), but the glibc-fedora-ppc64le builder has one FAIL: > FAIL: elf/tst-ldconfig-bad-aux-cache > https://builder.sourceware.org/buildbot/#/builders?tags=glibc > https://builder.sourceware.org/buildbot/#/builders/127/builds/35 > > Frank, I cannot find the corresponding bunsen test results for that > build under https://builder.sourceware.org/testruns/ did I make a > mistake in the bunsen upload step? It is there now. I don't know why it wasn't there earlier. Frank, is there a delay between the bunsendb update and when the testruns show up? https://builder.sourceware.org/testrun/deda118447159c9affe00348cfb1ddf667563fe4 Which also contains the st-ldconfig-bad-aux-cache.out file https://builder.sourceware.org/testrun/deda118447159c9affe00348cfb1ddf667563fe4?filename=elf%2Ftst-ldconfig-bad-aux-cache.out Timed out: killed the child process I couldn't immediately replicate that on a ppc64le setup. Lets see if a next build also causes this test to time out. Cheers, Mark