[INFO] fetching crate llml 0.2.3...
[INFO] testing llml-0.2.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate llml 0.2.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate llml 0.2.3
[INFO] finished tweaking crates.io crate llml 0.2.3
[INFO] tweaked toml for crates.io crate llml 0.2.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate llml 0.2.3 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 79 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.7.0)
[INFO] [stderr]       Adding derive_more v0.99.20 (available: v2.0.1)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e82e3fe3b5efd46da93425285f5ce610c49edb5816431eb71d3652d1c642e23
[INFO] running `Command { std: "docker" "start" "-a" "0e82e3fe3b5efd46da93425285f5ce610c49edb5816431eb71d3652d1c642e23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e82e3fe3b5efd46da93425285f5ce610c49edb5816431eb71d3652d1c642e23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e82e3fe3b5efd46da93425285f5ce610c49edb5816431eb71d3652d1c642e23", kill_on_drop: false }`
[INFO] [stdout] 0e82e3fe3b5efd46da93425285f5ce610c49edb5816431eb71d3652d1c642e23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3430524ddf5e8dacd7184480e930dc9380fef18921e6e8e7782cc39e7750eae9
[INFO] running `Command { std: "docker" "start" "-a" "3430524ddf5e8dacd7184480e930dc9380fef18921e6e8e7782cc39e7750eae9", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling llml v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                       ^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.90.0; see <https://github.com/rust-lang/rust/pull/142704> for more information
[INFO] [stdout]   = note: use the `${concat(..)}` metavariable expression instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |                         let z = concat_idents!(_mm_, $fun, _ps)(sf, rhs.2.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 |                         let y = concat_idents!(_mm_, $fun, _ps)(sf, rhs.1.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |                         let x = concat_idents!(_mm_, $fun, _ps)(sf, rhs.0.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |                         let z = concat_idents!(_mm_, $fun, _ps)(self.2.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |                         let y = concat_idents!(_mm_, $fun, _ps)(self.1.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |                         let x = concat_idents!(_mm_, $fun, _ps)(self.0.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |                         let z = concat_idents!(_mm_, $fun, _ps)(sf, rhs.2.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 |                         let y = concat_idents!(_mm_, $fun, _ps)(sf, rhs.1.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |                         let x = concat_idents!(_mm_, $fun, _ps)(sf, rhs.0.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |                         let z = concat_idents!(_mm_, $fun, _ps)(self.2.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |                         let y = concat_idents!(_mm_, $fun, _ps)(self.1.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |                         let x = concat_idents!(_mm_, $fun, _ps)(self.0.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |                         let z = concat_idents!(_mm_, $fun, _ps)(sf, rhs.2.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 |                         let y = concat_idents!(_mm_, $fun, _ps)(sf, rhs.1.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |                         let x = concat_idents!(_mm_, $fun, _ps)(sf, rhs.0.0);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |                         let z = concat_idents!(_mm_, $fun, _ps)(self.2.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |                         let y = concat_idents!(_mm_, $fun, _ps)(self.1.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/sse/mat3.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |                         let x = concat_idents!(_mm_, $fun, _ps)(self.0.0, rhs);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_matf3!();
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_matf3_scal` which comes from the expansion of the macro `impl_matf3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:83
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |                     Self(concat_idents!(_m, $tag, _load_p, $sub)(self as *const Self as *const $ty))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     Self(concat_idents!(_m, $tag, _and_p, $sub)(Self::DIV_MASK, div))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     let div = concat_idents!(_m, $tag, _div_p, $sub)(self.0, rhs.0);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/double/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecd2, f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:83
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec4.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec4.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |                     Self(concat_idents!(_m, $tag, _load_p, $sub)(self as *const Self as *const $ty))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     Self(concat_idents!(_m, $tag, _and_p, $sub)(Self::DIV_MASK, div))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     let div = concat_idents!(_m, $tag, _div_p, $sub)(self.0, rhs.0);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:83
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec3.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec3.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |                     Self(concat_idents!(_m, $tag, _load_p, $sub)(self as *const Self as *const $ty))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     Self(concat_idents!(_m, $tag, _and_p, $sub)(Self::DIV_MASK, div))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     let div = concat_idents!(_m, $tag, _div_p, $sub)(self.0, rhs.0);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:83
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec2.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/mod.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     *(&concat_idents!(_mm_cmpeq_p, $sub)(self.0, rhs.0) as *const concat_idents!(__m128, $sub) as *const u128) == u128::MAX
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/vec2.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |                     Self(concat_idents!(_m, $tag, _load_p, $sub)(self as *const Self as *const $ty))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     Self(concat_idents!(_m, $tag, _and_p, $sub)(Self::DIV_MASK, div))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     let div = concat_idents!(_m, $tag, _div_p, $sub)(self.0, rhs.0);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]   --> src/x86/mod.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     Self(concat_idents!(_m, $tag, _, $fun, _p, $sub)(self.0, rhs.0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:63
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch))]
[INFO] [stdout]   |                                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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:1:110
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, 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 `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[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 macro definition: `import_derives`
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | macro_rules! import_derives {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]   --> src/lib.rs:8:21
[INFO] [stdout]    |
[INFO] [stdout]  8 |             pub use $i::*;
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generics/mod.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | flat_mod!(debug, complex, vec, mat);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]  --> src/generics/mat.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{mat::{Matf2, Matd2, Matf3, Matd3}, vec::*};
[INFO] [stdout]   |                                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]    --> src/lib.rs:8:21
[INFO] [stdout]     |
[INFO] [stdout]   8 |             pub use $i::*;
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/mod.rs:198:1
[INFO] [stdout]     |
[INFO] [stdout] 198 | flat_mod!(complex, vec2, vec3, vec4, mat2);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/vec3.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat2.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/mat2.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat3.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `stdarch`
[INFO] [stdout]  --> src/lib.rs:2:71
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch))]
[INFO] [stdout]   |                                                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]  --> src/lib.rs:1:101
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                                                                                                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mod.rs:217:41
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let shuf = _mm_shuffle_ps(lhs, lhs, _MM_SHUFFLE(2, 3, 0, 1));
[INFO] [stdout]     |                                         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mod.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 |     _mm_shuffle_ps(a, b, _MM_SHUFFLE(1, 0, 1, 0))
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mod.rs:238:41
[INFO] [stdout]     |
[INFO] [stdout] 238 |     _mm_shuffle_ps(a, _mm_setzero_ps(), _MM_SHUFFLE(3, 2, 1, 0))
[INFO] [stdout]     |                                         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mod.rs:244:54
[INFO] [stdout]     |
[INFO] [stdout] 244 |     (_mm_movehl_ps(zero, a), _mm_shuffle_ps(a, zero, _MM_SHUFFLE(3, 2, 1, 0)))
[INFO] [stdout]     |                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/complex.rs:12:57
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let v1 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(1, 1, 0, 0));
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec2.rs:30:63
[INFO] [stdout]    |
[INFO] [stdout] 30 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec3.rs:32:63
[INFO] [stdout]    |
[INFO] [stdout] 32 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec3.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(2, 2, 2, 2))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec3.rs:54:56
[INFO] [stdout]    |
[INFO] [stdout] 54 |             let a_yzx = _mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(3, 0, 2, 1));
[INFO] [stdout]    |                                                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec3.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let b_yzx = _mm_shuffle_ps(rhs.0, rhs.0, _MM_SHUFFLE(3, 0, 2, 1));
[INFO] [stdout]    |                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec3.rs:57:39
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Self(_mm_shuffle_ps(c, c, _MM_SHUFFLE(3, 0, 2, 1)))
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec4.rs:32:63
[INFO] [stdout]    |
[INFO] [stdout] 32 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec4.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(2, 2, 2, 2))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec4.rs:42:63
[INFO] [stdout]    |
[INFO] [stdout] 42 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(3, 3, 3, 3))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/vec4.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 |                         EucVecd2(_mm_cvtps_pd(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 0, 3, 2))))
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/mat2.rs:72:65
[INFO] [stdout]    |
[INFO] [stdout] 72 |             let v2 = _mm_shuffle_ps(self.0.0, _mm_setzero_ps(), _MM_SHUFFLE(0, 0, 2, 3));
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/mat2.rs:96:92
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let neg = EucVecf4(_mm_sub_ps(_mm_setzero_ps(), _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(0, 0, 2, 1))));
[INFO] [stdout]    |                                                                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:129:51
[INFO] [stdout]     |
[INFO] [stdout] 129 |             let v2 = _mm_shuffle_ps(rhs.0, rhs.0, _MM_SHUFFLE(1, 0, 1, 0));
[INFO] [stdout]     |                                                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:137:49
[INFO] [stdout]     |
[INFO] [stdout] 137 |                     v1 = _mm_shuffle_ps(m1, m1, _MM_SHUFFLE(2, 2, 0, 0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:141:75
[INFO] [stdout]     |
[INFO] [stdout] 141 |             EucVecf2(_mm_shuffle_ps(_mm_add_ps(m1, v1), _mm_setzero_ps(), _MM_SHUFFLE(0, 0, 3, 1)))
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:160:61
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     v1 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(2, 2, 0, 0));
[INFO] [stdout]     |                                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:161:61
[INFO] [stdout]     |
[INFO] [stdout] 161 |                     v3 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(3, 3, 1, 1));
[INFO] [stdout]     |                                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:165:55
[INFO] [stdout]     |
[INFO] [stdout] 165 |             let v2 = _mm_shuffle_ps(rhs.0.0, rhs.0.0, _MM_SHUFFLE(1, 0, 1, 0));
[INFO] [stdout]     |                                                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]    --> src/x86/mat2.rs:166:55
[INFO] [stdout]     |
[INFO] [stdout] 166 |             let v4 = _mm_shuffle_ps(rhs.0.0, rhs.0.0, _MM_SHUFFLE(3, 2, 3, 2));
[INFO] [stdout]     |                                                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/double/vec2.rs:30:63
[INFO] [stdout]    |
[INFO] [stdout] 30 |         unsafe { _mm_cvtsd_f64(_mm_shuffle_pd(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_mm_shuffle`
[INFO] [stdout]   --> src/x86/double/sse/vec4.rs:93:86
[INFO] [stdout]    |
[INFO] [stdout] 93 |             EucVecf4(_mm_shuffle_ps(_mm_cvtpd_ps(self.0.0),  _mm_cvtpd_ps(self.1.0), _MM_SHUFFLE(1, 0, 1, 0)))
[INFO] [stdout]    |                                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #111147 <https://github.com/rust-lang/rust/issues/111147> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/complex.rs:12:57
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let v1 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(1, 1, 0, 0));
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec2.rs:30:63
[INFO] [stdout]    |
[INFO] [stdout] 30 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec3.rs:32:63
[INFO] [stdout]    |
[INFO] [stdout] 32 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec3.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(2, 2, 2, 2))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec3.rs:54:56
[INFO] [stdout]    |
[INFO] [stdout] 54 |             let a_yzx = _mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(3, 0, 2, 1));
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec3.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let b_yzx = _mm_shuffle_ps(rhs.0, rhs.0, _MM_SHUFFLE(3, 0, 2, 1));
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec3.rs:57:39
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Self(_mm_shuffle_ps(c, c, _MM_SHUFFLE(3, 0, 2, 1)))
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec4.rs:32:63
[INFO] [stdout]    |
[INFO] [stdout] 32 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec4.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(2, 2, 2, 2))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec4.rs:42:63
[INFO] [stdout]    |
[INFO] [stdout] 42 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(3, 3, 3, 3))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/vec4.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 |                         EucVecd2(_mm_cvtps_pd(_mm_shuffle_ps(self.0, self.0, _MM_SHUFFLE(1, 0, 3, 2))))
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/mat2.rs:72:65
[INFO] [stdout]    |
[INFO] [stdout] 72 |             let v2 = _mm_shuffle_ps(self.0.0, _mm_setzero_ps(), _MM_SHUFFLE(0, 0, 2, 3));
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/mat2.rs:96:92
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let neg = EucVecf4(_mm_sub_ps(_mm_setzero_ps(), _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(0, 0, 2, 1))));
[INFO] [stdout]    |                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:129:51
[INFO] [stdout]     |
[INFO] [stdout] 129 |             let v2 = _mm_shuffle_ps(rhs.0, rhs.0, _MM_SHUFFLE(1, 0, 1, 0));
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:137:49
[INFO] [stdout]     |
[INFO] [stdout] 137 |                     v1 = _mm_shuffle_ps(m1, m1, _MM_SHUFFLE(2, 2, 0, 0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:141:75
[INFO] [stdout]     |
[INFO] [stdout] 141 |             EucVecf2(_mm_shuffle_ps(_mm_add_ps(m1, v1), _mm_setzero_ps(), _MM_SHUFFLE(0, 0, 3, 1)))
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:160:61
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     v1 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(2, 2, 0, 0));
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:161:61
[INFO] [stdout]     |
[INFO] [stdout] 161 |                     v3 = _mm_shuffle_ps(self.0.0, self.0.0, _MM_SHUFFLE(3, 3, 1, 1));
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:165:55
[INFO] [stdout]     |
[INFO] [stdout] 165 |             let v2 = _mm_shuffle_ps(rhs.0.0, rhs.0.0, _MM_SHUFFLE(1, 0, 1, 0));
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mat2.rs:166:55
[INFO] [stdout]     |
[INFO] [stdout] 166 |             let v4 = _mm_shuffle_ps(rhs.0.0, rhs.0.0, _MM_SHUFFLE(3, 2, 3, 2));
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/double/vec2.rs:30:63
[INFO] [stdout]    |
[INFO] [stdout] 30 |         unsafe { _mm_cvtsd_f64(_mm_shuffle_pd(self.0, self.0, _MM_SHUFFLE(1, 1, 1, 1))) }
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]   --> src/x86/double/sse/vec4.rs:93:86
[INFO] [stdout]    |
[INFO] [stdout] 93 |             EucVecf4(_mm_shuffle_ps(_mm_cvtpd_ps(self.0.0),  _mm_cvtpd_ps(self.1.0), _MM_SHUFFLE(1, 0, 1, 0)))
[INFO] [stdout]    |                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mod.rs:217:41
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let shuf = _mm_shuffle_ps(lhs, lhs, _MM_SHUFFLE(2, 3, 0, 1));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mod.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 |     _mm_shuffle_ps(a, b, _MM_SHUFFLE(1, 0, 1, 0))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mod.rs:238:41
[INFO] [stdout]     |
[INFO] [stdout] 238 |     _mm_shuffle_ps(a, _mm_setzero_ps(), _MM_SHUFFLE(3, 2, 1, 0))
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `std::arch::x86_64::_MM_SHUFFLE` is not yet stable as a const fn
[INFO] [stdout]    --> src/x86/mod.rs:244:54
[INFO] [stdout]     |
[INFO] [stdout] 244 |     (_mm_movehl_ps(zero, a), _mm_shuffle_ps(a, zero, _MM_SHUFFLE(3, 2, 1, 0)))
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: accessing memory based on pointer with alignment 4, but alignment 16 is required
[INFO] [stdout]   --> src/x86/vec2.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ABS_MASK : __m128 = unsafe { *(&[i32::MAX, i32::MAX, 0, 0] as *const [i32;4] as *const __m128) };
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `x86::vec2::EucVecf2::ABS_MASK` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: erroneous constant encountered
[INFO] [stdout]   --> src/x86/vec2.rs:50:34
[INFO] [stdout]    |
[INFO] [stdout] 50 |         unsafe { Self(_mm_and_ps(Self::ABS_MASK, self.0)) }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: accessing memory based on pointer with alignment 4, but alignment 16 is required
[INFO] [stdout]   --> src/x86/vec3.rs:13:40
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ABS_MASK : __m128 = unsafe { *(&[i32::MAX, i32::MAX, i32::MAX, 0] as *const [i32;4] as *const __m128) };
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `x86::vec3::EucVecf3::ABS_MASK` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: erroneous constant encountered
[INFO] [stdout]   --> src/x86/vec3.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 |         unsafe { Self(_mm_and_ps(Self::ABS_MASK, self.0)) }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: accessing memory based on pointer with alignment 4, but alignment 16 is required
[INFO] [stdout]   --> src/x86/vec4.rs:13:40
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ABS_MASK : __m128 = unsafe { *(&[i32::MAX, i32::MAX, i32::MAX, i32::MAX] as *const [i32;4] as *const __m128) };
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `x86::vec4::EucVecf4::ABS_MASK` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: erroneous constant encountered
[INFO] [stdout]   --> src/x86/vec4.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 |         unsafe { Self(_mm_and_ps(Self::ABS_MASK, self.0)) }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: accessing memory based on pointer with alignment 8, but alignment 16 is required
[INFO] [stdout]   --> src/x86/double/vec2.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ABS_MASK : __m128d = unsafe { *(&[i64::MAX, i64::MAX] as *const [i64;2] as *const __m128d) };
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `x86::double::vec2::EucVecd2::ABS_MASK` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: erroneous constant encountered
[INFO] [stdout]   --> src/x86/double/vec2.rs:50:34
[INFO] [stdout]    |
[INFO] [stdout] 50 |         unsafe { Self(_mm_and_pd(Self::ABS_MASK, self.0)) }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/x86/double/sse/mat2.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0080, E0554, E0557, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (lib) due to 111 previous errors; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3430524ddf5e8dacd7184480e930dc9380fef18921e6e8e7782cc39e7750eae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3430524ddf5e8dacd7184480e930dc9380fef18921e6e8e7782cc39e7750eae9", kill_on_drop: false }`
[INFO] [stdout] 3430524ddf5e8dacd7184480e930dc9380fef18921e6e8e7782cc39e7750eae9
