New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/34729#issuecomment-1002309580 Comment: > Might need a little help wrapping my head around what's going on with the build. Everything has built fine locally for me on all architectures. I see and understand the linting error with sumo but am not sure why the actions failed on all x86 builds and not the ARM ones. Because the failing phase is `do_check` which is only ran on non-cross targets. You should be able to reproduce the failure with `./xbps-src check ` or `./xbps-src pkg -K `, pkg doesn't run tests by default. If you are still not able to reproduce the issue, it's possible it's specific to the CI environment.