From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66225 invoked by alias); 16 Mar 2019 15:22:42 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 66214 invoked by uid 89); 16 Mar 2019 15:22:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-12.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:868, armhf, laptop X-Spam-Status: No, score=-12.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: mx1.suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de To: Mark Wielaard , dwz@sourceware.org From: Tom de Vries Subject: Re: Added a buildbot for dwz Message-ID: <61673a59-1da8-2a7f-e15e-14ff05874a39@suse.de> Date: Tue, 01 Jan 2019 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-SW-Source: 2019-q1/txt/msg00134.txt.bz2 > Hi, > > To celebrate that dwz now has a testsuite I added a buildbot: > https://builder.wildebeest.org/buildbot/#/builders?tags=dwz > > It monitors the dwz.git master branch and does a make && make check > on every new commit it sees for aarch64, armhf, ppc64, ppc64le, s390x, > x86_64 and i386. > > The ppc64 and ppc64le builders currently fail because they > don't have dejagnu installed yet. As soon as that is installed > I expect those to also become green. > > It should sent email to this list when a new failure is detected. > I've just pushed a fix for a dejagnu warning on my laptop, and there I see no warnings anymore. However, all builds on the build bot that I checked show: ... WARNING: Couldn't find the global config file. ... I'm not sure if this should be fixed on the buildbot, or in the sources. Thanks, - Tom