[INFO] fetching crate yar-hash 0.1.0... [INFO] testing yar-hash-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate yar-hash 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate yar-hash 0.1.0 [INFO] finished tweaking crates.io crate yar-hash 0.1.0 [INFO] tweaked toml for crates.io crate yar-hash 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yar-hash 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 48 packages to latest compatible versions [INFO] [stderr] Adding scroll v0.11.0 (available: v0.13.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6263ecc2cb9fc6fb0d9eeab3f7182d32d7f578391852e353ddfa53088bd96330 [INFO] running `Command { std: "docker" "start" "-a" "6263ecc2cb9fc6fb0d9eeab3f7182d32d7f578391852e353ddfa53088bd96330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6263ecc2cb9fc6fb0d9eeab3f7182d32d7f578391852e353ddfa53088bd96330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6263ecc2cb9fc6fb0d9eeab3f7182d32d7f578391852e353ddfa53088bd96330", kill_on_drop: false }` [INFO] [stdout] 6263ecc2cb9fc6fb0d9eeab3f7182d32d7f578391852e353ddfa53088bd96330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 122ceca33e62e78f34cd37eba52ed12fa49a4eee7f70037a6e2372c59cdc1ad9 [INFO] running `Command { std: "docker" "start" "-a" "122ceca33e62e78f34cd37eba52ed12fa49a4eee7f70037a6e2372c59cdc1ad9", kill_on_drop: false }` [INFO] [stderr] Compiling scroll v0.11.0 [INFO] [stderr] Compiling yzb64 v0.1.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling yar-hash v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `yzb64::base64::decode_engine`: Use Engine::decode [INFO] [stdout] --> src/lib.rs:11:38 [INFO] [stdout] | [INFO] [stdout] 11 | pub use yzb64::{B64_ENGINE, base64::{decode_engine as b64_decode, encode_engine as b64_encode}}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `yzb64::base64::encode_engine`: Use Engine::encode [INFO] [stdout] --> src/lib.rs:11:67 [INFO] [stdout] | [INFO] [stdout] 11 | pub use yzb64::{B64_ENGINE, base64::{decode_engine as b64_decode, encode_engine as b64_encode}}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `yzb64::base64::decode_engine`: Use Engine::decode [INFO] [stdout] --> src/b64.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | base64::decode_engine(s, &*B64_ENGINE)? [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/b64.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | base64::display::Base64Display::from(&self.0, &*B64_ENGINE).fmt(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------ unexpected argument #2 of type `&GeneralPurpose` [INFO] [stdout] | [INFO] [stdout] note: expected `Base64Display<'_, '_, _>`, found `&[u8; 32]` [INFO] [stdout] --> src/b64.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 8 | base64::display::Base64Display::from(&self.0, &*B64_ENGINE).fmt(f) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: expected struct `Base64Display<'_, '_, _>` [INFO] [stdout] found reference `&[u8; 32]` [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/convert/mod.rs:592:8 [INFO] [stdout] help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] 8 - base64::display::Base64Display::from(&self.0, &*B64_ENGINE).fmt(f) [INFO] [stdout] 8 + base64::display::Base64Display::from(/* value */).fmt(f) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yar-hash` (lib) due to 1 previous error; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "122ceca33e62e78f34cd37eba52ed12fa49a4eee7f70037a6e2372c59cdc1ad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "122ceca33e62e78f34cd37eba52ed12fa49a4eee7f70037a6e2372c59cdc1ad9", kill_on_drop: false }` [INFO] [stdout] 122ceca33e62e78f34cd37eba52ed12fa49a4eee7f70037a6e2372c59cdc1ad9