New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/30259#issuecomment-846563195 Comment: Tests fail for me ``` => rust-1.52.1_1: running do_check ... Finished dev [unoptimized + debuginfo] target(s) in 0.24s warning: x.py has made several changes recently you may want to look at help: consider looking at the changes in `src/bootstrap/CHANGELOG.md` note: to silence this warning, add `changelog-seen = 2` at the top of `config.toml` thread 'main' panicked at 'error: no rules matched src/test/compile-fail', src/bootstrap/builder.rs:225:17 stack backtrace: 0: rust_begin_unwind at /rustc/88f19c6dab716c6281af7602e30f413e809c5974/library/std/src/panicking.rs:493:5 1: std::panicking::begin_panic_fmt at /rustc/88f19c6dab716c6281af7602e30f413e809c5974/library/std/src/panicking.rs:435:5 2: bootstrap::builder::StepDescription::run at ./src/bootstrap/builder.rs:225:17 3: bootstrap::builder::Builder::run_step_descriptions at ./src/bootstrap/builder.rs:571:9 4: bootstrap::builder::Builder::execute_cli at ./src/bootstrap/builder.rs:563:9 5: bootstrap::Build::build at ./src/bootstrap/lib.rs:506:17 6: bootstrap::main at ./src/bootstrap/bin/main.rs:33:5 7: core::ops::function::FnOnce::call_once at /rustc/88f19c6dab716c6281af7602e30f413e809c5974/library/core/src/ops/function.rs:227:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failed to run: /builddir/rustc-1.52.1-src/build/bootstrap/debug/bootstrap test -j8 --no-doc --no-fail-fast src/test/codegen src/test/codegen-units src/test/compile-fail src/test/incremental src/test/mir-opt src/test/pretty src/test/run-fail src/test/run-fail/pretty src/test/run-make src/test/run-make-fulldeps src/test/ui src/test/ui-fulldeps Build completed unsuccessfully in 0:00:00 => ERROR: rust-1.52.1_1: do_check: 'python3 x.py test ${makejobs} --no-doc --no-fail-fast src/test/codegen src/test/codegen-units src/test/compile-fail src/test/incremental src/test/mir-opt src/test/pretty src/test/run-fail src/test/run-fail/pretty src/test/run-make src/test/run-make-fulldeps src/test/ui src/test/ui-fulldeps' exited with 1 => ERROR: in do_check() at srcpkgs/rust/template:304 ```