[INFO] fetching crate simdty 0.0.6... [INFO] testing simdty-0.0.6 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate simdty 0.0.6 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate simdty 0.0.6 [INFO] finished tweaking crates.io crate simdty 0.0.6 [INFO] tweaked toml for crates.io crate simdty 0.0.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate simdty 0.0.6 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8bc315e6f8932e7194a543041180eba5f467983030bedcae4185ee56d6f84d21 [INFO] running `Command { std: "docker" "start" "-a" "8bc315e6f8932e7194a543041180eba5f467983030bedcae4185ee56d6f84d21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8bc315e6f8932e7194a543041180eba5f467983030bedcae4185ee56d6f84d21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bc315e6f8932e7194a543041180eba5f467983030bedcae4185ee56d6f84d21", kill_on_drop: false }` [INFO] [stdout] 8bc315e6f8932e7194a543041180eba5f467983030bedcae4185ee56d6f84d21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 96f58ede68b60c485a274d77f929ad09c526d3a6e21847ae9b9a4fe8210bb188 [INFO] running `Command { std: "docker" "start" "-a" "96f58ede68b60c485a274d77f929ad09c526d3a6e21847ae9b9a4fe8210bb188", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling simdty v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> build.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | fn simd_type(w: &mut Write, t: &str, width: u32, length: u32) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 | fn simd_type(w: &mut dyn Write, t: &str, width: u32, length: u32) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 2 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] = note: `#[deny(conflicting_repr_hints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 7 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 12 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 17 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 22 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 27 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 32 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 37 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 42 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 47 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 52 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 57 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 62 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 67 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 72 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 76 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 77 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 82 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:86:8 [INFO] [stdout] | [INFO] [stdout] 86 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 87 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 92 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 97 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 102 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:106:8 [INFO] [stdout] | [INFO] [stdout] 106 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 107 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:111:8 [INFO] [stdout] | [INFO] [stdout] 111 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 112 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 116 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 117 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 122 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:126:8 [INFO] [stdout] | [INFO] [stdout] 126 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 127 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:131:8 [INFO] [stdout] | [INFO] [stdout] 131 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 132 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:136:8 [INFO] [stdout] | [INFO] [stdout] 136 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 137 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 142 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:146:8 [INFO] [stdout] | [INFO] [stdout] 146 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 147 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 152 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 157 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 162 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:166:8 [INFO] [stdout] | [INFO] [stdout] 166 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 167 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:171:8 [INFO] [stdout] | [INFO] [stdout] 171 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 172 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:176:8 [INFO] [stdout] | [INFO] [stdout] 176 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 177 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 182 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 186 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 187 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:191:8 [INFO] [stdout] | [INFO] [stdout] 191 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 192 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:196:8 [INFO] [stdout] | [INFO] [stdout] 196 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 197 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:201:8 [INFO] [stdout] | [INFO] [stdout] 201 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 202 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:206:8 [INFO] [stdout] | [INFO] [stdout] 206 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 207 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:211:8 [INFO] [stdout] | [INFO] [stdout] 211 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 212 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:216:8 [INFO] [stdout] | [INFO] [stdout] 216 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 217 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:221:8 [INFO] [stdout] | [INFO] [stdout] 221 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 222 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:226:8 [INFO] [stdout] | [INFO] [stdout] 226 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 227 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:231:8 [INFO] [stdout] | [INFO] [stdout] 231 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 232 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:236:8 [INFO] [stdout] | [INFO] [stdout] 236 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 237 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:241:8 [INFO] [stdout] | [INFO] [stdout] 241 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 242 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:246:8 [INFO] [stdout] | [INFO] [stdout] 246 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 247 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:251:8 [INFO] [stdout] | [INFO] [stdout] 251 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 252 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 256 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 257 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:261:8 [INFO] [stdout] | [INFO] [stdout] 261 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 262 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:266:8 [INFO] [stdout] | [INFO] [stdout] 266 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 267 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:271:8 [INFO] [stdout] | [INFO] [stdout] 271 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 272 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:276:8 [INFO] [stdout] | [INFO] [stdout] 276 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 277 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:281:8 [INFO] [stdout] | [INFO] [stdout] 281 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 282 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:286:8 [INFO] [stdout] | [INFO] [stdout] 286 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 287 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:291:8 [INFO] [stdout] | [INFO] [stdout] 291 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 292 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:296:8 [INFO] [stdout] | [INFO] [stdout] 296 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 297 | #[repr(simd)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #68585 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct i8x2(pub i8, pub i8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct i16x2(pub i16, pub i16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct i32x2(pub i32, pub i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct i64x2(pub i64, pub i64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct u8x2(pub u8, pub u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct u16x2(pub u16, pub u16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct u32x2(pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct u64x2(pub u64, pub u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct f32x2(pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct f64x2(pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct i8x4(pub i8, pub i8, pub i8, pub i8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct i16x4(pub i16, pub i16, pub i16, pub i16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct i32x4(pub i32, pub i32, pub i32, pub i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct i64x4(pub i64, pub i64, pub i64, pub i64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub struct u8x4(pub u8, pub u8, pub u8, pub u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct u16x4(pub u16, pub u16, pub u16, pub u16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct u32x4(pub u32, pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | pub struct u64x4(pub u64, pub u64, pub u64, pub u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | pub struct f32x4(pub f32, pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct f64x4(pub f64, pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | pub struct i8x8(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub struct i16x8(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct i32x8(pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct i64x8(pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | pub struct u8x8(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | pub struct u16x8(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:135:1 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct u32x8(pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | pub struct u64x8(pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | pub struct f32x8(pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | pub struct f64x8(pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | pub struct i8x16(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:160:1 [INFO] [stdout] | [INFO] [stdout] 160 | pub struct i16x16(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct i32x16(pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:170:1 [INFO] [stdout] | [INFO] [stdout] 170 | pub struct i64x16(pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub struct u8x16(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub struct u16x16(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub struct u32x16(pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:190:1 [INFO] [stdout] | [INFO] [stdout] 190 | pub struct u64x16(pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub struct f32x16(pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | pub struct f64x16(pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | pub struct i8x32(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:210:1 [INFO] [stdout] | [INFO] [stdout] 210 | pub struct i16x32(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:215:1 [INFO] [stdout] | [INFO] [stdout] 215 | pub struct i32x32(pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | pub struct i64x32(pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | pub struct u8x32(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub struct u16x32(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | pub struct u32x32(pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:240:1 [INFO] [stdout] | [INFO] [stdout] 240 | pub struct u64x32(pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:245:1 [INFO] [stdout] | [INFO] [stdout] 245 | pub struct f32x32(pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | pub struct f64x32(pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | pub struct i8x64(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | pub struct i16x64(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | pub struct i32x64(pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pub i32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct i64x64(pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | pub struct u8x64(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ------ not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:280:1 [INFO] [stdout] | [INFO] [stdout] 280 | pub struct u16x64(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | pub struct u32x64(pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | pub struct u64x64(pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pub u64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | pub struct f32x64(pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/simdty-cf211f9feed5a341/out/types.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | pub struct f64x64(pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0076, E0566. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0076`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simdty` (lib) due to 180 previous errors [INFO] running `Command { std: "docker" "inspect" "96f58ede68b60c485a274d77f929ad09c526d3a6e21847ae9b9a4fe8210bb188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f58ede68b60c485a274d77f929ad09c526d3a6e21847ae9b9a4fe8210bb188", kill_on_drop: false }` [INFO] [stdout] 96f58ede68b60c485a274d77f929ad09c526d3a6e21847ae9b9a4fe8210bb188