[INFO] crate simdty 0.0.6 is already in cache
[INFO] checking simdty-0.0.6 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate simdty 0.0.6 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate simdty 0.0.6 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 5ff78d6dead7e5cdf0aa383d4cdac8863ebb8953a5695dc065ecd2bc0a4bf3bd
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "5ff78d6dead7e5cdf0aa383d4cdac8863ebb8953a5695dc065ecd2bc0a4bf3bd"`
[INFO] [stderr]    Compiling simdty v0.0.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> build.rs:6:22
[INFO] [stderr]   |
[INFO] [stderr] 6 | fn simd_type(w: &mut Write, t: &str, width: u32, length: u32) {
[INFO] [stderr]   |                      ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:1:8
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[repr(C)]
[INFO] [stderr]   |        ^
[INFO] [stderr] 2 | #[repr(simd)]
[INFO] [stderr]   |        ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(conflicting_repr_hints)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[repr(C)]
[INFO] [stderr]   |        ^
[INFO] [stderr] 7 | #[repr(simd)]
[INFO] [stderr]   |        ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 12 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 17 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:21:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 22 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 27 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 32 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 37 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:41:8
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 42 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:46:8
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 47 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 52 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:56:8
[INFO] [stderr]    |
[INFO] [stderr] 56 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 57 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:61:8
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 62 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:66:8
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 67 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:71:8
[INFO] [stderr]    |
[INFO] [stderr] 71 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 72 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:76:8
[INFO] [stderr]    |
[INFO] [stderr] 76 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 77 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:81:8
[INFO] [stderr]    |
[INFO] [stderr] 81 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 82 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:86:8
[INFO] [stderr]    |
[INFO] [stderr] 86 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 87 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:91:8
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 92 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:96:8
[INFO] [stderr]    |
[INFO] [stderr] 96 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 97 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 102 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:106:8
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 107 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:111:8
[INFO] [stderr]     |
[INFO] [stderr] 111 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 112 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:116:8
[INFO] [stderr]     |
[INFO] [stderr] 116 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 117 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:121:8
[INFO] [stderr]     |
[INFO] [stderr] 121 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 122 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:126:8
[INFO] [stderr]     |
[INFO] [stderr] 126 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 127 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:131:8
[INFO] [stderr]     |
[INFO] [stderr] 131 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 132 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:136:8
[INFO] [stderr]     |
[INFO] [stderr] 136 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 137 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:141:8
[INFO] [stderr]     |
[INFO] [stderr] 141 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 142 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:146:8
[INFO] [stderr]     |
[INFO] [stderr] 146 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 147 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:151:8
[INFO] [stderr]     |
[INFO] [stderr] 151 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 152 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 157 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:161:8
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 162 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:166:8
[INFO] [stderr]     |
[INFO] [stderr] 166 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 167 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:171:8
[INFO] [stderr]     |
[INFO] [stderr] 171 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 172 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:176:8
[INFO] [stderr]     |
[INFO] [stderr] 176 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 177 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:181:8
[INFO] [stderr]     |
[INFO] [stderr] 181 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 182 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:186:8
[INFO] [stderr]     |
[INFO] [stderr] 186 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 187 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:191:8
[INFO] [stderr]     |
[INFO] [stderr] 191 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 192 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:196:8
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 197 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:201:8
[INFO] [stderr]     |
[INFO] [stderr] 201 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 202 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:206:8
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 207 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:211:8
[INFO] [stderr]     |
[INFO] [stderr] 211 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 212 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:216:8
[INFO] [stderr]     |
[INFO] [stderr] 216 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 217 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:221:8
[INFO] [stderr]     |
[INFO] [stderr] 221 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 222 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:226:8
[INFO] [stderr]     |
[INFO] [stderr] 226 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 227 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:231:8
[INFO] [stderr]     |
[INFO] [stderr] 231 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 232 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:236:8
[INFO] [stderr]     |
[INFO] [stderr] 236 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 237 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:241:8
[INFO] [stderr]     |
[INFO] [stderr] 241 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 242 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:246:8
[INFO] [stderr]     |
[INFO] [stderr] 246 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 247 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:251:8
[INFO] [stderr]     |
[INFO] [stderr] 251 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 252 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:256:8
[INFO] [stderr]     |
[INFO] [stderr] 256 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 257 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:261:8
[INFO] [stderr]     |
[INFO] [stderr] 261 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 262 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:266:8
[INFO] [stderr]     |
[INFO] [stderr] 266 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 267 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:271:8
[INFO] [stderr]     |
[INFO] [stderr] 271 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 272 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:276:8
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 277 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:281:8
[INFO] [stderr]     |
[INFO] [stderr] 281 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 282 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:286:8
[INFO] [stderr]     |
[INFO] [stderr] 286 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 287 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:291:8
[INFO] [stderr]     |
[INFO] [stderr] 291 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 292 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:296:8
[INFO] [stderr]     |
[INFO] [stderr] 296 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 297 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:1:8
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[repr(C)]
[INFO] [stderr]   |        ^
[INFO] [stderr] 2 | #[repr(simd)]
[INFO] [stderr]   |        ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(conflicting_repr_hints)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[repr(C)]
[INFO] [stderr]   |        ^
[INFO] [stderr] 7 | #[repr(simd)]
[INFO] [stderr]   |        ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 12 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 17 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:21:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 22 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 27 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 32 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 37 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:41:8
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 42 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:46:8
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 47 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 52 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:56:8
[INFO] [stderr]    |
[INFO] [stderr] 56 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 57 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:61:8
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 62 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:66:8
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 67 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:71:8
[INFO] [stderr]    |
[INFO] [stderr] 71 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 72 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:76:8
[INFO] [stderr]    |
[INFO] [stderr] 76 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 77 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:81:8
[INFO] [stderr]    |
[INFO] [stderr] 81 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 82 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:86:8
[INFO] [stderr]    |
[INFO] [stderr] 86 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 87 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:91:8
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 92 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:96:8
[INFO] [stderr]    |
[INFO] [stderr] 96 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 97 | #[repr(simd)]
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 102 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:106:8
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 107 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:111:8
[INFO] [stderr]     |
[INFO] [stderr] 111 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 112 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:116:8
[INFO] [stderr]     |
[INFO] [stderr] 116 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 117 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:121:8
[INFO] [stderr]     |
[INFO] [stderr] 121 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 122 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:126:8
[INFO] [stderr]     |
[INFO] [stderr] 126 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 127 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:131:8
[INFO] [stderr]     |
[INFO] [stderr] 131 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 132 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:136:8
[INFO] [stderr]     |
[INFO] [stderr] 136 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 137 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:141:8
[INFO] [stderr]     |
[INFO] [stderr] 141 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 142 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:146:8
[INFO] [stderr]     |
[INFO] [stderr] 146 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 147 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:151:8
[INFO] [stderr]     |
[INFO] [stderr] 151 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 152 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 157 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:161:8
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 162 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:166:8
[INFO] [stderr]     |
[INFO] [stderr] 166 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 167 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:171:8
[INFO] [stderr]     |
[INFO] [stderr] 171 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 172 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:176:8
[INFO] [stderr]     |
[INFO] [stderr] 176 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 177 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:181:8
[INFO] [stderr]     |
[INFO] [stderr] 181 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 182 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:186:8
[INFO] [stderr]     |
[INFO] [stderr] 186 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 187 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:191:8
[INFO] [stderr]     |
[INFO] [stderr] 191 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 192 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:196:8
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 197 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:201:8
[INFO] [stderr]     |
[INFO] [stderr] 201 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 202 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:206:8
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 207 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:211:8
[INFO] [stderr]     |
[INFO] [stderr] 211 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 212 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:216:8
[INFO] [stderr]     |
[INFO] [stderr] 216 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 217 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:221:8
[INFO] [stderr]     |
[INFO] [stderr] 221 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 222 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:226:8
[INFO] [stderr]     |
[INFO] [stderr] 226 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 227 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:231:8
[INFO] [stderr]     |
[INFO] [stderr] 231 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 232 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:236:8
[INFO] [stderr]     |
[INFO] [stderr] 236 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 237 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:241:8
[INFO] [stderr]     |
[INFO] [stderr] 241 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 242 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:246:8
[INFO] [stderr]     |
[INFO] [stderr] 246 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 247 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:251:8
[INFO] [stderr]     |
[INFO] [stderr] 251 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 252 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:256:8
[INFO] [stderr]     |
[INFO] [stderr] 256 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 257 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:261:8
[INFO] [stderr]     |
[INFO] [stderr] 261 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 262 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:266:8
[INFO] [stderr]     |
[INFO] [stderr] 266 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 267 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:271:8
[INFO] [stderr]     |
[INFO] [stderr] 271 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 272 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:276:8
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 277 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:281:8
[INFO] [stderr]     |
[INFO] [stderr] 281 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 282 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:286:8
[INFO] [stderr]     |
[INFO] [stderr] 286 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 287 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:291:8
[INFO] [stderr]     |
[INFO] [stderr] 291 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 292 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error[E0566]: conflicting representation hints
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/simdty-b382cc7beb3f2cf2/out/types.rs:296:8
[INFO] [stderr]     |
[INFO] [stderr] 296 | #[repr(C)]
[INFO] [stderr]     |        ^
[INFO] [stderr] 297 | #[repr(simd)]
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 60 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0566`.
[INFO] [stderr] error: could not compile `simdty`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 60 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0566`.
[INFO] [stderr] error: could not compile `simdty`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5ff78d6dead7e5cdf0aa383d4cdac8863ebb8953a5695dc065ecd2bc0a4bf3bd"`
[INFO] running `"docker" "rm" "-f" "5ff78d6dead7e5cdf0aa383d4cdac8863ebb8953a5695dc065ecd2bc0a4bf3bd"`
[INFO] [stdout] 5ff78d6dead7e5cdf0aa383d4cdac8863ebb8953a5695dc065ecd2bc0a4bf3bd
