New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/48534#issuecomment-1926284059 Comment: > In regards to x86_64-glibc, the package built fine You need to do `./xbps-src pkg -Q uutils` or `./xbps-src check uutils` in order to run the tests. The test failures do appear to be related to the chroot type and running locally (defaults to uunshare) does give completely different failures to CI (uses ethereal). It may require `make_check=no`. > should I be checking x86_64-musl and i686-glibc locally (crossbuilds?)? Those are not cross builds, they are native builds. (`-a i686` is cross and `-A i686` is native) You can't run tests when cross compiling.