This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [glibc-buildbot] Add 'glibc-s390x-linux': 'marist-fedora-s390x' to builder_map.


On Wed, 5 Oct 2016, Mark Wielaard wrote:

> 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?

Those should be investigated just like any other test failures.  You can 
look at <https://sourceware.org/glibc/wiki/Release/2.24> to see if they 
were previously reported in release testing, on this or other 
architectures.  (XFAILing in Makefiles is possible but best done only when 
there is sufficient analysis, likely a bug filed, etc. - and we don't have 
any architecture-specific XFAILs in Makefiles at present.)

> 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.phdrT
> 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/glibc'
> Makefile:9: recipe for target 'check' failed
> make: Leaving directory '/home/mjw/glibc/build/glibc-s390x-linux/build/build'
> @@@STEP_FAILURE@@@
> make: *** [check] Error 2
> 
> I cannot find anything that explains that failure in the stdio log.

<https://sourceware.org/glibc/wiki/Buildbot> links to previous discussion 
of this issue.  As I suggested in 
<https://sourceware.org/ml/libc-alpha/2015-09/msg00215.html>, making your 
buildbot instance run make with -d might help get more information for 
debugging this issue.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]