[INFO] fetching crate doubled 0.3.1...
[INFO] checking doubled-0.3.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate doubled 0.3.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate doubled 0.3.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate doubled 0.3.1
[INFO] finished tweaking crates.io crate doubled 0.3.1
[INFO] tweaked toml for crates.io crate doubled 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9eb1e572da63a7500748b38814b63e2c3395776eb900ded0c681ed2553265695
[INFO] running `Command { std: "docker" "start" "-a" "9eb1e572da63a7500748b38814b63e2c3395776eb900ded0c681ed2553265695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9eb1e572da63a7500748b38814b63e2c3395776eb900ded0c681ed2553265695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eb1e572da63a7500748b38814b63e2c3395776eb900ded0c681ed2553265695", kill_on_drop: false }`
[INFO] [stdout] 9eb1e572da63a7500748b38814b63e2c3395776eb900ded0c681ed2553265695
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b458aea89cf80235b96c83a0969e0743b0a4ea357e3a2432ca92bcb9a2e2c3bc
[INFO] running `Command { std: "docker" "start" "-a" "b458aea89cf80235b96c83a0969e0743b0a4ea357e3a2432ca92bcb9a2e2c3bc", kill_on_drop: false }`
[INFO] [stderr]     Checking doubled v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `core::simd::SimdFloat`
[INFO] [stdout]  --> src/f32x.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::simd::{LaneCount, Simd, SimdFloat, SupportedLaneCount};
[INFO] [stdout]   |                                   ^^^^^^^^^ no `SimdFloat` in `simd`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::simd::SimdFloat`
[INFO] [stdout]  --> src/f32x.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::simd::{LaneCount, Simd, SimdFloat, SupportedLaneCount};
[INFO] [stdout]   |                                   ^^^^^^^^^ no `SimdFloat` in `simd`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::simd::SimdFloat`
[INFO] [stdout]  --> src/f64x.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::simd::{LaneCount, Simd, SimdFloat, SupportedLaneCount};
[INFO] [stdout]   |                                   ^^^^^^^^^ no `SimdFloat` in `simd`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::simd::SimdFloat`
[INFO] [stdout]  --> src/f64x.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::simd::{LaneCount, Simd, SimdFloat, SupportedLaneCount};
[INFO] [stdout]   |                                   ^^^^^^^^^ no `SimdFloat` in `simd`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U32x::splat(0x_fff_ff000))
[INFO] [stdout]    |               ^^^^^^^^^ function or associated item not found in `Simd<f32, N>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, N>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U32x::splat(0x_fff_ff000))
[INFO] [stdout]    |               ^^^^^^^^^ function or associated item not found in `Simd<f32, N>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, N>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U32x::splat(0x_fff_ff000))
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U32x::splat(0x_fff_ff000))
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F32x::from_bits(u0), F32x::from_bits(u1))
[INFO] [stdout]    |                         ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F32x::from_bits(u0), F32x::from_bits(u1))
[INFO] [stdout]    |                         ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F32x::from_bits(u0), F32x::from_bits(u1))
[INFO] [stdout]    |                                              ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F32x::from_bits(u0), F32x::from_bits(u1))
[INFO] [stdout]    |                                              ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |             self.0.abs(),
[INFO] [stdout]    |                    ^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |             self.0.abs(),
[INFO] [stdout]    |                    ^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                   ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                   ^^^^^^^^^ function or associated item not found in `Simd<f32, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f32, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                    ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                    ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                        ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                        ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:85
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                                                     ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f32x.rs:64:85
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F32x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F32x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                                                     ^^^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f32, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:143:24
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let t = self.0.recip();
[INFO] [stdout]     |                        ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:143:24
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let t = self.0.recip();
[INFO] [stdout]     |                        ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:256:25
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let t = other.0.recip();
[INFO] [stdout]     |                         ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:256:25
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let t = other.0.recip();
[INFO] [stdout]     |                         ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:349:22
[INFO] [stdout]     |
[INFO] [stdout] 349 |         let t = self.recip();
[INFO] [stdout]     |                      ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f32x.rs:349:22
[INFO] [stdout]     |
[INFO] [stdout] 349 |         let t = self.recip();
[INFO] [stdout]     |                      ^^^^^ method not found in `Simd<f32, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f32, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U64x::splat((0x_ffff_ffff << 32) + 0x_f800_0000))
[INFO] [stdout]    |               ^^^^^^^^^ function or associated item not found in `Simd<f64, N>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, N>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U64x::splat((0x_ffff_ffff << 32) + 0x_f800_0000))
[INFO] [stdout]    |               ^^^^^^^^^ function or associated item not found in `Simd<f64, N>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, N>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U64x::splat((0x_ffff_ffff << 32) + 0x_f800_0000))
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Self::from_bits(self.to_bits() & U64x::splat((0x_ffff_ffff << 32) + 0x_f800_0000))
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F64x::from_bits(u0), F64x::from_bits(u1))
[INFO] [stdout]    |                         ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F64x::from_bits(u0), F64x::from_bits(u1))
[INFO] [stdout]    |                         ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F64x::from_bits(u0), F64x::from_bits(u1))
[INFO] [stdout]    |                                              ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Self::new(F64x::from_bits(u0), F64x::from_bits(u1))
[INFO] [stdout]    |                                              ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |             self.0.abs(),
[INFO] [stdout]    |                    ^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |             self.0.abs(),
[INFO] [stdout]    |                    ^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                   ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                   ^^^^^^^^^ function or associated item not found in `Simd<f64, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Simd<f64, _>` consider using one of the following associated functions:
[INFO] [stdout]       Simd::<T, N>::splat
[INFO] [stdout]       Simd::<T, N>::load
[INFO] [stdout]       Simd::<T, N>::from_array
[INFO] [stdout]       Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_bits` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:5
[INFO] [stdout] help: trait `SimdFloat` which provides `from_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                    ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                    ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                        ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                        ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:85
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                                                     ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bits` found for struct `Simd` in the current scope
[INFO] [stdout]   --> src/f64x.rs:64:85
[INFO] [stdout]    |
[INFO] [stdout] 64 |             F64x::from_bits(self.1.to_bits() ^ (self.0.to_bits() & F64x::splat(-0.).to_bits())),
[INFO] [stdout]    |                                                                                     ^^^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Simd<f64, N>` 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 `to_bits` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::simd::num::SimdFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let t = self.0.recip();
[INFO] [stdout]     |                        ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let t = self.0.recip();
[INFO] [stdout]     |                        ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:241:25
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let t = other.0.recip();
[INFO] [stdout]     |                         ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:241:25
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let t = other.0.recip();
[INFO] [stdout]     |                         ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:334:22
[INFO] [stdout]     |
[INFO] [stdout] 334 |         let t = self.recip();
[INFO] [stdout]     |                      ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/f64x.rs:334:22
[INFO] [stdout]     |
[INFO] [stdout] 334 |         let t = self.recip();
[INFO] [stdout]     |                      ^^^^^ method not found in `Simd<f64, N>`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, N>` 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 `recip` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[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] [stdout] error: aborting due to 26 previous errors
[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 `doubled` (lib) due to 27 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `doubled` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "b458aea89cf80235b96c83a0969e0743b0a4ea357e3a2432ca92bcb9a2e2c3bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b458aea89cf80235b96c83a0969e0743b0a4ea357e3a2432ca92bcb9a2e2c3bc", kill_on_drop: false }`
[INFO] [stdout] b458aea89cf80235b96c83a0969e0743b0a4ea357e3a2432ca92bcb9a2e2c3bc
