[INFO] fetching crate g3 0.1.4... [INFO] checking g3-0.1.4 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate g3 0.1.4 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate g3 0.1.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate g3 0.1.4 [INFO] tweaked toml for crates.io crate g3 0.1.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate g3 0.1.4 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate g3 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49cca79ab4f9556304ecb405e43fe4a1776377ef2c7e951c73eb0ec6390548ce [INFO] running `Command { std: "docker" "start" "-a" "49cca79ab4f9556304ecb405e43fe4a1776377ef2c7e951c73eb0ec6390548ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49cca79ab4f9556304ecb405e43fe4a1776377ef2c7e951c73eb0ec6390548ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49cca79ab4f9556304ecb405e43fe4a1776377ef2c7e951c73eb0ec6390548ce", kill_on_drop: false }` [INFO] [stdout] 49cca79ab4f9556304ecb405e43fe4a1776377ef2c7e951c73eb0ec6390548ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11d71c5dcfcc5f59bbcbd60aab600e95100e203a7e2eeb64ed215af40be52793 [INFO] running `Command { std: "docker" "start" "-a" "11d71c5dcfcc5f59bbcbd60aab600e95100e203a7e2eeb64ed215af40be52793", kill_on_drop: false }` [INFO] [stderr] Checking g3 v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/point.rs:1:80 [INFO] [stdout] | [INFO] [stdout] 1 | ...simd::{f32x4,mask32x4,simd_swizzle,SimdFloat},mem::transmute,ops::{Add,AddAssign,Sub,SubAssign,Mul,MulAssign,Div,DivAssign,BitAnd,BitO... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/line.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Not, Neg, BitXor, BitAnd... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::point::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/horizon.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Not, Neg, BitXor, BitAnd... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::point::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/plane.rs:1:68 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{fmt::{Display, Formatter, Result},simd::{f32x4,mask32x4, SimdFloat},ops::*}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::point::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/motor.rs:1:79 [INFO] [stdout] | [INFO] [stdout] 1 | ...tter,Result},simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Neg, Fn}}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::plane::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/rotor.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{mask32x4,f32x4,SimdFloat,simd_swizzle as swizzle},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, ... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::plane::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/direction.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,u32x4,SimdFloat},ops::{Add,AddAssign,Sub,SubAssign,Mul,MulAssign,Div,DivAssign,Neg}}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::rotor::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::simd::SimdFloat`, `std::simd::Which` [INFO] [stdout] --> src/translator.rs:1:67 [INFO] [stdout] | [INFO] [stdout] 1 | ... Result},simd::{f32x4,mask32x4,SimdFloat,simd_swizzle as swizzle,Which::{First,Second}},ops::{Add, AddAssign, Sub, SubAssign, Mul, Mul... [INFO] [stdout] | ^^^^^^^^^ ^^^^^ could not find `Which` in `simd` [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] = note: unresolved item `crate::rotor::tests::SimdFloat` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::Which` [INFO] [stdout] --> src/maths.rs:317:45 [INFO] [stdout] | [INFO] [stdout] 317 | use std::simd::{*, simd_swizzle as swizzle, Which::{First, Second}, StdFloat}; [INFO] [stdout] | ^^^^^ could not find `Which` in `simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/point.rs:1:80 [INFO] [stdout] | [INFO] [stdout] 1 | ...simd::{f32x4,mask32x4,simd_swizzle,SimdFloat},mem::transmute,ops::{Add,AddAssign,Sub,SubAssign,Mul,MulAssign,Div,DivAssign,BitAnd,BitO... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/line.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Not, Neg, BitXor, BitAnd... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/horizon.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Not, Neg, BitXor, BitAnd... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/plane.rs:1:68 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{fmt::{Display, Formatter, Result},simd::{f32x4,mask32x4, SimdFloat},ops::*}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/motor.rs:1:79 [INFO] [stdout] | [INFO] [stdout] 1 | ...tter,Result},simd::{f32x4,mask32x4,SimdFloat},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, Neg, Fn}}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/rotor.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{mask32x4,f32x4,SimdFloat,simd_swizzle as swizzle},ops::{Add, AddAssign, Sub, SubAssign, Mul, MulAssign, Div, DivAssign, ... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat` [INFO] [stdout] --> src/direction.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{simd::{f32x4,u32x4,SimdFloat},ops::{Add,AddAssign,Sub,SubAssign,Mul,MulAssign,Div,DivAssign,Neg}}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::simd::SimdFloat`, `std::simd::Which` [INFO] [stdout] --> src/translator.rs:1:67 [INFO] [stdout] | [INFO] [stdout] 1 | ... Result},simd::{f32x4,mask32x4,SimdFloat,simd_swizzle as swizzle,Which::{First,Second}},ops::{Add, AddAssign, Sub, SubAssign, Mul, Mul... [INFO] [stdout] | ^^^^^^^^^ ^^^^^ could not find `Which` in `simd` [INFO] [stdout] | | [INFO] [stdout] | no `SimdFloat` in `simd` [INFO] [stdout] | help: a similar name exists in the module: `StdFloat` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] std::simd::prelude::SimdFloat [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::Which` [INFO] [stdout] --> src/maths.rs:317:45 [INFO] [stdout] | [INFO] [stdout] 317 | use std::simd::{*, simd_swizzle as swizzle, Which::{First, Second}, StdFloat}; [INFO] [stdout] | ^^^^^ could not find `Which` in `simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/point.rs:36:80 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn approx_eq(&self, other:Point, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/line.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/line.rs:66:64 [INFO] [stdout] | [INFO] [stdout] 66 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/point.rs:36:80 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn approx_eq(&self, other:Point, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/horizon.rs:24:87 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn approx_eq(&self, other:Translator, epsilon:f32)->bool {(&self.p2 - other.p2).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/plane.rs:50:80 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn approx_eq(&self, other:Plane, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/line.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/line.rs:66:64 [INFO] [stdout] | [INFO] [stdout] 66 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let p1 = f32x4::from_bits(&mask ^ self.p1.to_bits()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/motor.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | let p1 = f32x4::from_bits(&mask ^ self.p1.to_bits()); [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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 `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/horizon.rs:24:87 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn approx_eq(&self, other:Translator, epsilon:f32)->bool {(&self.p2 - other.p2).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let p2 = f32x4::from_bits(&mask ^ self.p2.to_bits()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/motor.rs:94:47 [INFO] [stdout] | [INFO] [stdout] 94 | let p2 = f32x4::from_bits(&mask ^ self.p2.to_bits()); [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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 `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/plane.rs:50:80 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn approx_eq(&self, other:Plane, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:123:27 [INFO] [stdout] | [INFO] [stdout] 123 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:123:64 [INFO] [stdout] | [INFO] [stdout] 123 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/rotor.rs:93:80 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn approx_eq(&self, other:Rotor, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let p1 = f32x4::from_bits(&mask ^ self.p1.to_bits()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/motor.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | let p1 = f32x4::from_bits(&mask ^ self.p1.to_bits()); [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/direction.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | Direction(f32x4::from_bits(bits)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/motor.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let p2 = f32x4::from_bits(&mask ^ self.p2.to_bits()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/translator.rs:56:87 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn approx_eq(&self, other:Translator, epsilon:f32)->bool {(&self.p2 - other.p2).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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 `to_bits` found for struct `Simd` in the current scope [INFO] [stdout] --> src/motor.rs:94:47 [INFO] [stdout] | [INFO] [stdout] 94 | let p2 = f32x4::from_bits(&mask ^ self.p2.to_bits()); [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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 `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/motor.rs:123:27 [INFO] [stdout] | [INFO] [stdout] 123 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/motor.rs:123:64 [INFO] [stdout] | [INFO] [stdout] 123 | (&self.p1 - other.p1).abs() < eps && (&self.p2 - other.p2).abs() < eps [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/maths.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | f32x4::from_bits(to_bits(&a) ^ to_bits(&b)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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] 2 + 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/maths.rs:397:61 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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] 2 + 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/maths.rs:397:73 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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] 2 + 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/maths.rs:397:87 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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] 2 + 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/rotor.rs:93:80 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn approx_eq(&self, other:Rotor, epsilon:f32)->bool {(&self.0 - other.0).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/direction.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | Direction(f32x4::from_bits(bits)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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/translator.rs:56:87 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn approx_eq(&self, other:Translator, epsilon:f32)->bool {(&self.p2 - other.p2).abs() < f32x4::splat(epsilon)} [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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/maths.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | f32x4::from_bits(to_bits(&a) ^ to_bits(&b)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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] 2 + 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/maths.rs:397:61 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148: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/998b6603a58e47f42ccce7a67943234e96b6839e/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] 2 + 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/maths.rs:397:73 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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] 2 + 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/maths.rs:397:87 [INFO] [stdout] | [INFO] [stdout] 397 | #[inline] pub fn f32x4_and(a:f32x4,b:f32x4)->f32x4 { f32x4::from_bits(a.to_bits() & b.to_bits()) } [INFO] [stdout] | ^^^^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/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` 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] 2 + use std::simd::num::SimdFloat; [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 `g3` (lib) due to 27 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `g3` (lib test) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "11d71c5dcfcc5f59bbcbd60aab600e95100e203a7e2eeb64ed215af40be52793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11d71c5dcfcc5f59bbcbd60aab600e95100e203a7e2eeb64ed215af40be52793", kill_on_drop: false }` [INFO] [stdout] 11d71c5dcfcc5f59bbcbd60aab600e95100e203a7e2eeb64ed215af40be52793