This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: buildbot is green!
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "Carlos O'Donell" <carlos at redhat dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Fri, 11 Sep 2015 15:22:23 -0700 (PDT)
- Subject: Re: buildbot is green!
- Authentication-results: sourceware.org; auth=none
- References: <20150904224438 dot 4D5382C3B1E at topped-with-meat dot com> <55EFA899 dot 70604 at redhat dot com> <55EFAC58 dot 80204 at redhat dot com>
> LC_ALL=C readelf -W -d /mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build/rt/librt.so > /mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build/rt/librt.so.dynT
> test -s /mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build/rt/librt.so.dynT
> mv -f /mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build/rt/librt.so.dynT /mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build/rt/librt.so.dyn
> make[1]: *** [tests] Error 1
> make[1]: Target `check' not remade because of errors.
> make[1]: Leaving directory `/mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/glibc'
> make: *** [check] Error 2
> make: Leaving directory `/mnt/b/glibc-ubuntu-trusty-slave2/glibc-i686-linux/build/build'
Yup, that's what it looks like. What's probably more useful is to
try to replicate what the bot script does locally so you can manage
to reproduce this failure by hand.
> Which is elf/Makefile:
As Joseph pointed out, your analysis makes no sense. There should
be a *** line for each particular command that failed, telling us
the leaf target involved.
> The slave looks like it's dead now though?
No, that would show as a purple status or something like that.
> http://130.211.48.148:8080/builders/glibc-i686-linux/builds/515/steps/update%20scripts/logs/stdio
> ~~~
> fatal: read error: Connection reset by peer
> program finished with exit code 128
> ~~~
This just means the "update" step failed. That error is from git.
It was just a sourceware (or network) hiccup.