[INFO] fetching crate objecthash 0.4.1... [INFO] testing objecthash-0.4.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate objecthash 0.4.1 into /workspace/builds/worker-63/source [INFO] validating manifest of crates.io crate objecthash 0.4.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate objecthash 0.4.1 [INFO] finished tweaking crates.io crate objecthash 0.4.1 [INFO] tweaked toml for crates.io crate objecthash 0.4.1 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd8043e18c219aaba352664a2e4d6f148f120298c11864d64d51ce78cd4500a9 [INFO] running `Command { std: "docker" "start" "-a" "cd8043e18c219aaba352664a2e4d6f148f120298c11864d64d51ce78cd4500a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd8043e18c219aaba352664a2e4d6f148f120298c11864d64d51ce78cd4500a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd8043e18c219aaba352664a2e4d6f148f120298c11864d64d51ce78cd4500a9", kill_on_drop: false }` [INFO] [stdout] cd8043e18c219aaba352664a2e4d6f148f120298c11864d64d51ce78cd4500a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a304345c4b23fcf235156d10bc1c14c908104ca1cdbaa0a66be34fbba516da40 [INFO] running `Command { std: "docker" "start" "-a" "a304345c4b23fcf235156d10bc1c14c908104ca1cdbaa0a66be34fbba516da40", 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.119 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling objecthash v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0615]: attempted to take value of method `algorithm` on type `hasher::ring::ring::digest::Context` [INFO] [stdout] --> src/hasher/ring.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | self.ctx.algorithm.output_len [INFO] [stdout] | ^^^^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 25 | self.ctx.algorithm().output_len [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `algorithm` on type `hasher::ring::ring::digest::Context` [INFO] [stdout] --> src/hasher/ring.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | let mut nested_hasher = Hasher::new(self.ctx.algorithm); [INFO] [stdout] | ^^^^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 37 | let mut nested_hasher = Hasher::new(self.ctx.algorithm()); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0615`. [INFO] [stdout] [INFO] [stderr] error: could not compile `objecthash` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a304345c4b23fcf235156d10bc1c14c908104ca1cdbaa0a66be34fbba516da40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a304345c4b23fcf235156d10bc1c14c908104ca1cdbaa0a66be34fbba516da40", kill_on_drop: false }` [INFO] [stdout] a304345c4b23fcf235156d10bc1c14c908104ca1cdbaa0a66be34fbba516da40