[Bug debuginfod/27982] debuginfod client maximum-transfer-size and -time parameters

2021-06-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27982

--- Comment #1 from Frank Ch. Eigler  ---
possible representation in the apis:

-> $DEBUGINFOD_MAXSIZE (in bytes)
-> outgoing request header X-DEBUGINFOD-MAXSIZE: (number)
<- http response code 406 (Not Acceptable) if rejected
<- posix API rc EFBIG (File too large) (don't cache as 000 negative-hit)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Buildbot failure in Wildebeest Builder on whole buildset

2021-06-15 Thread buildbot
The Buildbot has detected a new failure on builder elfutils-fedora-x86_64 while 
building elfutils.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/3/builds/770

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: fedora-x86_64

Build Reason: 
Blamelist: Omar Sandoval 

BUILD FAILED: failed test (failure)

Sincerely,
 -The Buildbot



Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-06-15 Thread Mark Wielaard
On Tue, Jun 15, 2021 at 09:29:46PM +, build...@builder.wildebeest.org wrote:
> The Buildbot has detected a new failure on builder elfutils-fedora-x86_64 
> while building elfutils.
> Full details are available at:
> https://builder.wildebeest.org/buildbot/#builders/3/builds/770
> 
> Buildbot URL: https://builder.wildebeest.org/buildbot/
> 
> Worker for this Build: fedora-x86_64
> 
> Build Reason: 
> Blamelist: Omar Sandoval 
> 
> BUILD FAILED: failed test (failure)

This was a test to see if ccache was installed correctly on the worker.
It seems it is. But run-find-debuginfo.sh failed for (I think) unrelated 
reasons.

Sorry,

Mark



Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-06-15 Thread Frank Ch. Eigler via Elfutils-devel
Hi -

> [...] But run-find-debuginfo.sh failed for (I think) unrelated reasons.

Any objection to me firing in some speculative tests/run-debuginfod*
patches into the buildbot to evoke more usefully verbose failures?

- FChE



Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-06-15 Thread Mark Wielaard
Hi Frank,

On Tue, Jun 15, 2021 at 05:53:18PM -0400, Frank Ch. Eigler wrote:
> > [...] But run-find-debuginfo.sh failed for (I think) unrelated reasons.
> 
> Any objection to me firing in some speculative tests/run-debuginfod*
> patches into the buildbot to evoke more usefully verbose failures?

If you think it helps diagnose these spurious failure please do.  It
might also help to split this test into smaller ones to make sure the
tests just test one specific thing.

Thanks,

Mark


Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-06-15 Thread Frank Ch. Eigler via Elfutils-devel
Hi -

> If you think it helps diagnose these spurious failure please do.  

(Shall I try to get a wildebeest buildbot admin login to try to
rebuild repeatedly, till it hits these heisenbugs?)

> It might also help to split this test into smaller ones to make sure
> the tests just test one specific thing.

Yeah, thinking about it.  It just seems that a lot of the
initialization between tests would be identical, so them being
cumulative vs. individual eliminates duplication.  In case of a test
failure, the whole suite fails anyway, so cumulative vs. individual
doesn't help there.

- FChE