[INFO] fetching crate blake3-std 0.0.1... [INFO] testing blake3-std-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate blake3-std 0.0.1 into /workspace/builds/worker-97/source [INFO] validating manifest of crates.io crate blake3-std 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate blake3-std 0.0.1 [INFO] finished tweaking crates.io crate blake3-std 0.0.1 [INFO] tweaked toml for crates.io crate blake3-std 0.0.1 written to /workspace/builds/worker-97/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blake2 v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0597559dc3e1305583d366c0f5cbc0196c76a076f78ddbcf37805451791146f3 [INFO] running `Command { std: "docker" "start" "-a" "0597559dc3e1305583d366c0f5cbc0196c76a076f78ddbcf37805451791146f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0597559dc3e1305583d366c0f5cbc0196c76a076f78ddbcf37805451791146f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0597559dc3e1305583d366c0f5cbc0196c76a076f78ddbcf37805451791146f3", kill_on_drop: false }` [INFO] [stdout] 0597559dc3e1305583d366c0f5cbc0196c76a076f78ddbcf37805451791146f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48472b88b7d52d3f4e88fc6f8a78c923dba37c678c29af1b10ddf49c7c541cad [INFO] running `Command { std: "docker" "start" "-a" "48472b88b7d52d3f4e88fc6f8a78c923dba37c678c29af1b10ddf49c7c541cad", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling blake3-std v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(portable_simd)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(stdsimd)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(destructuring_assignment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(repr_simd)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(array_windows)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(stdarch)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:84:29 [INFO] [stdout] | [INFO] [stdout] 84 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:136:29 [INFO] [stdout] | [INFO] [stdout] 136 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:142:19 [INFO] [stdout] | [INFO] [stdout] 142 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:142:29 [INFO] [stdout] | [INFO] [stdout] 142 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:148:19 [INFO] [stdout] | [INFO] [stdout] 148 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:148:29 [INFO] [stdout] | [INFO] [stdout] 148 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 154 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:220:19 [INFO] [stdout] | [INFO] [stdout] 220 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:220:28 [INFO] [stdout] | [INFO] [stdout] 220 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:226:19 [INFO] [stdout] | [INFO] [stdout] 226 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:226:28 [INFO] [stdout] | [INFO] [stdout] 226 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:232:19 [INFO] [stdout] | [INFO] [stdout] 232 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:232:28 [INFO] [stdout] | [INFO] [stdout] 232 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:238:19 [INFO] [stdout] | [INFO] [stdout] 238 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:238:28 [INFO] [stdout] | [INFO] [stdout] 238 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:284:28 [INFO] [stdout] | [INFO] [stdout] 284 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:290:28 [INFO] [stdout] | [INFO] [stdout] 290 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:296:19 [INFO] [stdout] | [INFO] [stdout] 296 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:296:28 [INFO] [stdout] | [INFO] [stdout] 296 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:302:19 [INFO] [stdout] | [INFO] [stdout] 302 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:369:19 [INFO] [stdout] | [INFO] [stdout] 369 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:369:29 [INFO] [stdout] | [INFO] [stdout] 369 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:375:29 [INFO] [stdout] | [INFO] [stdout] 375 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:381:19 [INFO] [stdout] | [INFO] [stdout] 381 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:381:29 [INFO] [stdout] | [INFO] [stdout] 381 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:387:19 [INFO] [stdout] | [INFO] [stdout] 387 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:387:29 [INFO] [stdout] | [INFO] [stdout] 387 | let i = i >> 16 | i << (32 - 16); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:433:19 [INFO] [stdout] | [INFO] [stdout] 433 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:433:29 [INFO] [stdout] | [INFO] [stdout] 433 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:439:19 [INFO] [stdout] | [INFO] [stdout] 439 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:445:19 [INFO] [stdout] | [INFO] [stdout] 445 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:445:29 [INFO] [stdout] | [INFO] [stdout] 445 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:451:19 [INFO] [stdout] | [INFO] [stdout] 451 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:451:29 [INFO] [stdout] | [INFO] [stdout] 451 | let i = i >> 12 | i << (32 - 12); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:517:19 [INFO] [stdout] | [INFO] [stdout] 517 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:517:28 [INFO] [stdout] | [INFO] [stdout] 517 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:523:19 [INFO] [stdout] | [INFO] [stdout] 523 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:529:19 [INFO] [stdout] | [INFO] [stdout] 529 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:529:28 [INFO] [stdout] | [INFO] [stdout] 529 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:535:19 [INFO] [stdout] | [INFO] [stdout] 535 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | let i = i >> 8 | i << (32 - 8); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:581:19 [INFO] [stdout] | [INFO] [stdout] 581 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:581:28 [INFO] [stdout] | [INFO] [stdout] 581 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:587:19 [INFO] [stdout] | [INFO] [stdout] 587 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:587:28 [INFO] [stdout] | [INFO] [stdout] 587 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:593:19 [INFO] [stdout] | [INFO] [stdout] 593 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:593:28 [INFO] [stdout] | [INFO] [stdout] 593 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd >> {integer}` [INFO] [stdout] --> src/arith.rs:599:19 [INFO] [stdout] | [INFO] [stdout] 599 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd >> {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shr<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Simd << {integer}` [INFO] [stdout] --> src/arith.rs:599:28 [INFO] [stdout] | [INFO] [stdout] 599 | let i = i >> 7 | i << (32 - 7); [INFO] [stdout] | ^^ no implementation for `Simd << {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Shl<{integer}>` is not implemented for `Simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 70 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blake3-std` due to 71 previous errors [INFO] running `Command { std: "docker" "inspect" "48472b88b7d52d3f4e88fc6f8a78c923dba37c678c29af1b10ddf49c7c541cad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48472b88b7d52d3f4e88fc6f8a78c923dba37c678c29af1b10ddf49c7c541cad", kill_on_drop: false }` [INFO] [stdout] 48472b88b7d52d3f4e88fc6f8a78c923dba37c678c29af1b10ddf49c7c541cad