[INFO] fetching crate array_math 0.2.45...
[INFO] testing array_math-0.2.45 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] extracting crate array_math 0.2.45 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate array_math 0.2.45 on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate array_math 0.2.45
[INFO] finished tweaking crates.io crate array_math 0.2.45
[INFO] tweaked toml for crates.io crate array_math 0.2.45 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate array_math 0.2.45 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc7bc11e2af50d3b1cd4514869978e9ea725fc072f2f88c8dac534d1d7190c97
[INFO] running `Command { std: "docker" "start" "-a" "dc7bc11e2af50d3b1cd4514869978e9ea725fc072f2f88c8dac534d1d7190c97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc7bc11e2af50d3b1cd4514869978e9ea725fc072f2f88c8dac534d1d7190c97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc7bc11e2af50d3b1cd4514869978e9ea725fc072f2f88c8dac534d1d7190c97", kill_on_drop: false }`
[INFO] [stdout] dc7bc11e2af50d3b1cd4514869978e9ea725fc072f2f88c8dac534d1d7190c97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99ad5074cfbdbad6ecfcc4326f148cbf9e1cb5a81dd08bd6f1040462eb8edb24
[INFO] running `Command { std: "docker" "start" "-a" "99ad5074cfbdbad6ecfcc4326f148cbf9e1cb5a81dd08bd6f1040462eb8edb24", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling moddef v0.2.2
[INFO] [stderr]    Compiling slice_trait v0.1.1
[INFO] [stderr]    Compiling slice_ops v0.1.12
[INFO] [stderr]    Compiling array_trait v1.0.1
[INFO] [stderr]    Compiling array__ops v0.1.20
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling slice_math v0.1.31
[INFO] [stderr]    Compiling array_math v0.2.45 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![feature(generic_const_exprs)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_closures` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(const_closures)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #106003 <https://github.com/rust-lang/rust/issues/106003> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(core_intrinsics)]
[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: unused imports: `EPSILON` and `any::Any`
[INFO] [stdout]  --> src/square_matrix_math.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{any::Any, f64::{consts::SQRT_3, EPSILON}, ops::{Add, AddAssign, Div, DivAssign, Mul, Sub, SubAssign}};
[INFO] [stdout]   |           ^^^^^^^^                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArrayNdOps`
[INFO] [stdout]  --> src/square_matrix_math.rs:4:39
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayNdOps, ArrayOps, CollumnArrayOps};
[INFO] [stdout]   |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_refs_to_cell` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_mut_refs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `inline_const` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(inline_const)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(array_methods)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option_ext` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option_ext)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NumCast`
[INFO] [stdout]  --> src/square_matrix_math.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Signed, Zero};
[INFO] [stdout]   |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SliceOps`
[INFO] [stdout]  --> src/array_math_.rs:4:66
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayOps, CollumnArrayOps, SliceOps};
[INFO] [stdout]   |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
[INFO] running `Command { std: "docker" "inspect" "99ad5074cfbdbad6ecfcc4326f148cbf9e1cb5a81dd08bd6f1040462eb8edb24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99ad5074cfbdbad6ecfcc4326f148cbf9e1cb5a81dd08bd6f1040462eb8edb24", kill_on_drop: false }`
[INFO] [stdout] 99ad5074cfbdbad6ecfcc4326f148cbf9e1cb5a81dd08bd6f1040462eb8edb24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c2526dff22a1cc9a6bb0f8c6f4fe746d30f4efdf745fa328cacaa8a2aa180d4
[INFO] running `Command { std: "docker" "start" "-a" "5c2526dff22a1cc9a6bb0f8c6f4fe746d30f4efdf745fa328cacaa8a2aa180d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling pathfinder_simd v0.5.4
[INFO] [stderr]    Compiling font-kit v0.14.2
[INFO] [stderr]    Compiling rustfft v6.2.0
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling float-ord v0.3.2
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling png v0.17.15
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling slice_math v0.1.31
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling array_math v0.2.45 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![feature(generic_const_exprs)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_closures` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(const_closures)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #106003 <https://github.com/rust-lang/rust/issues/106003> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(core_intrinsics)]
[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: unused imports: `EPSILON` and `any::Any`
[INFO] [stdout]  --> src/square_matrix_math.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{any::Any, f64::{consts::SQRT_3, EPSILON}, ops::{Add, AddAssign, Div, DivAssign, Mul, Sub, SubAssign}};
[INFO] [stdout]   |           ^^^^^^^^                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArrayNdOps`
[INFO] [stdout]  --> src/square_matrix_math.rs:4:39
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayNdOps, ArrayOps, CollumnArrayOps};
[INFO] [stdout]   |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_refs_to_cell` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_mut_refs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `inline_const` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(inline_const)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(array_methods)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option_ext` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option_ext)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NumCast`
[INFO] [stdout]  --> src/square_matrix_math.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Signed, Zero};
[INFO] [stdout]   |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SliceOps`
[INFO] [stdout]  --> src/array_math_.rs:4:66
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayOps, CollumnArrayOps, SliceOps};
[INFO] [stdout]   |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![feature(generic_const_exprs)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_closures` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(const_closures)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #106003 <https://github.com/rust-lang/rust/issues/106003> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(core_intrinsics)]
[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: unused imports: `EPSILON` and `any::Any`
[INFO] [stdout]  --> src/square_matrix_math.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{any::Any, f64::{consts::SQRT_3, EPSILON}, ops::{Add, AddAssign, Div, DivAssign, Mul, Sub, SubAssign}};
[INFO] [stdout]   |           ^^^^^^^^                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArrayNdOps`
[INFO] [stdout]  --> src/square_matrix_math.rs:4:39
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayNdOps, ArrayOps, CollumnArrayOps};
[INFO] [stdout]   |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_refs_to_cell` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_mut_refs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `inline_const` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(inline_const)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(array_methods)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option_ext` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option_ext)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NumCast`
[INFO] [stdout]  --> src/square_matrix_math.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Signed, Zero};
[INFO] [stdout]   |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SliceOps`
[INFO] [stdout]  --> src/array_math_.rs:4:66
[INFO] [stdout]   |
[INFO] [stdout] 4 | use array__ops::{max_len, Array2dOps, ArrayOps, CollumnArrayOps, SliceOps};
[INFO] [stdout]   |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `f2` is never used
[INFO] [stdout]    --> src/lib.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 |         fn f2<const N: usize>(array: &mut [Complex<f32>; N])
[INFO] [stdout]     |            ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.24s
[INFO] running `Command { std: "docker" "inspect" "5c2526dff22a1cc9a6bb0f8c6f4fe746d30f4efdf745fa328cacaa8a2aa180d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c2526dff22a1cc9a6bb0f8c6f4fe746d30f4efdf745fa328cacaa8a2aa180d4", kill_on_drop: false }`
[INFO] [stdout] 5c2526dff22a1cc9a6bb0f8c6f4fe746d30f4efdf745fa328cacaa8a2aa180d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0a43374e4ad5fee3f71ec495033d09830ec1973262f0d4d6c5bc0a91beba6382
[INFO] running `Command { std: "docker" "start" "-a" "0a43374e4ad5fee3f71ec495033d09830ec1973262f0d4d6c5bc0a91beba6382", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]   --> src/lib.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | #![feature(generic_const_exprs)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stderr]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_closures` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]   --> src/lib.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | #![feature(const_closures)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #106003 <https://github.com/rust-lang/rust/issues/106003> for more information
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stderr]   --> src/lib.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | #![feature(core_intrinsics)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using it is strongly discouraged
[INFO] [stderr]    = note: `#[warn(internal_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `EPSILON` and `any::Any`
[INFO] [stderr]  --> src/square_matrix_math.rs:2:11
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::{any::Any, f64::{consts::SQRT_3, EPSILON}, ops::{Add, AddAssign, Div, DivAssign, Mul, Sub, SubAssign}};
[INFO] [stderr]   |           ^^^^^^^^                        ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ArrayNdOps`
[INFO] [stderr]  --> src/square_matrix_math.rs:4:39
[INFO] [stderr]   |
[INFO] [stderr] 4 | use array__ops::{max_len, Array2dOps, ArrayNdOps, ArrayOps, CollumnArrayOps};
[INFO] [stderr]   |                                       ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(associated_type_bounds)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_refs_to_cell` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![feature(const_refs_to_cell)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![feature(const_mut_refs)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `inline_const` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | #![feature(inline_const)]
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | #![feature(array_methods)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![feature(const_option)]
[INFO] [stderr]   |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_option_ext` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | #![feature(const_option_ext)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `NumCast`
[INFO] [stderr]  --> src/square_matrix_math.rs:5:50
[INFO] [stderr]   |
[INFO] [stderr] 5 | use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Signed, Zero};
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `SliceOps`
[INFO] [stderr]  --> src/array_math_.rs:4:66
[INFO] [stderr]   |
[INFO] [stderr] 4 | use array__ops::{max_len, Array2dOps, ArrayOps, CollumnArrayOps, SliceOps};
[INFO] [stderr]   |                                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `array_math` (lib) generated 14 warnings (run `cargo fix --lib -p array_math` to apply 2 suggestions)
[INFO] [stderr] warning: function `f2` is never used
[INFO] [stderr]    --> src/lib.rs:206:12
[INFO] [stderr]     |
[INFO] [stderr] 206 |         fn f2<const N: usize>(array: &mut [Complex<f32>; N])
[INFO] [stderr]     |            ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `array_math` (lib test) generated 15 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/array_math-c0b970ead0851dd7)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test::bench_fft ... ignored
[INFO] [stdout] test test::test ... ok
[INFO] [stdout] test test::test_lu ... ok
[INFO] [stdout] test test::test_matrix_cov ... ok
[INFO] [stdout] test test::test_matrix_solve ... ok
[INFO] [stdout] test test::test_polyfit ... ok
[INFO] [stdout] test test::wht ... ok
[INFO] [stdout] test test::wht_2d ... ok
[INFO] [stdout] test util::test ... ok
[INFO] [stdout] test array_math_::test::test ... ok
[INFO] [stdout] test matrix_math::test::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 52.55s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests array_math
[INFO] [stderr] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]   --> src/lib.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | #![feature(generic_const_exprs)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stderr]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `const_closures` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]   --> src/lib.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | #![feature(const_closures)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #106003 <https://github.com/rust-lang/rust/issues/106003> for more information
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stderr]   --> src/lib.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | #![feature(core_intrinsics)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using it is strongly discouraged
[INFO] [stderr]    = note: `#[warn(internal_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/square_matrix_math.rs - square_matrix_math::SquareMatrixMath::eigen (line 44) ... FAILED
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::convolve_direct (line 179) ... ok
[INFO] [stdout] test src/matrix_math.rs - matrix_math::MatrixMath::convolve_2d_direct (line 36) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::fft (line 323) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::real_fft (line 436) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::ifft (line 349) ... ok
[INFO] [stdout] test src/matrix_math.rs - matrix_math::MatrixMath::ifft_2d (line 155) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::convolve_real_fft (line 220) ... ok
[INFO] [stdout] test src/matrix_math.rs - matrix_math::MatrixMath::fft_2d (line 130) ... ok
[INFO] [stdout] test src/matrix_math.rs - matrix_math::MatrixMath::convolve_2d_real_fft (line 68) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::real_ifft (line 463) ... ok
[INFO] [stdout] test src/array_math_.rs - array_math_::ArrayMath::convolve_direct (line 194) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/square_matrix_math.rs - square_matrix_math::SquareMatrixMath::eigen (line 44) stdout ----
[INFO] [stdout] note: no errors encountered even though delayed bugs were created
[INFO] [stdout] 
[INFO] [stdout] note: those delayed bugs will now be shown as internal compiler errors
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: Encountered anon const with inference variable args but no error reported
[INFO] [stdout]   |
[INFO] [stdout]   = note: delayed at compiler/rustc_trait_selection/src/traits/mod.rs:605:27
[INFO] [stdout]              0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]              1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]              2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]              3: <rustc_errors::DiagCtxtHandle>::delayed_bug::<&str>
[INFO] [stdout]              4: rustc_trait_selection::traits::try_evaluate_const.cold
[INFO] [stdout]              5: <rustc_trait_selection::traits::normalize::AssocTypeNormalizer as rustc_type_ir::fold::TypeFolder<rustc_middle::ty::context::TyCtxt>>::fold_const
[INFO] [stdout]              6: <rustc_middle::ty::InstantiatedPredicates as rustc_type_ir::fold::TypeFoldable<rustc_middle::ty::context::TyCtxt>>::try_fold_with::<rustc_trait_selection::traits::normalize::AssocTypeNormalizer>
[INFO] [stdout]              7: <rustc_hir_typeck::method::confirm::ConfirmContext>::confirm
[INFO] [stdout]              8: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]              9: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
[INFO] [stdout]             10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stdout]             11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             12: rustc_hir_typeck::check::check_fn
[INFO] [stdout]             13: rustc_hir_typeck::typeck_with_fallback::{closure#0}
[INFO] [stdout]             14: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
[INFO] [stdout]             15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_data_structures::vec_cache::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             16: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             17: <rustc_middle::hir::map::Map>::par_body_owners::<rustc_hir_analysis::check_crate::{closure#4}>::{closure#0}
[INFO] [stdout]             18: rustc_hir_analysis::check_crate
[INFO] [stdout]             19: rustc_interface::passes::run_required_analyses
[INFO] [stdout]             20: rustc_interface::passes::analysis
[INFO] [stdout]             21: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stdout]             22: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             23: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             24: rustc_interface::passes::create_and_enter_global_ctxt::<core::option::Option<rustc_interface::queries::Linker>, rustc_driver_impl::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stdout]             25: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
[INFO] [stdout]             26: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]             27: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]             28: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]             29: <unknown>
[INFO] [stdout]             30: clone
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: Encountered anon const with inference variable args but no error reported
[INFO] [stdout]   |
[INFO] [stdout]   = note: delayed at compiler/rustc_trait_selection/src/traits/mod.rs:605:27
[INFO] [stdout]              0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]              1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]              2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]              3: <rustc_errors::DiagCtxtHandle>::delayed_bug::<&str>
[INFO] [stdout]              4: rustc_trait_selection::traits::try_evaluate_const.cold
[INFO] [stdout]              5: <rustc_trait_selection::traits::normalize::AssocTypeNormalizer as rustc_type_ir::fold::TypeFolder<rustc_middle::ty::context::TyCtxt>>::fold_const
[INFO] [stdout]              6: <rustc_trait_selection::traits::fulfill::FulfillProcessor as rustc_data_structures::obligation_forest::ObligationProcessor>::process_obligation
[INFO] [stdout]              7: <rustc_data_structures::obligation_forest::ObligationForest<rustc_trait_selection::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection::traits::fulfill::FulfillProcessor>
[INFO] [stdout]              8: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types
[INFO] [stdout]              9: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
[INFO] [stdout]             11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stdout]             12: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             13: rustc_hir_typeck::check::check_fn
[INFO] [stdout]             14: rustc_hir_typeck::typeck_with_fallback::{closure#0}
[INFO] [stdout]             15: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
[INFO] [stdout]             16: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_data_structures::vec_cache::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             17: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             18: <rustc_middle::hir::map::Map>::par_body_owners::<rustc_hir_analysis::check_crate::{closure#4}>::{closure#0}
[INFO] [stdout]             19: rustc_hir_analysis::check_crate
[INFO] [stdout]             20: rustc_interface::passes::run_required_analyses
[INFO] [stdout]             21: rustc_interface::passes::analysis
[INFO] [stdout]             22: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stdout]             23: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             24: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             25: rustc_interface::passes::create_and_enter_global_ctxt::<core::option::Option<rustc_interface::queries::Linker>, rustc_driver_impl::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stdout]             26: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
[INFO] [stdout]             27: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]             28: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]             29: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]             30: <unknown>
[INFO] [stdout]             31: clone
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: Encountered anon const with inference variable args but no error reported
[INFO] [stdout]   |
[INFO] [stdout]   = note: delayed at compiler/rustc_trait_selection/src/traits/mod.rs:605:27
[INFO] [stdout]              0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]              1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]              2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]              3: <rustc_errors::DiagCtxtHandle>::delayed_bug::<&str>
[INFO] [stdout]              4: rustc_trait_selection::traits::try_evaluate_const.cold
[INFO] [stdout]              5: <rustc_trait_selection::traits::normalize::AssocTypeNormalizer as rustc_type_ir::fold::TypeFolder<rustc_middle::ty::context::TyCtxt>>::fold_const
[INFO] [stdout]              6: <rustc_trait_selection::traits::normalize::AssocTypeNormalizer as rustc_type_ir::fold::FallibleTypeFolder<rustc_middle::ty::context::TyCtxt>>::try_fold_binder::<rustc_type_ir::predicate_kind::PredicateKind<rustc_middle::ty::context::TyCtxt>>
[INFO] [stdout]              7: rustc_trait_selection::traits::normalize::normalize_with_depth_to::<rustc_middle::ty::predicate::Predicate>
[INFO] [stdout]              8: <rustc_trait_selection::traits::fulfill::FulfillProcessor as rustc_data_structures::obligation_forest::ObligationProcessor>::process_obligation
[INFO] [stdout]              9: <rustc_data_structures::obligation_forest::ObligationForest<rustc_trait_selection::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection::traits::fulfill::FulfillProcessor>
[INFO] [stdout]             10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types
[INFO] [stdout]             11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             12: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
[INFO] [stdout]             13: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stdout]             14: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             15: rustc_hir_typeck::check::check_fn
[INFO] [stdout]             16: rustc_hir_typeck::typeck_with_fallback::{closure#0}
[INFO] [stdout]             17: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
[INFO] [stdout]             18: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_data_structures::vec_cache::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             19: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             20: <rustc_middle::hir::map::Map>::par_body_owners::<rustc_hir_analysis::check_crate::{closure#4}>::{closure#0}
[INFO] [stdout]             21: rustc_hir_analysis::check_crate
[INFO] [stdout]             22: rustc_interface::passes::run_required_analyses
[INFO] [stdout]             23: rustc_interface::passes::analysis
[INFO] [stdout]             24: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stdout]             25: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             26: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             27: rustc_interface::passes::create_and_enter_global_ctxt::<core::option::Option<rustc_interface::queries::Linker>, rustc_driver_impl::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stdout]             28: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
[INFO] [stdout]             29: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]             30: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]             31: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]             32: <unknown>
[INFO] [stdout]             33: clone
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: Encountered anon const with inference variable args but no error reported
[INFO] [stdout]   |
[INFO] [stdout]   = note: delayed at compiler/rustc_trait_selection/src/traits/mod.rs:605:27
[INFO] [stdout]              0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]              1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]              2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]              3: <rustc_errors::DiagCtxtHandle>::delayed_bug::<&str>
[INFO] [stdout]              4: rustc_trait_selection::traits::try_evaluate_const.cold
[INFO] [stdout]              5: rustc_trait_selection::traits::const_evaluatable::is_const_evaluatable.cold
[INFO] [stdout]              6: <rustc_trait_selection::traits::fulfill::FulfillProcessor as rustc_data_structures::obligation_forest::ObligationProcessor>::process_obligation
[INFO] [stdout]              7: <rustc_data_structures::obligation_forest::ObligationForest<rustc_trait_selection::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection::traits::fulfill::FulfillProcessor>
[INFO] [stdout]              8: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types
[INFO] [stdout]              9: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
[INFO] [stdout]             11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stdout]             12: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             13: rustc_hir_typeck::check::check_fn
[INFO] [stdout]             14: rustc_hir_typeck::typeck_with_fallback::{closure#0}
[INFO] [stdout]             15: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
[INFO] [stdout]             16: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_data_structures::vec_cache::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             17: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             18: <rustc_middle::hir::map::Map>::par_body_owners::<rustc_hir_analysis::check_crate::{closure#4}>::{closure#0}
[INFO] [stdout]             19: rustc_hir_analysis::check_crate
[INFO] [stdout]             20: rustc_interface::passes::run_required_analyses
[INFO] [stdout]             21: rustc_interface::passes::analysis
[INFO] [stdout]             22: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stdout]             23: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             24: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             25: rustc_interface::passes::create_and_enter_global_ctxt::<core::option::Option<rustc_interface::queries::Linker>, rustc_driver_impl::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stdout]             26: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
[INFO] [stdout]             27: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]             28: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]             29: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]             30: <unknown>
[INFO] [stdout]             31: clone
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout] 
[INFO] [stdout] note: please make sure that you have updated to the latest nightly
[INFO] [stdout] 
[INFO] [stdout] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-01-21T05_43_36-43.txt`: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] note: rustc 1.86.0-nightly (6067b3631 2025-01-17) running on x86_64-unknown-linux-gnu
[INFO] [stdout] 
[INFO] [stdout] query stack during panic:
[INFO] [stdout] end of query stack
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/square_matrix_math.rs - square_matrix_math::SquareMatrixMath::eigen (line 44)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0a43374e4ad5fee3f71ec495033d09830ec1973262f0d4d6c5bc0a91beba6382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a43374e4ad5fee3f71ec495033d09830ec1973262f0d4d6c5bc0a91beba6382", kill_on_drop: false }`
[INFO] [stdout] 0a43374e4ad5fee3f71ec495033d09830ec1973262f0d4d6c5bc0a91beba6382
