This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Basic requirements for supporting OS and machine ports.
- From: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: "Carlos O'Donell" <carlos at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>, Szabolcs Nagy <szabolcs dot nagy at arm dot com>, Richard Henderson <rth at redhat dot com>, Mike Frysinger <vapier at gentoo dot org>, Andreas Schwab <schwab at suse dot de>, Chris Metcalf <cmetcalf at mellanox dot com>, Chung-Lin Tang <chunglin_tang at mentor dot com>, Steven Munroe <sjmunroe at us dot ibm dot com>, Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>, David Miller <davem at davemloft dot net>, Siddhesh Poyarekar <siddhesh at gotplt dot org>, Florian Weimer <fweimer at redhat dot com>, Aurelien Jarno <aurelien at aurel32 dot net>, Adam Conrad <adconrad at 0c3 dot net>
- Cc:
- Date: Thu, 20 Apr 2017 11:50:54 -0300
- Subject: Re: Basic requirements for supporting OS and machine ports.
- Authentication-results: sourceware.org; auth=none
- References: <c501b05e-3ae1-5bc8-b5a7-b6c2dabb98bc@redhat.com> <alpine.DEB.2.20.1704191505450.28423@digraph.polyomino.org.uk> <87o9vs1dm6.fsf@totoro.br.ibm.com> <alpine.DEB.2.20.1704192139570.9217@digraph.polyomino.org.uk>
Joseph Myers <joseph@codesourcery.com> writes:
> On Wed, 19 Apr 2017, Tulio Magno Quites Machado Filho wrote:
>
>> However, I think having public logs of the failures already help to find
>> regressions.
Not yet, but this is also possible. We can create a tarball with all of the
files we want and upload it to the master:
http://docs.buildbot.net/0.8.9/manual/cfg-buildsteps.html#step-FileUpload
> But do we have logs that show the contents of the .out files for failed
> tests rather than just which tests failed?
>
>> > (We also don't have a way for buildbots to send test results to
>> > libc-testresults, but that would be a peripheral issue if someone were
>> > monitoring the results for regressions and they actually reliably produced
>> > results for each testsuite run instead of mysterious errors.)
>>
>> We can also configure that:
>> http://docs.buildbot.net/0.8.9/manual/cfg-statustargets.html#mailnotifier
>
> Well, we need a glibc-specific script to collect whatever information we
> think is relevant from the results of a test run for sending to
> libc-testresults (for use for both manual and buildbot builds).
Usually BuildBot would notify a build failed and send a link to the place
where you could get more information, including log files. So it wouldn't
be necessary to send all of that data to the mailing list.
But it seems you want a much broader solution. Could you elaborate what you'd
like to see in those messages?
--
Tulio Magno