From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96052 invoked by alias); 5 Oct 2016 19:47:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 96017 invoked by uid 89); 5 Oct 2016 19:47:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_05,KAM_BADIPHTTP,KAM_LAZY_DOMAIN_SECURITY,NORMAL_HTTP_TO_IP autolearn=no version=3.3.2 spammy=Roland, mcgrath, sk:tst-get, recipe X-HELO: tarox.wildebeest.org Message-ID: <1475696860.21750.67.camel@redhat.com> Subject: Re: [glibc-buildbot] Add 'glibc-s390x-linux': 'marist-fedora-s390x' to builder_map. From: Mark Wielaard To: Roland McGrath Cc: libc-alpha@sourceware.org, tuliom@quites.com.br Date: Wed, 05 Oct 2016 19:47:00 -0000 In-Reply-To: <20161004190107.4CDDF2C3B9D@topped-with-meat.com> References: <1475535138-12482-1-git-send-email-mjw@redhat.com> <20161003233115.6C2C72C3B64@topped-with-meat.com> <1475590520.21750.29.camel@redhat.com> <20161004190107.4CDDF2C3B9D@topped-with-meat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-SW-Source: 2016-10/txt/msg00108.txt.bz2 On Tue, 2016-10-04 at 12:01 -0700, Roland McGrath wrote: > Merged.=20=20 Thanks. And now it triggers builds! It is already on its second one. But some target steps seem to fail. I am wondering how to fix that so the build gets green. First there is the 'annotate' step which seems to fail because make check isn't zero FAIL: http://130.211.48.148:8080/builders/glibc-s390x-linux/builds/3/steps/annota= te/logs/stdio Summary of test results: 4 FAIL 2478 PASS 13 UNSUPPORTED 44 XFAIL Makefile:353: recipe for target 'tests' failed make[1]: Leaving directory '/home/mjw/glibc/build/glibc-s390x-linux/build/g= libc' make[1]: *** [tests] Error 1 Where the FAILS are: FAIL: malloc/tst-malloc-thread-fail FAIL: malloc/tst-mallocfork2 FAIL: posix/tst-getaddrinfo4 FAIL: timezone/tst-tzset Can/should I ignore those (how?) or are these suspicious? Then there is the 'check' target which fails as follows: http://130.211.48.148:8080/builders/glibc-s390x-linux/builds/3/steps/check/= logs/stdio test -s /home/mjw/glibc/build/glibc-s390x-linux/build/build/rt/librt.so.phd= rT mv -f /home/mjw/glibc/build/glibc-s390x-linux/build/build/rt/librt.so.phdrT= /home/mjw/glibc/build/glibc-s390x-linux/build/build/rt/librt.so.phdr make[1]: *** [tests] Error 1 make[1]: Target 'check' not remade because of errors. make[1]: Leaving directory '/home/mjw/glibc/build/glibc-s390x-linux/build/g= libc' Makefile:9: recipe for target 'check' failed make: Leaving directory '/home/mjw/glibc/build/glibc-s390x-linux/build/buil= d' @@@STEP_FAILURE@@@ make: *** [check] Error 2 I cannot find anything that explains that failure in the stdio log. Finally the 'check (clobber)' target fails apparently for the same reason as the 'annotate' one. Any advise on how to resolve these issues and turn the build green? Thanks, Mark