[INFO] cloning repository https://github.com/JosiahBull/minilate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JosiahBull/minilate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosiahBull%2Fminilate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosiahBull%2Fminilate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3896860a79df299d51b66d772556d70f4cd3e716 [INFO] checking JosiahBull/minilate against try#66388cc165a6c4ac98c074dc9f0281ff23528c55 for pr-150727 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosiahBull%2Fminilate" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/JosiahBull/minilate [INFO] finished tweaking git repo https://github.com/JosiahBull/minilate [INFO] tweaked toml for git repo https://github.com/JosiahBull/minilate written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JosiahBull/minilate on toolchain 66388cc165a6c4ac98c074dc9f0281ff23528c55 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/JosiahBull/minilate already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a35cafc400082951c721e0422ae807766a2f40f1c7f8479e1b69cbac8f9bee9e [INFO] running `Command { std: "docker" "start" "-a" "a35cafc400082951c721e0422ae807766a2f40f1c7f8479e1b69cbac8f9bee9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a35cafc400082951c721e0422ae807766a2f40f1c7f8479e1b69cbac8f9bee9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a35cafc400082951c721e0422ae807766a2f40f1c7f8479e1b69cbac8f9bee9e", kill_on_drop: false }` [INFO] [stdout] a35cafc400082951c721e0422ae807766a2f40f1c7f8479e1b69cbac8f9bee9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8d37f86f4d332cc746866513b81f820ced334ec7ccf21cee778675fd342f246 [INFO] running `Command { std: "docker" "start" "-a" "e8d37f86f4d332cc746866513b81f820ced334ec7ccf21cee778675fd342f246", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking num-modular v0.6.1 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking clap_builder v4.5.38 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking minilate v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking num-order v1.2.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking clap v4.5.38 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling ntest_test_cases v0.9.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling ntest_timeout v0.9.3 [INFO] [stderr] Checking ntest v0.9.3 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking minijinja v2.10.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking handlebars v6.3.2 [INFO] [stderr] Checking criterion v0.6.0 [INFO] [stderr] [INFO] [stderr] thread 'rustc' (908) panicked at /rustc-dev/66388cc165a6c4ac98c074dc9f0281ff23528c55/compiler/rustc_ast/src/attr/mod.rs:302:36: [INFO] [stderr] attribute is missing tokens: Attribute { kind: Normal(NormalAttr { item: AttrItem { unsafety: Default, path: Path { span: src/parser.rs:602:5: 602:12 (#84), segments: [PathSegment { ident: #84, id: NodeId(4294967040), args: None }], tokens: None }, args: Unparsed(Empty), tokens: None }, tokens: None }), id: AttrId(1056), style: Outer, span: src/parser.rs:602:5: 602:12 (#84) } [INFO] [stderr] stack backtrace: [INFO] [stderr] [INFO] [stderr] thread 'rustc' (926) panicked at /rustc-dev/66388cc165a6c4ac98c074dc9f0281ff23528c55/compiler/rustc_ast/src/attr/mod.rs:302:36: [INFO] [stderr] attribute is missing tokens: Attribute { kind: Normal(NormalAttr { item: AttrItem { unsafety: Default, path: Path { span: tests/integration.rs:12:1: 12:8 (#6), segments: [PathSegment { ident: #6, id: NodeId(4294967040), args: None }], tokens: None }, args: Unparsed(Empty), tokens: None }, tokens: None }), id: AttrId(41), style: Outer, span: tests/integration.rs:12:1: 12:8 (#6) } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x72204922bfa3 - <::print::DisplayBacktrace as core[75ca2badb63c4514]::fmt::Display>::fmt [INFO] [stderr] 1: 0x72204980fb48 - core[75ca2badb63c4514]::fmt::write [INFO] [stderr] 2: 0x722049242226 - ::write_fmt [INFO] [stderr] 3: 0x722049201b98 - std[7d609349af90bec6]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x72204921f833 - std[7d609349af90bec6]::panicking::default_hook [INFO] [stderr] 5: 0x72204820236a - std[7d609349af90bec6]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x72204921fb12 - std[7d609349af90bec6]::panicking::panic_with_hook [INFO] [stderr] 7: 0x722049201c58 - std[7d609349af90bec6]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x7220491f89a9 - std[7d609349af90bec6]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x72204920372d - __rustc[69841a6cbc58d81d]::rust_begin_unwind [INFO] [stderr] 10: 0x722045e38f9c - core[75ca2badb63c4514]::panicking::panic_fmt [INFO] [stderr] 11: 0x72204a5e0110 - ::token_trees [INFO] [stderr] 12: 0x72204ae1c314 - ::fully_expand_fragment [INFO] [stderr] 13: 0x72204ade65d2 - ::expand_crate [INFO] [stderr] 14: 0x722049ef0af3 - rustc_interface[903e43df8d6bd657]::passes::configure_and_expand [INFO] [stderr] 15: 0x72204aa07658 - rustc_interface[903e43df8d6bd657]::passes::resolver_for_lowering_raw [INFO] [stderr] 16: 0x72204aa073cd - rustc_query_impl[8c5349e00d64015e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 17: 0x72204aa073a7 - >::call_once [INFO] [stderr] 18: 0x72204a9ecb5f - rustc_query_system[d45be4fb383a0235]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[8c5349e00d64015e]::plumbing::QueryCtxt, false> [INFO] [stderr] 19: 0x72204a9ec6bc - rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 20: 0x72204ab7127b - , rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(&rustc_session[1e6875ba352dc1ba]::session::Session, rustc_middle[2342951a64deba5]::ty::context::CurrentGcx, alloc[d7482eb0f1d19161]::sync::Arc, &std[7d609349af90bec6]::sync::once_lock::OnceLock, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 21: 0x72204aa5ac98 - rustc_interface[903e43df8d6bd657]::interface::run_compiler::<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 22: 0x72204a8eac4e - std[7d609349af90bec6]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 23: 0x72204a8eaa20 - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[75ca2badb63c4514]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 24: 0x72204a8ed138 - ::new::thread_start [INFO] [stderr] 25: 0x72204448aaa4 - [INFO] [stderr] 26: 0x722044517a64 - clone [INFO] [stderr] 27: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-01-09T04_25_17-899.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.94.0-nightly (66388cc16 2026-01-08) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [resolver_for_lowering_raw] getting the resolver for lowering [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `minilate` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/66388cc165a6c4ac98c074dc9f0281ff23528c55/bin/rustc --crate-name minilate --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--deny=clippy::wildcard_enum_match_arm' '--deny=clippy::wildcard_dependencies' '--warn=clippy::verbose_file_reads' '--warn=clippy::verbose_bit_mask' '--warn=clippy::useless_let_if_seq' '--warn=clippy::used_underscore_binding' '--warn=clippy::use_self' '--warn=clippy::unwrap_used' '--warn=clippy::unused_self' '--warn=clippy::unused_rounding' '--warn=clippy::unused_peekable' '--warn=clippy::unused_async' '--warn=clippy::unseparated_literal_suffix' '--deny=clippy::unsafe_derive_deserialize' '--warn=clippy::unreadable_literal' '--warn=clippy::unnested_or_patterns' '--allow=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_struct_initialization' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_box_returns' '--warn=clippy::unicode_not_nfc' '--deny=clippy::undocumented_unsafe_blocks' '--deny=clippy::unchecked_duration_subtraction' '--warn=clippy::type_repetition_in_bounds' '--allow=clippy::type_complexity' '--warn=clippy::tuple_array_conversions' '--warn=clippy::try_err' '--warn=clippy::trivially_copy_pass_by_ref' '--deny=clippy::transmute_ptr_to_ptr' '--warn=clippy::trait_duplication_in_bounds' '--allow=clippy::too_many_arguments' '--warn=clippy::tests_outside_test_module' '--warn=clippy::suboptimal_flops' '--warn=clippy::string_to_string' '--deny=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::significant_drop_tightening' '--deny=clippy::significant_drop_in_scrutinee' '--warn=clippy::should_panic_without_expect' '--warn=clippy::semicolon_inside_block' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_name_method' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_pub_crate' '--warn=clippy::redundant_feature_names' '--warn=clippy::redundant_clone' '--warn=clippy::readonly_write_lock' '--warn=clippy::read_zero_byte_vec' '--warn=clippy::rc_mutex' '--warn=clippy::pub_without_shorthand' '--deny=clippy::ptr_cast_constness' '--deny=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::or_fun_call' '--warn=clippy::nonstandard_macro_braces' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_raw_string_hashes' '--warn=clippy::needless_pass_by_ref_mut' '--warn=clippy::needless_collect' '--warn=clippy::mut_mut' '--warn=clippy::multiple_inherent_impl' '--warn=clippy::mixed_read_write_in_expression' '--warn=clippy::missing_const_for_fn' '--warn=clippy::missing_assert_message' '--warn=clippy::mismatching_type_param_order' '--deny=clippy::match_on_vec_items' '--warn=clippy::manual_string_new' '--warn=clippy::macro_use_imports' '--deny=clippy::lossy_float_literal' '--warn=clippy::let_underscore_must_use' '--warn=clippy::large_stack_frames' '--warn=clippy::large_include_file' '--warn=clippy::iter_with_drain' '--warn=clippy::iter_on_single_items' '--warn=clippy::iter_on_empty_collections' '--warn=clippy::iter_not_returning_iterator' '--deny=clippy::invalid_upcast_comparisons' '--deny=clippy::indexing_slicing' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::implicit_clone' '--warn=clippy::impl_trait_in_params' '--warn=clippy::if_then_some_else_none' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--deny=clippy::filetype_is_file' '--deny=clippy::fallible_impl_from' '--allow=clippy::expect_used' '--warn=clippy::exit' '--warn=clippy::error_impl_error' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_line_after_outer_attr' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::empty_drop' '--warn=clippy::derive_partial_eq_without_eq' '--warn=clippy::deref_by_slicing' '--forbid=clippy::default_union_representation' '--allow=clippy::default_numeric_fallback' '--allow=clippy::default_constructed_unit_structs' '--deny=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::collection_is_never_read' '--warn=clippy::cloned_instead_of_copied' '--warn=clippy::clone_on_ref_ptr' '--warn=clippy::clear_with_drain' '--deny=clippy::checked_conversions' '--deny=clippy::cast_lossless' '--warn=clippy::branches_sharing_code' '--warn=clippy::assertions_on_result_states' '--deny=clippy::as_underscore' '--deny=clippy::arithmetic_side_effects' '--forbid=clippy::allow_attributes_without_reason' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=479ec6d1610ffad3 -C extra-filename=-bb9d3bf1a3ff042f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-1ba11ef6e6c5a688.rmeta --extern handlebars=/opt/rustwide/target/debug/deps/libhandlebars-2eb61a28bb59051a.rmeta --extern minijinja=/opt/rustwide/target/debug/deps/libminijinja-6d969ff4cf1f17ac.rmeta --extern ntest=/opt/rustwide/target/debug/deps/libntest-016927e66b9f3f0d.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-a8711986b69dcc10.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b044c903a3a70124.rmeta --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] 0: 0x704dc9a2bfa3 - <::print::DisplayBacktrace as core[75ca2badb63c4514]::fmt::Display>::fmt [INFO] [stderr] 1: 0x704dca00fb48 - core[75ca2badb63c4514]::fmt::write [INFO] [stderr] 2: 0x704dc9a42226 - ::write_fmt [INFO] [stderr] 3: 0x704dc9a01b98 - std[7d609349af90bec6]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x704dc9a1f833 - std[7d609349af90bec6]::panicking::default_hook [INFO] [stderr] 5: 0x704dc8a0236a - std[7d609349af90bec6]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x704dc9a1fb12 - std[7d609349af90bec6]::panicking::panic_with_hook [INFO] [stderr] 7: 0x704dc9a01c58 - std[7d609349af90bec6]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x704dc99f89a9 - std[7d609349af90bec6]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x704dc9a0372d - __rustc[69841a6cbc58d81d]::rust_begin_unwind [INFO] [stderr] 10: 0x704dc6638f9c - core[75ca2badb63c4514]::panicking::panic_fmt [INFO] [stderr] 11: 0x704dcade0110 - ::token_trees [INFO] [stderr] 12: 0x704dcb61c314 - ::fully_expand_fragment [INFO] [stderr] 13: 0x704dcb5e65d2 - ::expand_crate [INFO] [stderr] 14: 0x704dca6f0af3 - rustc_interface[903e43df8d6bd657]::passes::configure_and_expand [INFO] [stderr] 15: 0x704dcb207658 - rustc_interface[903e43df8d6bd657]::passes::resolver_for_lowering_raw [INFO] [stderr] 16: 0x704dcb2073cd - rustc_query_impl[8c5349e00d64015e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 17: 0x704dcb2073a7 - >::call_once [INFO] [stderr] 18: 0x704dcb1ecb5f - rustc_query_system[d45be4fb383a0235]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[8c5349e00d64015e]::plumbing::QueryCtxt, false> [INFO] [stderr] 19: 0x704dcb1ec6bc - rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 20: 0x704dcb37127b - , rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(&rustc_session[1e6875ba352dc1ba]::session::Session, rustc_middle[2342951a64deba5]::ty::context::CurrentGcx, alloc[d7482eb0f1d19161]::sync::Arc, &std[7d609349af90bec6]::sync::once_lock::OnceLock, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 21: 0x704dcb25ac98 - rustc_interface[903e43df8d6bd657]::interface::run_compiler::<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 22: 0x704dcb0eac4e - std[7d609349af90bec6]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 23: 0x704dcb0eaa20 - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[75ca2badb63c4514]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 24: 0x704dcb0ed138 - ::new::thread_start [INFO] [stderr] 25: 0x704dc4c8aaa4 - [INFO] [stderr] 26: 0x704dc4d17a64 - clone [INFO] [stderr] 27: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-01-09T04_25_17-898.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.94.0-nightly (66388cc16 2026-01-08) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [resolver_for_lowering_raw] getting the resolver for lowering [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `minilate` (test "integration") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/66388cc165a6c4ac98c074dc9f0281ff23528c55/bin/rustc --crate-name integration --edition=2024 tests/integration.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--deny=clippy::wildcard_enum_match_arm' '--deny=clippy::wildcard_dependencies' '--warn=clippy::verbose_file_reads' '--warn=clippy::verbose_bit_mask' '--warn=clippy::useless_let_if_seq' '--warn=clippy::used_underscore_binding' '--warn=clippy::use_self' '--warn=clippy::unwrap_used' '--warn=clippy::unused_self' '--warn=clippy::unused_rounding' '--warn=clippy::unused_peekable' '--warn=clippy::unused_async' '--warn=clippy::unseparated_literal_suffix' '--deny=clippy::unsafe_derive_deserialize' '--warn=clippy::unreadable_literal' '--warn=clippy::unnested_or_patterns' '--allow=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_struct_initialization' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_box_returns' '--warn=clippy::unicode_not_nfc' '--deny=clippy::undocumented_unsafe_blocks' '--deny=clippy::unchecked_duration_subtraction' '--warn=clippy::type_repetition_in_bounds' '--allow=clippy::type_complexity' '--warn=clippy::tuple_array_conversions' '--warn=clippy::try_err' '--warn=clippy::trivially_copy_pass_by_ref' '--deny=clippy::transmute_ptr_to_ptr' '--warn=clippy::trait_duplication_in_bounds' '--allow=clippy::too_many_arguments' '--warn=clippy::tests_outside_test_module' '--warn=clippy::suboptimal_flops' '--warn=clippy::string_to_string' '--deny=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::significant_drop_tightening' '--deny=clippy::significant_drop_in_scrutinee' '--warn=clippy::should_panic_without_expect' '--warn=clippy::semicolon_inside_block' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_name_method' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_pub_crate' '--warn=clippy::redundant_feature_names' '--warn=clippy::redundant_clone' '--warn=clippy::readonly_write_lock' '--warn=clippy::read_zero_byte_vec' '--warn=clippy::rc_mutex' '--warn=clippy::pub_without_shorthand' '--deny=clippy::ptr_cast_constness' '--deny=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::or_fun_call' '--warn=clippy::nonstandard_macro_braces' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_raw_string_hashes' '--warn=clippy::needless_pass_by_ref_mut' '--warn=clippy::needless_collect' '--warn=clippy::mut_mut' '--warn=clippy::multiple_inherent_impl' '--warn=clippy::mixed_read_write_in_expression' '--warn=clippy::missing_const_for_fn' '--warn=clippy::missing_assert_message' '--warn=clippy::mismatching_type_param_order' '--deny=clippy::match_on_vec_items' '--warn=clippy::manual_string_new' '--warn=clippy::macro_use_imports' '--deny=clippy::lossy_float_literal' '--warn=clippy::let_underscore_must_use' '--warn=clippy::large_stack_frames' '--warn=clippy::large_include_file' '--warn=clippy::iter_with_drain' '--warn=clippy::iter_on_single_items' '--warn=clippy::iter_on_empty_collections' '--warn=clippy::iter_not_returning_iterator' '--deny=clippy::invalid_upcast_comparisons' '--deny=clippy::indexing_slicing' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::implicit_clone' '--warn=clippy::impl_trait_in_params' '--warn=clippy::if_then_some_else_none' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--deny=clippy::filetype_is_file' '--deny=clippy::fallible_impl_from' '--allow=clippy::expect_used' '--warn=clippy::exit' '--warn=clippy::error_impl_error' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_line_after_outer_attr' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::empty_drop' '--warn=clippy::derive_partial_eq_without_eq' '--warn=clippy::deref_by_slicing' '--forbid=clippy::default_union_representation' '--allow=clippy::default_numeric_fallback' '--allow=clippy::default_constructed_unit_structs' '--deny=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::collection_is_never_read' '--warn=clippy::cloned_instead_of_copied' '--warn=clippy::clone_on_ref_ptr' '--warn=clippy::clear_with_drain' '--deny=clippy::checked_conversions' '--deny=clippy::cast_lossless' '--warn=clippy::branches_sharing_code' '--warn=clippy::assertions_on_result_states' '--deny=clippy::as_underscore' '--deny=clippy::arithmetic_side_effects' '--forbid=clippy::allow_attributes_without_reason' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dea024a4aa6271ab -C extra-filename=-cd8160ec23536d7b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-1ba11ef6e6c5a688.rmeta --extern handlebars=/opt/rustwide/target/debug/deps/libhandlebars-2eb61a28bb59051a.rmeta --extern minijinja=/opt/rustwide/target/debug/deps/libminijinja-6d969ff4cf1f17ac.rmeta --extern minilate=/opt/rustwide/target/debug/deps/libminilate-c4dc8a847402f632.rmeta --extern ntest=/opt/rustwide/target/debug/deps/libntest-016927e66b9f3f0d.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-a8711986b69dcc10.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b044c903a3a70124.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "e8d37f86f4d332cc746866513b81f820ced334ec7ccf21cee778675fd342f246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8d37f86f4d332cc746866513b81f820ced334ec7ccf21cee778675fd342f246", kill_on_drop: false }` [INFO] [stdout] e8d37f86f4d332cc746866513b81f820ced334ec7ccf21cee778675fd342f246