[INFO] fetching crate librsyncr 0.1.1...
[INFO] testing librsyncr-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate librsyncr 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate librsyncr 0.1.1
[INFO] finished tweaking crates.io crate librsyncr 0.1.1
[INFO] tweaked toml for crates.io crate librsyncr 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate librsyncr 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate librsyncr 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 902fa55ae0b4b60edab59a48029c15e3b2da7c7c9e560846ec02e6e1f9bd491d
[INFO] running `Command { std: "docker" "start" "-a" "902fa55ae0b4b60edab59a48029c15e3b2da7c7c9e560846ec02e6e1f9bd491d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "902fa55ae0b4b60edab59a48029c15e3b2da7c7c9e560846ec02e6e1f9bd491d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "902fa55ae0b4b60edab59a48029c15e3b2da7c7c9e560846ec02e6e1f9bd491d", kill_on_drop: false }`
[INFO] [stdout] 902fa55ae0b4b60edab59a48029c15e3b2da7c7c9e560846ec02e6e1f9bd491d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8708056d12481e0efa915a36574b8b4f5b1809bca902db8a23e6c9f815f6cc3
[INFO] running `Command { std: "docker" "start" "-a" "b8708056d12481e0efa915a36574b8b4f5b1809bca902db8a23e6c9f815f6cc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling arrayvec v0.4.11
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling byteorder v1.2.1
[INFO] [stderr]    Compiling constant_time_eq v0.1.3
[INFO] [stderr]    Compiling rustc-hash v1.0.1
[INFO] [stderr]    Compiling blake2-rfc v0.2.18
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/lib.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | #![cfg_attr(feature = "simd", feature(platform_intrinsics, repr_simd))]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in 1.78.0; see <https://github.com/rust-lang/rust/pull/121516> for more information
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern "platform-intrinsic" {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]    |
[INFO] [stdout]    = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdty.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub struct Simd2<T>(pub T, pub T);
[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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdty.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub struct Simd4<T>(pub T, pub T, pub T, pub T);
[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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdty.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub struct Simd8<T>(pub T, pub T, pub T, pub T,
[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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdty.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub struct Simd16<T>(pub T, pub T, pub T, pub T,
[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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdty.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub struct Simd32<T>(pub T, pub T, pub T, pub T,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ ----- not an array
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn simd_add<T>(x: T, y: T) -> T;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn simd_shl<T>(x: T, y: T) -> T;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn simd_shr<T>(x: T, y: T) -> T;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn simd_xor<T>(x: T, y: T) -> T;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn simd_shuffle2<T, U>(v: T, w: T, idx: [u32; 2]) -> U;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn simd_shuffle4<T, U>(v: T, w: T, idx: [u32; 4]) -> U;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn simd_shuffle8<T, U>(v: T, w: T, idx: [u32; 8]) -> U;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn simd_shuffle16<T, U>(v: T, w: T, idx: [u32; 16]) -> U;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simdint.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn simd_shuffle32<T, U>(v: T, w: T, idx: [u32; 32]) -> U;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]    |
[INFO] [stdout]    = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | /         transmute_shuffle!(u8x16, simd_shuffle16, vec,
[INFO] [stdout] 42 | |                            [ 2,  3,  0,  1,
[INFO] [stdout] 43 | |                              6,  7,  4,  5,
[INFO] [stdout] 44 | |                             10, 11,  8,  9,
[INFO] [stdout] 45 | |                             14, 15, 12, 13])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd16<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | /         transmute_shuffle!(u8x16, simd_shuffle16, vec,
[INFO] [stdout] 42 | |                            [ 2,  3,  0,  1,
[INFO] [stdout] 43 | |                              6,  7,  4,  5,
[INFO] [stdout] 44 | |                             10, 11,  8,  9,
[INFO] [stdout] 45 | |                             14, 15, 12, 13])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd16<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | /         transmute_shuffle!(u16x8, simd_shuffle8, vec,
[INFO] [stdout] 49 | |                            [1, 0,
[INFO] [stdout] 50 | |                             3, 2,
[INFO] [stdout] 51 | |                             5, 4,
[INFO] [stdout] 52 | |                             7, 6])
[INFO] [stdout]    | |__________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd8<u16>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | /         transmute_shuffle!(u16x8, simd_shuffle8, vec,
[INFO] [stdout] 49 | |                            [1, 0,
[INFO] [stdout] 50 | |                             3, 2,
[INFO] [stdout] 51 | |                             5, 4,
[INFO] [stdout] 52 | |                             7, 6])
[INFO] [stdout]    | |__________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd8<u16>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | /         transmute_shuffle!(u8x16, simd_shuffle16, vec,
[INFO] [stdout] 64 | |                            [ 1,  2,  3,  0,
[INFO] [stdout] 65 | |                              5,  6,  7,  4,
[INFO] [stdout] 66 | |                              9, 10, 11,  8,
[INFO] [stdout] 67 | |                             13, 14, 15, 12])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd16<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u32x4.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | /         transmute_shuffle!(u8x16, simd_shuffle16, vec,
[INFO] [stdout] 64 | |                            [ 1,  2,  3,  0,
[INFO] [stdout] 65 | |                              5,  6,  7,  4,
[INFO] [stdout] 66 | |                              9, 10, 11,  8,
[INFO] [stdout] 67 | |                             13, 14, 15, 12])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd16<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         transmute_shuffle!(u32x8, simd_shuffle8, vec,
[INFO] [stdout] 43 | |                            [1, 0,
[INFO] [stdout] 44 | |                             3, 2,
[INFO] [stdout] 45 | |                             5, 4,
[INFO] [stdout] 46 | |                             7, 6])
[INFO] [stdout]    | |__________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd8<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         transmute_shuffle!(u32x8, simd_shuffle8, vec,
[INFO] [stdout] 43 | |                            [1, 0,
[INFO] [stdout] 44 | |                             3, 2,
[INFO] [stdout] 45 | |                             5, 4,
[INFO] [stdout] 46 | |                             7, 6])
[INFO] [stdout]    | |__________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd8<u32>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         transmute_shuffle!(u8x32, simd_shuffle32, vec,
[INFO] [stdout] 63 | |                            [ 3,  4,  5,  6,  7,  0,  1,  2,
[INFO] [stdout] 64 | |                             11, 12, 13, 14, 15,  8,  9, 10,
[INFO] [stdout] 65 | |                             19, 20, 21, 22, 23, 16, 17, 18,
[INFO] [stdout] 66 | |                             27, 28, 29, 30, 31, 24, 25, 26])
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd32<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         transmute_shuffle!(u8x32, simd_shuffle32, vec,
[INFO] [stdout] 63 | |                            [ 3,  4,  5,  6,  7,  0,  1,  2,
[INFO] [stdout] 64 | |                             11, 12, 13, 14, 15,  8,  9, 10,
[INFO] [stdout] 65 | |                             19, 20, 21, 22, 23, 16, 17, 18,
[INFO] [stdout] 66 | |                             27, 28, 29, 30, 31, 24, 25, 26])
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd32<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | /         transmute_shuffle!(u8x32, simd_shuffle32, vec,
[INFO] [stdout] 83 | |                            [ 2,  3,  4,  5,  6,  7,  0,  1,
[INFO] [stdout] 84 | |                             10, 11, 12, 13, 14, 15,  8,  9,
[INFO] [stdout] 85 | |                             18, 19, 20, 21, 22, 23, 16, 17,
[INFO] [stdout] 86 | |                             26, 27, 28, 29, 30, 31, 24, 25])
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd32<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | /         transmute_shuffle!(u8x32, simd_shuffle32, vec,
[INFO] [stdout] 83 | |                            [ 2,  3,  4,  5,  6,  7,  0,  1,
[INFO] [stdout] 84 | |                             10, 11, 12, 13, 14, 15,  8,  9,
[INFO] [stdout] 85 | |                             18, 19, 20, 21, 22, 23, 16, 17,
[INFO] [stdout] 86 | |                             26, 27, 28, 29, 30, 31, 24, 25])
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd32<u8>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |               let tmp_i: $tmp = transmute($vec);
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 | /         transmute_shuffle!(u16x16, simd_shuffle16, vec,
[INFO] [stdout] 90 | |                            [ 1,  2,  3,  0,
[INFO] [stdout] 91 | |                              5,  6,  7,  4,
[INFO] [stdout] 92 | |                              9, 10, 11,  8,
[INFO] [stdout] 93 | |                             13, 14, 15, 12])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd16<u16>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/mod.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |               transmute(tmp_o)
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-rfc-0.2.18/src/simd_opt/u64x4.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 | /         transmute_shuffle!(u16x16, simd_shuffle16, vec,
[INFO] [stdout] 90 | |                            [ 1,  2,  3,  0,
[INFO] [stdout] 91 | |                              5,  6,  7,  4,
[INFO] [stdout] 92 | |                              9, 10, 11,  8,
[INFO] [stdout] 93 | |                             13, 14, 15, 12])
[INFO] [stdout]    | |____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Simd16<u16>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `Simd4<u64>` (the type has an unknown layout)
[INFO] [stdout]    = note: this error originates in the macro `transmute_shuffle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0044, E0076, E0512, E0557, E0703.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0044`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake2-rfc` (lib) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "b8708056d12481e0efa915a36574b8b4f5b1809bca902db8a23e6c9f815f6cc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8708056d12481e0efa915a36574b8b4f5b1809bca902db8a23e6c9f815f6cc3", kill_on_drop: false }`
[INFO] [stdout] b8708056d12481e0efa915a36574b8b4f5b1809bca902db8a23e6c9f815f6cc3
