[INFO] fetching crate simdty 0.0.6... [INFO] checking simdty-0.0.6 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate simdty 0.0.6 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate simdty 0.0.6 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8ced51de58731549a639b3217fa619b33dc67e2c07d3fd315bbbf35e7972fa7 [INFO] running `Command { std: "docker" "start" "-a" "a8ced51de58731549a639b3217fa619b33dc67e2c07d3fd315bbbf35e7972fa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8ced51de58731549a639b3217fa619b33dc67e2c07d3fd315bbbf35e7972fa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8ced51de58731549a639b3217fa619b33dc67e2c07d3fd315bbbf35e7972fa7", kill_on_drop: false }` [INFO] [stdout] a8ced51de58731549a639b3217fa619b33dc67e2c07d3fd315bbbf35e7972fa7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7950398579a78fe5125a5afc2d6213beb7107257a286773aa9d98e560766728f [INFO] running `Command { std: "docker" "start" "-a" "7950398579a78fe5125a5afc2d6213beb7107257a286773aa9d98e560766728f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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 an object-safe 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] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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[E0566]: conflicting representation hints [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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/debug/build/simdty-3a473653f13c1683/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] error: aborting due to 120 previous errors [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] [stdout] error: aborting due to 120 previous errors [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 181 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `simdty` (lib test) due to 181 previous errors [INFO] running `Command { std: "docker" "inspect" "7950398579a78fe5125a5afc2d6213beb7107257a286773aa9d98e560766728f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7950398579a78fe5125a5afc2d6213beb7107257a286773aa9d98e560766728f", kill_on_drop: false }` [INFO] [stdout] 7950398579a78fe5125a5afc2d6213beb7107257a286773aa9d98e560766728f