New review comment by jhe2 on void-packages repository https://github.com/void-linux/void-packages/pull/51359#discussion_r1690277201 Comment: Agreed, fixing the issue with the failing test would be good. There is a log file under `masterdir/builddir/jose-14/build/meson-logs/testlog.txt` which contains a block of text for each of the tests, for the one failing test it looks like this: ``` ==================================== 2/25 ==================================== test: alg_comp start time: 18:26:04 duration: 0.05s result: killed by signal 11 SIGSEGV command: UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=92 LD_LIBRARY_PATH=/builddir/jose-14/build/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 /builddir/jose-14/build/tests/alg_comp ============================================================================== ``` Not really all that much helpful information as far as I can tell. In the same directory there is also a file called `testlog.junit.xml` which mentions the failing test, but the only thing it contains about that test is: ``` ``` Looking at the source of the test (`masterdir/builddir/jose-14/tests/alg_comp.c`), it looks like this is supposed to do a couple of compression and decompression tests.