[INFO] fetching crate cryprot-core 0.1.0...
[INFO] testing cryprot-core-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate cryprot-core 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate cryprot-core 0.1.0
[INFO] finished tweaking crates.io crate cryprot-core 0.1.0
[INFO] tweaked toml for crates.io crate cryprot-core 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cryprot-core 0.1.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 144 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.7.0)
[INFO] [stderr]       Adding hybrid-array v0.2.3 (available: v0.4.5)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding rand_core v0.6.4 (available: v0.9.3)
[INFO] [stderr]       Adding wide v0.7.33 (available: v0.8.2)
[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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4282e7d430d0dd4f8d9455d14c421eda813e97875d4e984d84031bc17eaa9c34
[INFO] running `Command { std: "docker" "start" "-a" "4282e7d430d0dd4f8d9455d14c421eda813e97875d4e984d84031bc17eaa9c34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4282e7d430d0dd4f8d9455d14c421eda813e97875d4e984d84031bc17eaa9c34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4282e7d430d0dd4f8d9455d14c421eda813e97875d4e984d84031bc17eaa9c34", kill_on_drop: false }`
[INFO] [stdout] 4282e7d430d0dd4f8d9455d14c421eda813e97875d4e984d84031bc17eaa9c34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 35ccc8bf5102be412ef163781df3d8992be8f239830b95dd7099d12e9a4cf191
[INFO] running `Command { std: "docker" "start" "-a" "35ccc8bf5102be412ef163781df3d8992be8f239830b95dd7099d12e9a4cf191", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling hybrid-array v0.4.5
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.5
[INFO] [stderr]    Compiling inout v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.5.0-rc.2
[INFO] [stderr]    Compiling aes v0.9.0-rc.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling hybrid-array v0.2.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling cryprot-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: NoUninit` is not satisfied
[INFO] [stdout]    --> src/aes_hash.rs:67:42
[INFO] [stdout]     |
[INFO] [stdout]  67 |         let out_aes: &mut [aes::Block] = bytemuck::cast_slice_mut(out);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `NoUninit`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice_mut`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:421:6
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub fn cast_slice_mut<
[INFO] [stdout]     |        -------------- required by a bound in this function
[INFO] [stdout] 420 |   A: NoUninit + AnyBitPattern,
[INFO] [stdout] 421 |   B: NoUninit + AnyBitPattern,
[INFO] [stdout]     |      ^^^^^^^^ required by this bound in `cast_slice_mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: AnyBitPattern` is not satisfied
[INFO] [stdout]    --> src/aes_hash.rs:79:37
[INFO] [stdout]     |
[INFO] [stdout]  79 |                 .encrypt_blocks_b2b(bytemuck::cast_slice(chunk), &mut tmp[..chunk.len()])
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `AnyBitPattern`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:408:35
[INFO] [stdout]     |
[INFO] [stdout] 408 | pub fn cast_slice<A: NoUninit, B: AnyBitPattern>(a: &[A]) -> &[B] {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^ required by this bound in `cast_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: AnyBitPattern` is not satisfied
[INFO] [stdout]    --> src/aes_hash.rs:92:37
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 .encrypt_blocks_b2b(bytemuck::cast_slice(chunk), &mut tmp[..chunk.len()])
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `AnyBitPattern`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:408:35
[INFO] [stdout]     |
[INFO] [stdout] 408 | pub fn cast_slice<A: NoUninit, B: AnyBitPattern>(a: &[A]) -> &[B] {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^ required by this bound in `cast_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: NoUninit` is not satisfied
[INFO] [stdout]    --> src/aes_hash.rs:101:37
[INFO] [stdout]     |
[INFO] [stdout] 101 |             self.aes.encrypt_blocks(bytemuck::cast_slice_mut(chunk));
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `NoUninit`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice_mut`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:421:6
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub fn cast_slice_mut<
[INFO] [stdout]     |        -------------- required by a bound in this function
[INFO] [stdout] 420 |   A: NoUninit + AnyBitPattern,
[INFO] [stdout] 421 |   B: NoUninit + AnyBitPattern,
[INFO] [stdout]     |      ^^^^^^^^ required by this bound in `cast_slice_mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: NoUninit` is not satisfied
[INFO] [stdout]    --> src/aes_rng.rs:42:52
[INFO] [stdout]     |
[INFO] [stdout]  42 |         let blocks = bytemuck::cast_slice_mut::<_, aes::Block>(block_bytes);
[INFO] [stdout]     |                                                    ^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `NoUninit`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice_mut`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:421:6
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub fn cast_slice_mut<
[INFO] [stdout]     |        -------------- required by a bound in this function
[INFO] [stdout] 420 |   A: NoUninit + AnyBitPattern,
[INFO] [stdout] 421 |   B: NoUninit + AnyBitPattern,
[INFO] [stdout]     |      ^^^^^^^^ required by this bound in `cast_slice_mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>: NoUninit` is not satisfied
[INFO] [stdout]    --> src/aes_rng.rs:121:52
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let blocks = bytemuck::cast_slice_mut::<_, aes::Block>(results.as_mut());
[INFO] [stdout]     |                                                    ^^^^^^^^^^ the trait `Pod` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Pod`:
[INFO] [stdout]               ()
[INFO] [stdout]               Block
[INFO] [stdout]               ManuallyDrop<T>
[INFO] [stdout]               PhantomData<T>
[INFO] [stdout]               PhantomPinned
[INFO] [stdout]               Wrapping<T>
[INFO] [stdout]               [T; 0]
[INFO] [stdout]               [T; 1024]
[INFO] [stdout]             and 87 others
[INFO] [stdout]     = note: required for `Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>` to implement `NoUninit`
[INFO] [stdout] note: required by a bound in `bytemuck::cast_slice_mut`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs:421:6
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub fn cast_slice_mut<
[INFO] [stdout]     |        -------------- required by a bound in this function
[INFO] [stdout] 420 |   A: NoUninit + AnyBitPattern,
[INFO] [stdout] 421 |   B: NoUninit + AnyBitPattern,
[INFO] [stdout]     |      ^^^^^^^^ required by this bound in `cast_slice_mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/block/gf128.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cryprot-core` (lib) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "35ccc8bf5102be412ef163781df3d8992be8f239830b95dd7099d12e9a4cf191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35ccc8bf5102be412ef163781df3d8992be8f239830b95dd7099d12e9a4cf191", kill_on_drop: false }`
[INFO] [stdout] 35ccc8bf5102be412ef163781df3d8992be8f239830b95dd7099d12e9a4cf191
