Re: Artifacts of failed builds for debugging

2021-01-21 Thread Petr Menšík
Thanks for the tips. I eventually narrowed errors to just NUMA builders, and confirmed that once borrowed multicore machine from RH. Turned out the problem is internal to BIND only, reported under MR [1]. It is problematic to hide details on kyua unit testing. Unit tests are built using cmocka and

Re: Artifacts of failed builds for debugging

2021-01-19 Thread Vít Ondruch
It is tedious, but you can try gdb in batch mode, e.g.: ~~~ gdb /usr/bin/ruby-mri -batch \   -ex 'set breakpoint pending on' \   -ex 'r -Ilib:test -e '\''Dir.glob %|./test/**/*_test.rb|, &method(:require)'\'' -- -v' \   -ex 'bt full' \   -ex c \   -ex 'bt full' \   -ex quit ~~~ (and of course

Re: Artifacts of failed builds for debugging

2021-01-18 Thread Kevin Fenzi
On Mon, Jan 18, 2021 at 11:22:10PM +0100, Petr Menšík wrote: > Hello, > > I am trying to build new bind on Rawhide, but I suddenly get quite high > rate of failures during builds. Strange is the build is always > successful, when I try fedpkg mockbuild on my machine. > > I tried several tries [1]

Artifacts of failed builds for debugging

2021-01-18 Thread Petr Menšík
Hello, I am trying to build new bind on Rawhide, but I suddenly get quite high rate of failures during builds. Strange is the build is always successful, when I try fedpkg mockbuild on my machine. I tried several tries [1][2][3] and scratch builds fail often. Even production builds fail, but I th