It's not first time build failed (due to similar error), see https://buildd.debian.org/status/logs.php?pkg=bird2&arch=armel for example. Increasing BT_TIMEOUT in test/birdtest.h might help. - Daniel On 6/28/22 14:03, Maria Matejka wrote:
Hello!
On 6/28/22 1:42 PM, Jakub Ružička wrote:
Hello,
bird-2.0.10 builds fine on most of Debian archs, but on armel, hppa, and riscv64 there is a failing test:
obj/filter/trie_test: t_trie_walk: Timeout expired obj/filter/trie_test: t_trie_walk 5.010453063s [FAIL] obj/filter/trie_test 12.572917503s [FAIL] make[1]: *** [Makefile:180: obj/filter/trie_test.ok] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j4 test "TESTSUITEFLAGS=-j4 --verbose" VERBOSE=1 returned exit code 2 make: *** [debian/rules:21: build-arch] Error 25
Are these build machines physical or virtual? I would suppose that the trie walk test just times out due to too tight test timeouts. It takes 3 seconds on my laptop.
Are you ok with trying to push a version where these timeouts would be set to 60 seconds instead of 5?
Thanks Maria