[INFO] cloning repository https://github.com/Banyc/math
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Banyc/math" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmath", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmath'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fba76957385db0ef1ed3eaf1b2ddb2997c7f90c4
[INFO] checking Banyc/math against try#22cc29ba5b459fb386c0406b9baf3a49eb0fba39 for pr-146095
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmath" "/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/Banyc/math
[INFO] finished tweaking git repo https://github.com/Banyc/math
[INFO] tweaked toml for git repo https://github.com/Banyc/math written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Banyc/math on toolchain 22cc29ba5b459fb386c0406b9baf3a49eb0fba39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Banyc/math 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" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "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" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3286dbc43acd042d7d0c96cc4146132dc3c76df63bb760b381cbb5f09d50653b
[INFO] running `Command { std: "docker" "start" "-a" "3286dbc43acd042d7d0c96cc4146132dc3c76df63bb760b381cbb5f09d50653b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3286dbc43acd042d7d0c96cc4146132dc3c76df63bb760b381cbb5f09d50653b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3286dbc43acd042d7d0c96cc4146132dc3c76df63bb760b381cbb5f09d50653b", kill_on_drop: false }`
[INFO] [stdout] 3286dbc43acd042d7d0c96cc4146132dc3c76df63bb760b381cbb5f09d50653b
[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" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de8eb881d9681673ed8a626e37c407de2cc6f7c6b0992435ff8453a58c0b735b
[INFO] running `Command { std: "docker" "start" "-a" "de8eb881d9681673ed8a626e37c407de2cc6f7c6b0992435ff8453a58c0b735b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking allocator-api2 v0.2.20
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]     Checking array-init-cursor v0.2.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking planus v0.3.1
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling polars-utils v0.44.2
[INFO] [stderr]    Compiling polars-schema v0.44.2
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]    Compiling polars-arrow v0.44.2
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking ethnum v1.5.0
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking atoi_simd v0.15.6
[INFO] [stderr]    Compiling rustix v0.38.40
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling polars-compute v0.44.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling polars-core v0.44.2
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling polars-ops v0.44.2
[INFO] [stderr]     Checking xxhash-rust v0.8.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling polars-plan v0.44.2
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling polars-lazy v0.44.2
[INFO] [stderr]     Checking streaming-decompression v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling polars v0.44.2
[INFO] [stderr]     Checking polars-parquet-format v0.1.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking integer-encoding v4.0.2
[INFO] [stderr]     Checking reikna v0.12.3
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking argminmax v0.6.2
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking now v0.1.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling multiversion-macros v0.7.4
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling getset v0.1.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]     Checking multiversion v0.7.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking primitive v0.1.0 (https://github.com/Banyc/primitive.git?tag=v0.0.53#88d121a8)
[INFO] [stderr]     Checking primitive v0.1.0 (https://github.com/Banyc/primitive.git?tag=v0.0.51#4a080303)
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking math v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking statistical_inference v0.1.0 (https://github.com/Banyc/statistical_inference.git?tag=v0.0.4#88f69bb1)
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]     Checking polars-arrow-format v0.1.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking raw-cpuid v11.2.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking halfbrown v0.2.5
[INFO] [stderr]     Checking value-trait v0.10.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking simd-json v0.14.2
[INFO] [stderr]     Checking comfy-table v7.1.2
[INFO] [stderr]     Checking polars-error v0.44.2
[INFO] [stderr]     Checking polars-row v0.44.2
[INFO] [stderr]     Checking polars-json v0.44.2
[INFO] [stderr]     Checking polars-parquet v0.44.2
[INFO] [stderr]     Checking polars-time v0.44.2
[INFO] [stderr]     Checking polars-io v0.44.2
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (2095) panicked at /rustc-dev/22cc29ba5b459fb386c0406b9baf3a49eb0fba39/compiler/rustc_resolve/src/imports.rs:378:13:
[INFO] [stderr] assertion failed: !deep_decl.is_glob_import()
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7d8ba204b003 - <<std[f685ba3b3d3afb7a]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a8cc8ce8da0675fc]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7d8ba260e288 - core[a8cc8ce8da0675fc]::fmt::write
[INFO] [stderr]    2:     0x7d8ba20619f6 - <std[f685ba3b3d3afb7a]::sys::stdio::unix::Stderr as std[f685ba3b3d3afb7a]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7d8ba2021078 - std[f685ba3b3d3afb7a]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7d8ba203e733 - std[f685ba3b3d3afb7a]::panicking::default_hook
[INFO] [stderr]    5:     0x7d8ba101e91a - std[f685ba3b3d3afb7a]::panicking::update_hook::<alloc[5feaa6f04c4280c5]::boxed::Box<rustc_driver_impl[476933a2800f4963]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7d8ba203ea12 - std[f685ba3b3d3afb7a]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7d8ba202116a - std[f685ba3b3d3afb7a]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7d8ba2017e89 - std[f685ba3b3d3afb7a]::sys::backtrace::__rust_end_short_backtrace::<std[f685ba3b3d3afb7a]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7d8ba2022c0d - __rustc[ef2509d3e5d707fc]::rust_begin_unwind
[INFO] [stderr]   10:     0x7d8b9f16cfdc - core[a8cc8ce8da0675fc]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7d8b9e8a33d2 - core[a8cc8ce8da0675fc]::panicking::panic
[INFO] [stderr]   12:     0x7d8ba2638f87 - <rustc_resolve[2e4a212f032b5d5b]::Resolver>::try_plant_decl_into_local_module
[INFO] [stderr]   13:     0x7d8ba263814e - <rustc_resolve[2e4a212f032b5d5b]::Resolver>::try_plant_decl_into_local_module
[INFO] [stderr]   14:     0x7d8ba263814e - <rustc_resolve[2e4a212f032b5d5b]::Resolver>::try_plant_decl_into_local_module
[INFO] [stderr]   15:     0x7d8ba263814e - <rustc_resolve[2e4a212f032b5d5b]::Resolver>::try_plant_decl_into_local_module
[INFO] [stderr]   16:     0x7d8ba2636481 - <rustc_resolve[2e4a212f032b5d5b]::Resolver as rustc_expand[59c4a8ca0dc38f66]::base::ResolverExpand>::resolve_imports
[INFO] [stderr]   17:     0x7d8ba3c3d21d - <rustc_expand[59c4a8ca0dc38f66]::expand::MacroExpander>::fully_expand_fragment
[INFO] [stderr]   18:     0x7d8ba3c3c392 - <rustc_expand[59c4a8ca0dc38f66]::expand::MacroExpander>::expand_crate
[INFO] [stderr]   19:     0x7d8ba2ccdbf4 - rustc_interface[39abeb5216106edc]::passes::configure_and_expand
[INFO] [stderr]   20:     0x7d8ba37cb558 - rustc_interface[39abeb5216106edc]::passes::resolver_for_lowering_raw
[INFO] [stderr]   21:     0x7d8ba37cb2cd - rustc_query_impl[3e0b16aec7e6f95a]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[3e0b16aec7e6f95a]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[267fb346d25c8766]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   22:     0x7d8ba37cb2af - <rustc_query_impl[3e0b16aec7e6f95a]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[a8cc8ce8da0675fc]::ops::function::FnOnce<(rustc_middle[267fb346d25c8766]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   23:     0x7d8ba37730df - rustc_query_system[35a273723e31bbdd]::query::plumbing::try_execute_query::<rustc_query_impl[3e0b16aec7e6f95a]::DynamicConfig<rustc_query_system[35a273723e31bbdd]::query::caches::SingleCache<rustc_middle[267fb346d25c8766]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[3e0b16aec7e6f95a]::plumbing::QueryCtxt, false>
[INFO] [stderr]   24:     0x7d8ba3772c44 - rustc_query_impl[3e0b16aec7e6f95a]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   25:     0x7d8ba3935abb - <rustc_interface[39abeb5216106edc]::passes::create_and_enter_global_ctxt<core[a8cc8ce8da0675fc]::option::Option<rustc_interface[39abeb5216106edc]::queries::Linker>, rustc_driver_impl[476933a2800f4963]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[a8cc8ce8da0675fc]::ops::function::FnOnce<(&rustc_session[97234176d17eec45]::session::Session, rustc_middle[267fb346d25c8766]::ty::context::CurrentGcx, alloc[5feaa6f04c4280c5]::sync::Arc<rustc_data_structures[b64ebb58598be125]::jobserver::Proxy>, &std[f685ba3b3d3afb7a]::sync::once_lock::OnceLock<rustc_middle[267fb346d25c8766]::ty::context::GlobalCtxt>, &rustc_data_structures[b64ebb58598be125]::sync::worker_local::WorkerLocal<rustc_middle[267fb346d25c8766]::arena::Arena>, &rustc_data_structures[b64ebb58598be125]::sync::worker_local::WorkerLocal<rustc_hir[b9db6638e81218a4]::Arena>, rustc_driver_impl[476933a2800f4963]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   26:     0x7d8ba37f8598 - rustc_interface[39abeb5216106edc]::interface::run_compiler::<(), rustc_driver_impl[476933a2800f4963]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   27:     0x7d8ba36e39ce - std[f685ba3b3d3afb7a]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[39abeb5216106edc]::util::run_in_thread_with_globals<rustc_interface[39abeb5216106edc]::util::run_in_thread_pool_with_globals<rustc_interface[39abeb5216106edc]::interface::run_compiler<(), rustc_driver_impl[476933a2800f4963]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   28:     0x7d8ba36e37a0 - <std[f685ba3b3d3afb7a]::thread::lifecycle::spawn_unchecked<rustc_interface[39abeb5216106edc]::util::run_in_thread_with_globals<rustc_interface[39abeb5216106edc]::util::run_in_thread_pool_with_globals<rustc_interface[39abeb5216106edc]::interface::run_compiler<(), rustc_driver_impl[476933a2800f4963]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[a8cc8ce8da0675fc]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   29:     0x7d8ba36e1b78 - <std[f685ba3b3d3afb7a]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   30:     0x7d8b9d28aaa4 - <unknown>
[INFO] [stderr]   31:     0x7d8b9d317a64 - clone
[INFO] [stderr]   32:                0x0 - <unknown>
[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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.44.2/rustc-ice-2026-01-14T15_54_51-2093.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.94.0-nightly (22cc29ba5 2026-01-13) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -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 `polars-plan` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/22cc29ba5b459fb386c0406b9baf3a49eb0fba39/bin/rustc --crate-name polars_plan --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.44.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="csv"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="json"' --cfg 'feature="polars-json"' --cfg 'feature="polars-time"' --cfg 'feature="temporal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_count", "array_to_struct", "asof_join", "async", "bigidx", "binary_encoding", "bitwise", "business", "chrono", "chrono-tz", "chunked_ids", "ciborium", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cutqcut", "debugging", "diff", "dot_diagram", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "ffi_plugin", "find_many", "fmt", "fused", "future", "futures", "hist", "hive_partitions", "iejoin", "interpolate", "interpolate_by", "ipc", "ir_serde", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "libloading", "list_any_all", "list_count", "list_drop_nulls", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "nightly", "object", "offset_by", "panic_on_schema", "parquet", "pct_change", "peaks", "pivot", "polars-ffi", "polars-json", "polars-parquet", "polars-time", "polars_cloud", "propagate_nans", "python", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "serde_json", "sign", "streaming", "string_encoding", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "timezones", "top_k", "trigonometry", "true_div", "unique_counts"))' -C metadata=916c116ade2d3633 -C extra-filename=-671ba6e461147792 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-2c6d4e96dba65546.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-880a81e22e9b405f.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-200f05f6977fa3c4.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8e4293a600cd4db1.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-579e50a704e58013.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-0f24be69e2422d21.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-7e9db71a5fe69a5c.rmeta --extern memmap=/opt/rustwide/target/debug/deps/libmemmap2-0c2dcc9c9b6153d6.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-92b5361e4fbfda2b.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-154929b6ac9493b9.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-70e4695576ffb191.rmeta --extern arrow=/opt/rustwide/target/debug/deps/libpolars_arrow-5d905a9d2b89f3f3.rmeta --extern polars_core=/opt/rustwide/target/debug/deps/libpolars_core-8296f775bac933a4.rmeta --extern polars_io=/opt/rustwide/target/debug/deps/libpolars_io-306114848d5097a0.rmeta --extern polars_json=/opt/rustwide/target/debug/deps/libpolars_json-9b96ac90074cf015.rmeta --extern polars_ops=/opt/rustwide/target/debug/deps/libpolars_ops-c6c3c500e6cac55c.rmeta --extern polars_time=/opt/rustwide/target/debug/deps/libpolars_time-568b4e63953499e7.rmeta --extern polars_utils=/opt/rustwide/target/debug/deps/libpolars_utils-b8d935b0ab726b74.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-3d3e6987788d1954.rmeta --extern recursive=/opt/rustwide/target/debug/deps/librecursive-20c5de3b35f17748.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-e99a54bf81d5e04e.so --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-959da831a913dbe2/out --cfg 'feature="nightly"'` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "de8eb881d9681673ed8a626e37c407de2cc6f7c6b0992435ff8453a58c0b735b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de8eb881d9681673ed8a626e37c407de2cc6f7c6b0992435ff8453a58c0b735b", kill_on_drop: false }`
[INFO] [stdout] de8eb881d9681673ed8a626e37c407de2cc6f7c6b0992435ff8453a58c0b735b
