This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Status of build bots?
On Thu, Aug 22, 2019 at 09:35:36AM +0200, Stefan Liebler wrote:
> I've just had a look into the logs of some of the last builds of s390x
> buildbot (before it was down). There I could always see: "No space left on
> device".
It was actually a file sytem corruption, that showed up as "no space
left". The problem is that for other projects using this machine for
their buildbot it was quickly noticed and reported, but for glibc
nobody seemed to be monitoring the results.
Also before that file system issue the build also didn't work. And
all other buildbot workers also look red (for months). The problem is
that there is no known "good set" of test results and since there are
always build steps or tests failing you cannot determine if something
is a bad regression or "just" a (known?) failing testcase.
I think before we resurrect the buildbot workers (for whichever
architecture), we should see if we can define a minumum build and test
setup that should always PASS and make the buildbot sent warnings if
that changes. And make sure that someone monitors the results. And/Or
that making a buildbot worker turn red is a reason for reverting a
commit.
Cheers,
Mark