[INFO] fetching crate stdsimd 0.1.2... [INFO] documenting stdsimd-0.1.2 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate stdsimd 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate stdsimd 0.1.2 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stdsimd 0.1.2 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate stdsimd 0.1.2 [INFO] tweaked toml for crates.io crate stdsimd 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded coresimd v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55fd3cea0c171d6729a4206390683b35287578ea59b4cea7ed3ca6d3c6a20a76 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "55fd3cea0c171d6729a4206390683b35287578ea59b4cea7ed3ca6d3c6a20a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55fd3cea0c171d6729a4206390683b35287578ea59b4cea7ed3ca6d3c6a20a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55fd3cea0c171d6729a4206390683b35287578ea59b4cea7ed3ca6d3c6a20a76", kill_on_drop: false }` [INFO] [stdout] 55fd3cea0c171d6729a4206390683b35287578ea59b4cea7ed3ca6d3c6a20a76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9202dfdc60c57d9b1b3f48dccb1b669a1dc9e0130217af9b7cf7d9fd46682b5c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9202dfdc60c57d9b1b3f48dccb1b669a1dc9e0130217af9b7cf7d9fd46682b5c", kill_on_drop: false }` [INFO] [stderr] Compiling coresimd v0.1.2 [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | simd_ty!(u8x2[u8]: u8, u8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | simd_ty!(i8x2[i8]: i8, i8 | x0, x1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | simd_ty!(u8x4[u8]: u8, u8, u8, u8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | simd_ty!(u16x2[u16]: u16, u16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | simd_ty!(i8x4[i8]: i8, i8, i8, i8 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | simd_ty!(i16x2[i16]: i16, i16 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / simd_ty!(u8x8[u8]: [INFO] [stdout] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / simd_ty!(u8x8[u8]: [INFO] [stdout] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / simd_ty!(u8x8[u8]: [INFO] [stdout] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / simd_ty!(u8x8[u8]: [INFO] [stdout] 91 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 92 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | simd_ty!(u16x4[u16]: u16, u16, u16, u16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | simd_ty!(u32x2[u32]: u32, u32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | simd_ty!(u64x1[u64]: u64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / simd_ty!(i8x8[i8]: [INFO] [stdout] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / simd_ty!(i8x8[i8]: [INFO] [stdout] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / simd_ty!(i8x8[i8]: [INFO] [stdout] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / simd_ty!(i8x8[i8]: [INFO] [stdout] 98 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 99 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | simd_ty!(i16x4[i16]: i16, i16, i16, i16 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | simd_ty!(i32x2[i32]: i32, i32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | simd_ty!(i64x1[i64]: i64 | x1); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | simd_ty!(f32x2[f32]: f32, f32 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | / simd_ty!(u8x16[u8]: [INFO] [stdout] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | / simd_ty!(u8x16[u8]: [INFO] [stdout] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | / simd_ty!(u8x16[u8]: [INFO] [stdout] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | / simd_ty!(u8x16[u8]: [INFO] [stdout] 109 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 110 | | u8, u8, u8, u8, u8, u8, u8, u8 [INFO] [stdout] 111 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simd_ty!(u16x8[u16]: [INFO] [stdout] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simd_ty!(u16x8[u16]: [INFO] [stdout] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simd_ty!(u16x8[u16]: [INFO] [stdout] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simd_ty!(u16x8[u16]: [INFO] [stdout] 114 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 115 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | simd_ty!(u32x4[u32]: u32, u32, u32, u32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | simd_ty!(u64x2[u64]: u64, u64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | / simd_ty!(i8x16[i8]: [INFO] [stdout] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 123 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | / simd_ty!(i8x16[i8]: [INFO] [stdout] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 123 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | / simd_ty!(i8x16[i8]: [INFO] [stdout] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 123 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | / simd_ty!(i8x16[i8]: [INFO] [stdout] 120 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 121 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 122 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 123 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | / simd_ty!(i16x8[i16]: [INFO] [stdout] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | / simd_ty!(i16x8[i16]: [INFO] [stdout] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | / simd_ty!(i16x8[i16]: [INFO] [stdout] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | / simd_ty!(i16x8[i16]: [INFO] [stdout] 125 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 126 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | simd_ty!(i32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | simd_ty!(i64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | simd_ty!(f32x4[f32]: f32, f32, f32, f32 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | simd_ty!(f64x2[f64]: f64, f64 | x0, x1); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stdout] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 137 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stdout] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 137 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stdout] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 137 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | / simd_m_ty!(m8x16[i8]: [INFO] [stdout] 134 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 135 | | i8, i8, i8, i8, i8, i8, i8, i8 [INFO] [stdout] 136 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 137 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stdout] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |_____________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stdout] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |_____________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stdout] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |_____________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | / simd_m_ty!(m16x8[i16]: [INFO] [stdout] 139 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 140 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |_____________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | simd_m_ty!(m32x4[i32]: i32, i32, i32, i32 | x0, x1, x2, x3); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | simd_m_ty!(m64x2[i64]: i64, i64 | x0, x1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / simd_ty!(u8x32[u8]: [INFO] [stdout] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / simd_ty!(u8x32[u8]: [INFO] [stdout] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / simd_ty!(u8x32[u8]: [INFO] [stdout] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / simd_ty!(u8x32[u8]: [INFO] [stdout] 147 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 148 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] 149 | | u8, u8, u8, u8, u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 154 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / simd_ty!(u16x16[u16]: [INFO] [stdout] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stdout] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 160 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / simd_ty!(u16x16[u16]: [INFO] [stdout] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stdout] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 160 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / simd_ty!(u16x16[u16]: [INFO] [stdout] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stdout] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 160 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / simd_ty!(u16x16[u16]: [INFO] [stdout] 157 | | u16, u16, u16, u16, u16, u16, u16, u16, [INFO] [stdout] 158 | | u16, u16, u16, u16, u16, u16, u16, u16 [INFO] [stdout] 159 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 160 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 161 | / simd_ty!(u32x8[u32]: [INFO] [stdout] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stdout] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 161 | / simd_ty!(u32x8[u32]: [INFO] [stdout] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stdout] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 161 | / simd_ty!(u32x8[u32]: [INFO] [stdout] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stdout] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 161 | / simd_ty!(u32x8[u32]: [INFO] [stdout] 162 | | u32, u32, u32, u32, u32, u32, u32, u32 [INFO] [stdout] 163 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | simd_ty!(u64x4[u64]: u64, u64, u64, u64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | / simd_ty!(i8x32[i8]: [INFO] [stdout] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 175 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | / simd_ty!(i8x32[i8]: [INFO] [stdout] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 175 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | / simd_ty!(i8x32[i8]: [INFO] [stdout] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 175 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | / simd_ty!(i8x32[i8]: [INFO] [stdout] 167 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 168 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] 169 | | i8, i8, i8, i8, i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 174 | | x24, x25, x26, x27, x28, x29, x30, x31 [INFO] [stdout] 175 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / simd_ty!(i16x16[i16]: [INFO] [stdout] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stdout] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 180 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / simd_ty!(i16x16[i16]: [INFO] [stdout] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stdout] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 180 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / simd_ty!(i16x16[i16]: [INFO] [stdout] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stdout] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 180 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / simd_ty!(i16x16[i16]: [INFO] [stdout] 177 | | i16, i16, i16, i16, i16, i16, i16, i16, [INFO] [stdout] 178 | | i16, i16, i16, i16, i16, i16, i16, i16 [INFO] [stdout] 179 | | | x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 [INFO] [stdout] 180 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | / simd_ty!(i32x8[i32]: [INFO] [stdout] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stdout] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | / simd_ty!(i32x8[i32]: [INFO] [stdout] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stdout] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | / simd_ty!(i32x8[i32]: [INFO] [stdout] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stdout] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | / simd_ty!(i32x8[i32]: [INFO] [stdout] 182 | | i32, i32, i32, i32, i32, i32, i32, i32 [INFO] [stdout] 183 | | | x0, x1, x2, x3, x4, x5, x6, x7); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/simd.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | simd_ty!(i64x4[i64]: i64, i64, i64, i64 | x0, x1, x2, x3); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/eflags.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/eflags.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Copy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Clone` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Eq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Ord` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialEq` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:11:43 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cfg` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | if cfg!(target_arch = "x86") { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | asm!("cpuid" [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/cpuid.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("cpuid\n" [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/xsave.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / #![feature( [INFO] [stdout] 13 | | const_fn, [INFO] [stdout] 14 | | const_fn_union, [INFO] [stdout] 15 | | link_llvm_intrinsics, [INFO] [stdout] ... | [INFO] [stdout] 36 | | powerpc_target_feature, [INFO] [stdout] 37 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/mod.rs:342:41 [INFO] [stdout] | [INFO] [stdout] 342 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/mod.rs:395:41 [INFO] [stdout] | [INFO] [stdout] 395 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdrand16_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/rdrand.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | fn x86_rdrand16_step() -> (u16, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdrand32_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/rdrand.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | fn x86_rdrand32_step() -> (u32, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdseed16_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/rdrand.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | fn x86_rdseed16_step() -> (u16, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdseed32_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86/rdrand.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | fn x86_rdseed32_step() -> (u32, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdrand64_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86_64/rdrand.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | fn x86_rdrand64_step() -> (u64, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_rdseed64_step` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coresimd-0.1.2/src/coresimd/x86_64/rdrand.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | fn x86_rdseed64_step() -> (u64, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 169 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coresimd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9202dfdc60c57d9b1b3f48dccb1b669a1dc9e0130217af9b7cf7d9fd46682b5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9202dfdc60c57d9b1b3f48dccb1b669a1dc9e0130217af9b7cf7d9fd46682b5c", kill_on_drop: false }` [INFO] [stdout] 9202dfdc60c57d9b1b3f48dccb1b669a1dc9e0130217af9b7cf7d9fd46682b5c