[INFO] cloning repository https://github.com/valebes/ppl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/valebes/ppl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalebes%2Fppl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalebes%2Fppl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 207d459e6cfddee24777831fd17c5b16233c2fbe
[INFO] checking valebes/ppl against try#66388cc165a6c4ac98c074dc9f0281ff23528c55 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalebes%2Fppl" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/valebes/ppl
[INFO] finished tweaking git repo https://github.com/valebes/ppl
[INFO] tweaked toml for git repo https://github.com/valebes/ppl written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/valebes/ppl 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/valebes/ppl 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2960b84e9aa23f912742e54675acb548c65a14a68058b3eb2247fdec12bbe2de
[INFO] running `Command { std: "docker" "start" "-a" "2960b84e9aa23f912742e54675acb548c65a14a68058b3eb2247fdec12bbe2de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2960b84e9aa23f912742e54675acb548c65a14a68058b3eb2247fdec12bbe2de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2960b84e9aa23f912742e54675acb548c65a14a68058b3eb2247fdec12bbe2de", kill_on_drop: false }`
[INFO] [stdout] 2960b84e9aa23f912742e54675acb548c65a14a68058b3eb2247fdec12bbe2de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b26a35ef7f6f3f18803ca1416f38001ed81676a6fd3d530de49d1833d59c70e4
[INFO] running `Command { std: "docker" "start" "-a" "b26a35ef7f6f3f18803ca1416f38001ed81676a6fd3d530de49d1833d59c70e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking lock_api v0.4.10
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking aho-corasick v1.1.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling zerocopy v0.8.14
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling rustix v0.38.15
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking regex-automata v0.3.9
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking linux-raw-sys v0.4.8
[INFO] [stderr]     Checking ciborium-io v0.2.1
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking clap_builder v4.4.6
[INFO] [stderr]     Checking ciborium-ll v0.2.1
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rand_core v0.9.0
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking regex v1.9.6
[INFO] [stderr]     Checking sdd v0.2.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking scc v2.1.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking clap v4.4.6
[INFO] [stderr]     Checking tiff v0.9.0
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]     Checking image v0.21.3
[INFO] [stderr]     Checking exr v1.71.0
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking png v0.12.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking gif v0.10.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking jiff v0.2.4
[INFO] [stderr]     Checking raster v0.2.1 (https://github.com/valebes/raster.git#687ca372)
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking rust-spp v0.1.0 (https://github.com/GMAP/rust-ssp.git#19c48c9d)
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ppl v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `unsized_fn_params` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(unsized_fn_params)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/core/orchestrator.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 | /         ORCHESTRATOR
[INFO] [stdout] 414 | |             .get_or_init(|| -> Arc<Orchestrator> { new() })
[INFO] [stdout]     | |___________________________________________________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/core/orchestrator.rs:555:18
[INFO] [stdout]     |
[INFO] [stdout] 555 |             drop(ORCHESTRATOR.take());
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking env_logger v0.11.7
[INFO] [stderr]     Checking serde_json v1.0.107
[INFO] [stderr]     Checking ciborium v0.2.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng`
[INFO] [stdout]   --> tests/test_mxv.rs:75:24
[INFO] [stdout]    |
[INFO] [stdout] 75 |         vec[i] = rand::thread_rng().gen_range(0..10);
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng`
[INFO] [stdout]   --> tests/test_mxv.rs:77:34
[INFO] [stdout]    |
[INFO] [stdout] 77 |             matrix[i][j] = rand::thread_rng().gen_range(0..10);
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]   --> tests/test_mxv.rs:75:37
[INFO] [stdout]    |
[INFO] [stdout] 75 |         vec[i] = rand::thread_rng().gen_range(0..10);
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]   --> tests/test_mxv.rs:77:47
[INFO] [stdout]    |
[INFO] [stdout] 77 |             matrix[i][j] = rand::thread_rng().gen_range(0..10);
[INFO] [stdout]    |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (883) 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/core/configuration.rs:224:5: 224:12 (#42), segments: [PathSegment { ident: <test_trace>#42, id: NodeId(4294967040), args: None }], tokens: None }, args: Unparsed(Empty), tokens: None }, tokens: None }), id: AttrId(1470), style: Outer, span: src/core/configuration.rs:224:5: 224:12 (#42) }
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x73b790e2bfa3 - <<std[7d609349af90bec6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[75ca2badb63c4514]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x73b79140fb48 - core[75ca2badb63c4514]::fmt::write
[INFO] [stderr]    2:     0x73b790e42226 - <std[7d609349af90bec6]::sys::stdio::unix::Stderr as std[7d609349af90bec6]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x73b790e01b98 - std[7d609349af90bec6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x73b790e1f833 - std[7d609349af90bec6]::panicking::default_hook
[INFO] [stderr]    5:     0x73b78fe0236a - std[7d609349af90bec6]::panicking::update_hook::<alloc[d7482eb0f1d19161]::boxed::Box<rustc_driver_impl[3f9d6dd912ac34bd]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x73b790e1fb12 - std[7d609349af90bec6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x73b790e01c58 - std[7d609349af90bec6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x73b790df89a9 - std[7d609349af90bec6]::sys::backtrace::__rust_end_short_backtrace::<std[7d609349af90bec6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x73b790e0372d - __rustc[69841a6cbc58d81d]::rust_begin_unwind
[INFO] [stderr]   10:     0x73b78da38f9c - core[75ca2badb63c4514]::panicking::panic_fmt
[INFO] [stderr]   11:     0x73b7921e0110 - <rustc_ast[333fca09df5738a4]::ast::Attribute>::token_trees
[INFO] [stderr]   12:     0x73b792a1c314 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::fully_expand_fragment
[INFO] [stderr]   13:     0x73b7929e65d2 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::expand_crate
[INFO] [stderr]   14:     0x73b791af0af3 - rustc_interface[903e43df8d6bd657]::passes::configure_and_expand
[INFO] [stderr]   15:     0x73b792607658 - rustc_interface[903e43df8d6bd657]::passes::resolver_for_lowering_raw
[INFO] [stderr]   16:     0x73b7926073cd - rustc_query_impl[8c5349e00d64015e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   17:     0x73b7926073a7 - <rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(rustc_middle[2342951a64deba5]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   18:     0x73b7925ecb5f - rustc_query_system[d45be4fb383a0235]::query::plumbing::try_execute_query::<rustc_query_impl[8c5349e00d64015e]::DynamicConfig<rustc_query_system[d45be4fb383a0235]::query::caches::SingleCache<rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[8c5349e00d64015e]::plumbing::QueryCtxt, false>
[INFO] [stderr]   19:     0x73b7925ec6bc - rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   20:     0x73b79277127b - <rustc_interface[903e43df8d6bd657]::passes::create_and_enter_global_ctxt<core[75ca2badb63c4514]::option::Option<rustc_interface[903e43df8d6bd657]::queries::Linker>, 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<rustc_data_structures[c82a87ce5cdbfc92]::jobserver::Proxy>, &std[7d609349af90bec6]::sync::once_lock::OnceLock<rustc_middle[2342951a64deba5]::ty::context::GlobalCtxt>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_middle[2342951a64deba5]::arena::Arena>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_hir[cc727ec2ba6ebdb5]::Arena>, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   21:     0x73b79265ac98 - rustc_interface[903e43df8d6bd657]::interface::run_compiler::<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   22:     0x73b7924eac4e - std[7d609349af90bec6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   23:     0x73b7924eaa20 - <std[7d609349af90bec6]::thread::lifecycle::spawn_unchecked<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[75ca2badb63c4514]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   24:     0x73b7924ed138 - <std[7d609349af90bec6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   25:     0x73b78c08aaa4 - <unknown>
[INFO] [stderr]   26:     0x73b78c117a64 - clone
[INFO] [stderr]   27:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-01-10T01_18_21-846.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 `ppl` (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 ppl --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="crossbeam"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam", "crossbeam-channel", "default", "ff", "ff_buffer", "flume", "kanal"))' -C metadata=c819757659acfe47 -C extra-filename=-2489027132219fa1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern core_affinity=/opt/rustwide/target/debug/deps/libcore_affinity-d1fc5680267eb884.rmeta --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-ca8bfd319d1fd951.rmeta --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-ca1387b832fc3897.rmeta --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-fb91e48e72e4fffe.rmeta --extern dyn_clone=/opt/rustwide/target/debug/deps/libdyn_clone-46d1198874a7810e.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-a17a50c7fb751508.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-71b6a9ca1937f010.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-03ac7a26a9796e91.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-5fda16095c81a4c2.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-aced429f9e05a8e4.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-8af7fe0499654ea1.rmeta --extern raster=/opt/rustwide/target/debug/deps/libraster-840710251b3bcc31.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-ea6c10f3e1b3b525.rmeta --extern rust_spp=/opt/rustwide/target/debug/deps/librust_spp-de2b3fe6f777f354.rmeta --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-47bdf33716285740.rmeta --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-c5df01e890a1f641.rmeta --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b26a35ef7f6f3f18803ca1416f38001ed81676a6fd3d530de49d1833d59c70e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b26a35ef7f6f3f18803ca1416f38001ed81676a6fd3d530de49d1833d59c70e4", kill_on_drop: false }`
[INFO] [stdout] b26a35ef7f6f3f18803ca1416f38001ed81676a6fd3d530de49d1833d59c70e4
