New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/41049#issuecomment-1368269458 Comment: This is failing to build on i686 on the builders: ``` thread '' panicked at '/builddir/rustc-1.64.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1534:21: worker thread panicked', compiler/rustc_middle/src/util/bug.rs:36:26 stack backtrace: 0: 0xf45b25fa - ::fmt::hacbd04ec4532a04b 1: 0xf46111a0 - core::fmt::write::h7228ce9ca3af089d 2: 0xf45a123c - 3: 0xf45b4fdb - 4: 0xf45b4cd8 - std::panicking::default_hook::h71921bb196a32bc0 5: 0xf4574c6c - 6: 0xf4b9e723 - 7: 0xf45b584f - std::panicking::rust_panic_with_hook::ha10eda39b41de8dc 8: 0xf6adb37d - 9: 0xf6ad04de - 10: 0xf4af5304 - 11: 0xf6ac368a - 12: 0xf6c2e428 - 13: 0xf6bfe996 - 14: 0xf6bfe8ea - 15: 0xf6c2e377 - 16: 0xf4afbf01 - 17: 0xf4cdd279 - 18: 0xf4cb84f4 - 19: 0xf4ce2061 - 20: 0xf45bfddb - fatal runtime error: Rust cannot catch foreign exceptions thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', cargo-auditable/src/rustc_wrapper.rs:91:39 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: could not compile `vaultwarden` => ERROR: vaultwarden-1.27.0_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101 => ERROR: in do_build() at common/build-style/cargo.sh:8 ```