New comment by jirib on void-packages repository https://github.com/void-linux/void-packages/pull/29338#issuecomment-797827959 Comment: > Tests do not fail locally, is it possible how get `tests/*.log` files? IIUC there's no 'tss' user in build env. But even if we would do `sed -i 's/tss/root/' ${wrksrc}/tests/test_config`, some tests would fail because they spawn `tcsd` and `tcsd` internally [checks](https://github.com/srajiv/trousers/blob/1722374cb9dbab6053a71d9422efc3c50e912197/src/tcsd/tcsd_conf.c#L767) the owner of `tcsd` config file is `tss` user. Thus, `make_check=extended`.