New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/30259#issuecomment-854402591 Comment: This may be a lot simpler than I thought. I took a look in the `src/test/` directory, and if there was a "compile-fail" set of tests they don't exist anymore. The "run-fail" and it's sub-test listed in the template don't exist anymore either. Taking out the non-existent tests results in the check process proceeding as it should. I didn't have the forethought to redirect the output to a file and the amount of output exceeded my scrollback buffer, but from what I saw only a few tests failed out of the thousands that were run. I can try to get the full output and link it to here if that would be helpful. If you want to take a look at the descriptions of all of the available tests, check here: https://rustc-dev-guide.rust-lang.org/tests/intro.html. I don't know if any of them replace the ones that had to be taken out or if any of them even need replacing; that stuff is way over my head. As a side note, is q66 still working on the ppc stuff for llvm12?