Control: tags -1 upstream On Wed, 15 May 2024 20:35:26 +0000 John David Anglin <d...@parisc-linux.org> wrote: > Source: libuv1 > Version: 1.48.0-3 > Severity: normal > Tags: ftbfs > > Dear Maintainer, > > uv_test fails in test 353 - thread_mutex_recursive: > > 1: ok 353 - thread_mutex_recursive > 1: not ok 354 - thread_priority > 1: # exit code 6 > 1: # Output from process `thread_priority`: > 1: # Assertion failed in ./test/test-thread-priority.c on line 92: `priority > == 0` (10 == 0) > > uv_test_a fails in the same way. > > See full log: > https://buildd.debian.org/status/fetch.php?pkg=libuv1&arch=hppa&ver=1.48.0-4&stamp=1715795091&raw=0 > > Some other ports fail the same way.
All debian-ports buildds that run the test suite (i.e. not m68k and sh4, since those buildds are configured to pass nocheck) fail. This is presumably because our .builddrc sets $nice_level = 10. The test is just broken and making assumptions about the environment that aren’t universally true. Presumably `nice make check` or equivalent will reproduce it locally. Jess