[INFO] crate coresimd 0.1.2 is already in cache [INFO] checking coresimd-0.1.2 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate coresimd 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate coresimd 0.1.2 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate coresimd 0.1.2 [INFO] finished tweaking crates.io crate coresimd 0.1.2 [INFO] tweaked toml for crates.io crate coresimd 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d4bee71c99233fb9e5a6dd6c8a957b3468405812e971510c90011d13162e23b5 [INFO] running `"docker" "start" "-a" "d4bee71c99233fb9e5a6dd6c8a957b3468405812e971510c90011d13162e23b5"` [INFO] [stderr] Compiling coresimd v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `stdsimd` [INFO] [stderr] --> src/lib.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | extern crate stdsimd; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `coresimd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | / simd_ty!(u8x8[u8]: [INFO] [stderr] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | / simd_ty!(u8x8[u8]: [INFO] [stderr] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | / simd_ty!(u8x8[u8]: [INFO] [stderr] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | / simd_ty!(u8x8[u8]: [INFO] [stderr] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | / simd_ty!(i8x8[i8]: [INFO] [stderr] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | / simd_ty!(i8x8[i8]: [INFO] [stderr] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | / simd_ty!(i8x8[i8]: [INFO] [stderr] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | / simd_ty!(i8x8[i8]: [INFO] [stderr] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | / simd_ty!(u8x16[u8]: [INFO] [stderr] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | / simd_ty!(u8x16[u8]: [INFO] [stderr] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | / simd_ty!(u8x16[u8]: [INFO] [stderr] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | / simd_ty!(u8x16[u8]: [INFO] [stderr] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stderr] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | / simd_ty!(u16x8[u16]: [INFO] [stderr] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | / simd_ty!(u16x8[u16]: [INFO] [stderr] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | / simd_ty!(u16x8[u16]: [INFO] [stderr] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | / simd_ty!(u16x8[u16]: [INFO] [stderr] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 119 | / simd_ty!(i8x16[i8]: [INFO] [stderr] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 123 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 119 | / simd_ty!(i8x16[i8]: [INFO] [stderr] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 123 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 119 | / simd_ty!(i8x16[i8]: [INFO] [stderr] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 123 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 119 | / simd_ty!(i8x16[i8]: [INFO] [stderr] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 123 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | / simd_ty!(i16x8[i16]: [INFO] [stderr] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | / simd_ty!(i16x8[i16]: [INFO] [stderr] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | / simd_ty!(i16x8[i16]: [INFO] [stderr] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | / simd_ty!(i16x8[i16]: [INFO] [stderr] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stderr] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 137 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stderr] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 137 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stderr] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 137 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stderr] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stderr] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 137 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stderr] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |_____________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stderr] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |_____________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stderr] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |_____________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stderr] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |_____________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | / simd_ty!(u8x32[u8]: [INFO] [stderr] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] ... | [INFO] [stderr] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | / simd_ty!(u8x32[u8]: [INFO] [stderr] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] ... | [INFO] [stderr] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | / simd_ty!(u8x32[u8]: [INFO] [stderr] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] ... | [INFO] [stderr] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | / simd_ty!(u8x32[u8]: [INFO] [stderr] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stderr] ... | [INFO] [stderr] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 156 | / simd_ty!(u16x16[u16]: [INFO] [stderr] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stderr] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 160 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 156 | / simd_ty!(u16x16[u16]: [INFO] [stderr] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stderr] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 160 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 156 | / simd_ty!(u16x16[u16]: [INFO] [stderr] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stderr] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 160 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 156 | / simd_ty!(u16x16[u16]: [INFO] [stderr] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stderr] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stderr] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 160 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 161 | / simd_ty!(u32x8[u32]: [INFO] [stderr] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stderr] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 161 | / simd_ty!(u32x8[u32]: [INFO] [stderr] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stderr] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 161 | / simd_ty!(u32x8[u32]: [INFO] [stderr] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stderr] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 161 | / simd_ty!(u32x8[u32]: [INFO] [stderr] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stderr] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 166 | / simd_ty!(i8x32[i8]: [INFO] [stderr] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] ... | [INFO] [stderr] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 166 | / simd_ty!(i8x32[i8]: [INFO] [stderr] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] ... | [INFO] [stderr] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 166 | / simd_ty!(i8x32[i8]: [INFO] [stderr] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] ... | [INFO] [stderr] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 166 | / simd_ty!(i8x32[i8]: [INFO] [stderr] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stderr] ... | [INFO] [stderr] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stderr] 175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 176 | / simd_ty!(i16x16[i16]: [INFO] [stderr] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stderr] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 180 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 176 | / simd_ty!(i16x16[i16]: [INFO] [stderr] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stderr] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 180 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 176 | / simd_ty!(i16x16[i16]: [INFO] [stderr] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stderr] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 180 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 176 | / simd_ty!(i16x16[i16]: [INFO] [stderr] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stderr] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stderr] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stderr] 180 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | / simd_ty!(i32x8[i32]: [INFO] [stderr] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stderr] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | / simd_ty!(i32x8[i32]: [INFO] [stderr] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stderr] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | / simd_ty!(i32x8[i32]: [INFO] [stderr] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stderr] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | / simd_ty!(i32x8[i32]: [INFO] [stderr] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stderr] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stderr] | |___________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/simd.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `asm` in this scope [INFO] [stderr] --> src/coresimd/x86/eflags.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile"); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `asm` in this scope [INFO] [stderr] --> src/coresimd/x86/eflags.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile"); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Ord` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:32 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:11:43 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | if cfg!(target_arch = "x86") { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `asm` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | asm!("cpuid" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `asm` in this scope [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | asm!("cpuid\n" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `asm` in this scope [INFO] [stderr] --> src/coresimd/x86/xsave.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/coresimd/x86/sse41.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/coresimd/x86/sse41.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/coresimd/x86/sse41.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/coresimd/x86/sse41.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | (_MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/coresimd/x86/sse41.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | (_MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stderr] --> src/coresimd/x86/mod.rs:342:41 [INFO] [stderr] | [INFO] [stderr] 342 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stderr] | ^^^^^^^^--- [INFO] [stderr] | | [INFO] [stderr] | `issue` must not be "0", use "none" instead [INFO] [stderr] [INFO] [stderr] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stderr] --> src/coresimd/x86/mod.rs:395:41 [INFO] [stderr] | [INFO] [stderr] 395 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stderr] | ^^^^^^^^--- [INFO] [stderr] | | [INFO] [stderr] | `issue` must not be "0", use "none" instead [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/cpuid.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | let mut r = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse.rs:1947:9 [INFO] [stderr] | [INFO] [stderr] 1947 | mem::uninitialized(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse.rs:1948:9 [INFO] [stderr] | [INFO] [stderr] 1948 | mem::uninitialized(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse.rs:1949:9 [INFO] [stderr] | [INFO] [stderr] 1949 | mem::uninitialized(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse.rs:1950:9 [INFO] [stderr] | [INFO] [stderr] 1950 | mem::uninitialized(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse2.rs:2844:17 [INFO] [stderr] | [INFO] [stderr] 2844 | _mm_set1_pd(mem::uninitialized()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/sse2.rs:2854:19 [INFO] [stderr] | [INFO] [stderr] 2854 | _mm_set1_epi8(mem::uninitialized()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/avx.rs:2842:20 [INFO] [stderr] | [INFO] [stderr] 2842 | _mm256_set1_ps(mem::uninitialized()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/avx.rs:2853:20 [INFO] [stderr] | [INFO] [stderr] 2853 | _mm256_set1_pd(mem::uninitialized()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '_core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/coresimd/x86/avx.rs:2864:22 [INFO] [stderr] | [INFO] [stderr] 2864 | _mm256_set1_epi8(mem::uninitialized()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdrand16_step` [INFO] [stderr] --> src/coresimd/x86/rdrand.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | fn x86_rdrand16_step() -> (u16, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdrand32_step` [INFO] [stderr] --> src/coresimd/x86/rdrand.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | fn x86_rdrand32_step() -> (u32, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdseed16_step` [INFO] [stderr] --> src/coresimd/x86/rdrand.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | fn x86_rdseed16_step() -> (u16, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdseed32_step` [INFO] [stderr] --> src/coresimd/x86/rdrand.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | fn x86_rdseed32_step() -> (u32, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdrand64_step` [INFO] [stderr] --> src/coresimd/x86_64/rdrand.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | fn x86_rdrand64_step() -> (u64, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_rdseed64_step` [INFO] [stderr] --> src/coresimd/x86_64/rdrand.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | fn x86_rdseed64_step() -> (u64, i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 168 previous errors; 15 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `coresimd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d4bee71c99233fb9e5a6dd6c8a957b3468405812e971510c90011d13162e23b5"` [INFO] running `"docker" "rm" "-f" "d4bee71c99233fb9e5a6dd6c8a957b3468405812e971510c90011d13162e23b5"` [INFO] [stdout] d4bee71c99233fb9e5a6dd6c8a957b3468405812e971510c90011d13162e23b5