[INFO] fetching crate slender-math 0.1.1...
[INFO] testing slender-math-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate slender-math 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate slender-math 0.1.1
[INFO] finished tweaking crates.io crate slender-math 0.1.1
[INFO] tweaked toml for crates.io crate slender-math 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate slender-math 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e62943d21585b19ab3e0a628136254f393efd5a4f8af368710f35ae2e50de76
[INFO] running `Command { std: "docker" "start" "-a" "4e62943d21585b19ab3e0a628136254f393efd5a4f8af368710f35ae2e50de76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e62943d21585b19ab3e0a628136254f393efd5a4f8af368710f35ae2e50de76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e62943d21585b19ab3e0a628136254f393efd5a4f8af368710f35ae2e50de76", kill_on_drop: false }`
[INFO] [stdout] 4e62943d21585b19ab3e0a628136254f393efd5a4f8af368710f35ae2e50de76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0968009ff643d590bf8d3dbf31b950e475e299fc728f3e19b35832430a93e4b
[INFO] running `Command { std: "docker" "start" "-a" "c0968009ff643d590bf8d3dbf31b950e475e299fc728f3e19b35832430a93e4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling slender-math v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stdout] error[E0432]: unresolved import `std::simd::Which`
[INFO] [stdout]   --> src/lib.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::simd::Which::*;
[INFO] [stdout]    |                ^^^^^ could not find `Which` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:359:29
[INFO] [stdout]     |
[INFO] [stdout] 359 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<f32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:365:49
[INFO] [stdout]     |
[INFO] [stdout] 365 |                 Self::from_simd_truncate(self.0.recip())
[INFO] [stdout]     |                                                 ^^^^^ method not found in `Simd<f32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:390:22
[INFO] [stdout]     |
[INFO] [stdout] 390 |                 prod.reduce_sum()
[INFO] [stdout]     |                      ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:437:29
[INFO] [stdout]     |
[INFO] [stdout] 437 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 2>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:443:29
[INFO] [stdout]     |
[INFO] [stdout] 443 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 2>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:359:29
[INFO] [stdout]     |
[INFO] [stdout] 359 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:365:49
[INFO] [stdout]     |
[INFO] [stdout] 365 |                 Self::from_simd_truncate(self.0.recip())
[INFO] [stdout]     |                                                 ^^^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:390:22
[INFO] [stdout]     |
[INFO] [stdout] 390 |                 prod.reduce_sum()
[INFO] [stdout]     |                      ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:437:29
[INFO] [stdout]     |
[INFO] [stdout] 437 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:443:29
[INFO] [stdout]     |
[INFO] [stdout] 443 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:359:29
[INFO] [stdout]     |
[INFO] [stdout] 359 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:365:49
[INFO] [stdout]     |
[INFO] [stdout] 365 |                 Self::from_simd_truncate(self.0.recip())
[INFO] [stdout]     |                                                 ^^^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:390:22
[INFO] [stdout]     |
[INFO] [stdout] 390 |                 prod.reduce_sum()
[INFO] [stdout]     |                      ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:437:29
[INFO] [stdout]     |
[INFO] [stdout] 437 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:443:29
[INFO] [stdout]     |
[INFO] [stdout] 443 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<f32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:497:25
[INFO] [stdout]     |
[INFO] [stdout] 497 |         Vector2f(self.0.cast())
[INFO] [stdout]     |                         ^^^^ method not found in `Simd<i32, 2>`
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 2>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:574:25
[INFO] [stdout]     |
[INFO] [stdout] 574 |         Vector3f(self.0.cast())
[INFO] [stdout]     |                         ^^^^ method not found in `Simd<i32, 4>`
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:676:25
[INFO] [stdout]     |
[INFO] [stdout] 676 |         Vector4f(self.0.cast())
[INFO] [stdout]     |                         ^^^^ method not found in `Simd<i32, 4>`
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:727:29
[INFO] [stdout]     |
[INFO] [stdout] 727 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<i32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:77:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 2>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:733:29
[INFO] [stdout]     |
[INFO] [stdout] 733 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 2>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:739:29
[INFO] [stdout]     |
[INFO] [stdout] 739 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 2>`
[INFO] [stdout] ...
[INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 2>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:727:29
[INFO] [stdout]     |
[INFO] [stdout] 727 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:77:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:733:29
[INFO] [stdout]     |
[INFO] [stdout] 733 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:739:29
[INFO] [stdout]     |
[INFO] [stdout] 739 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:727:29
[INFO] [stdout]     |
[INFO] [stdout] 727 |                 Self(self.0.abs())
[INFO] [stdout]     |                             ^^^ method not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:77:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<i32, 4>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::num::SimdInt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:733:29
[INFO] [stdout]     |
[INFO] [stdout] 733 |                 Self(<$ts>::simd_min(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]    --> src/lib.rs:739:29
[INFO] [stdout]     |
[INFO] [stdout] 739 |                 Self(<$ts>::simd_max(self.0, rhs.0))
[INFO] [stdout]     |                             ^^^^^^^^ function or associated item not found in `Simd<i32, 4>`
[INFO] [stdout] ...
[INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Simd<i32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]    --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::simd::cmp::SimdOrd;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1312:28
[INFO] [stdout]      |
[INFO] [stdout] 1312 |         let d0 = (c0 - I0).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 2>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1313:28
[INFO] [stdout]      |
[INFO] [stdout] 1313 |         let d1 = (c1 - I1).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 2>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1314:28
[INFO] [stdout]      |
[INFO] [stdout] 1314 |         let d2 = (c2 - I2).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 2>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 2>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1640:28
[INFO] [stdout]      |
[INFO] [stdout] 1640 |         let d0 = (c0 - I0).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1641:28
[INFO] [stdout]      |
[INFO] [stdout] 1641 |         let d1 = (c1 - I1).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1642:28
[INFO] [stdout]      |
[INFO] [stdout] 1642 |         let d2 = (c2 - I2).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1643:28
[INFO] [stdout]      |
[INFO] [stdout] 1643 |         let d3 = (c3 - I3).abs();
[INFO] [stdout]      |                            ^^^ method not found in `Simd<f32, 4>`
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1863:14
[INFO] [stdout]      |
[INFO] [stdout] 1863 |         prod.reduce_sum()
[INFO] [stdout]      |              ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `reduce_max` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1863 -         prod.reduce_sum()
[INFO] [stdout] 1863 +         prod.reduce_max()
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `simd_lt` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1890:27
[INFO] [stdout]      |
[INFO] [stdout] 1890 |         let mask = f32x4::simd_lt(size_sqr, eps);
[INFO] [stdout]      |                           ^^^^^^^ function or associated item not found in `Simd<f32, 4>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, 4>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       Simd::<T, N>::load_or_default
[INFO] [stdout]       and 11 others
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:4
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `simd_gt` with a similar name, but with different arguments
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:19:4
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_lt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::cmp::SimdPartialOrd;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd<T, N>` in the current scope
[INFO] [stdout]     --> src/lib.rs:1989:45
[INFO] [stdout]      |
[INFO] [stdout] 1989 |         let det_m = det_m - f32x4::splat(tr.reduce_sum());
[INFO] [stdout]      |                                             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:7
[INFO] [stdout]      |
[INFO] [stdout]      = note: the method is available for `Simd<f32, 4>` here
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    6 + use std::simd::num::SimdFloat;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `reduce_max` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1989 -         let det_m = det_m - f32x4::splat(tr.reduce_sum());
[INFO] [stdout] 1989 +         let det_m = det_m - f32x4::splat(tr.reduce_max());
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `slender-math` (lib) due to 38 previous errors
[INFO] running `Command { std: "docker" "inspect" "c0968009ff643d590bf8d3dbf31b950e475e299fc728f3e19b35832430a93e4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0968009ff643d590bf8d3dbf31b950e475e299fc728f3e19b35832430a93e4b", kill_on_drop: false }`
[INFO] [stdout] c0968009ff643d590bf8d3dbf31b950e475e299fc728f3e19b35832430a93e4b
