New comment by lukas-jo on void-packages repository https://github.com/void-linux/void-packages/pull/43118#issuecomment-1491766921 Comment: > > Does this build successfully for you? I tried my own template yesterday and it fails the check phase for x86_64-musl (armv6l works though). > > Good point, it fails a few tests, haven't investigated why, but probably because of port related stuff. The actual package works afaik. I managed to solve most of it by using `cargo test -- --test-threads 1` in do_check as stated in the rustypaste README, but it still fails one test. I'm still investigating too