[INFO] cloning repository https://github.com/terryhash/wagyu-model [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terryhash/wagyu-model" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterryhash%2Fwagyu-model", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterryhash%2Fwagyu-model'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dde7c79c9dad4a0899fe9acb38e29f9aeec24bd1 [INFO] checking terryhash/wagyu-model against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterryhash%2Fwagyu-model" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/terryhash/wagyu-model on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/terryhash/wagyu-model [INFO] finished tweaking git repo https://github.com/terryhash/wagyu-model [INFO] tweaked toml for git repo https://github.com/terryhash/wagyu-model written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/terryhash/wagyu-model already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bdc49c7eb13d980f0f2e694d4990cbe63da971fed7458a8a0ebcd24086e30b9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2bdc49c7eb13d980f0f2e694d4990cbe63da971fed7458a8a0ebcd24086e30b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bdc49c7eb13d980f0f2e694d4990cbe63da971fed7458a8a0ebcd24086e30b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bdc49c7eb13d980f0f2e694d4990cbe63da971fed7458a8a0ebcd24086e30b9", kill_on_drop: false }` [INFO] [stdout] 2bdc49c7eb13d980f0f2e694d4990cbe63da971fed7458a8a0ebcd24086e30b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ae3af3f6d2178fd39fa1e8555f13f4f3c42518fa529e3b68f5265c68963000c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1ae3af3f6d2178fd39fa1e8555f13f4f3c42518fa529e3b68f5265c68963000c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking futures-core v0.3.14 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking futures-task v0.3.14 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking pin-project-lite v0.1.12 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking bech32 v0.6.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking rlp v0.4.6 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking fixed-hash v0.6.1 [INFO] [stderr] Checking ff v0.6.0 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking impl-rlp v0.2.1 [INFO] [stderr] Checking uint v0.8.5 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking primitive-types v0.7.3 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking hmac-drbg v0.2.0 [INFO] [stderr] Checking ethbloom v0.9.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking ethereum-types v0.9.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking futures-util v0.3.14 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking base58-monero v0.2.1 [INFO] [stderr] Checking wagyu-model v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `decode` in crate `hex` [INFO] [stdout] --> src/utilities/crypto.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | let entropy = hex::decode(data).expect("hex decode failed"); [INFO] [stdout] | ^^^^^^ not found in `hex` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 15 | use base58_monero::decode; [INFO] [stdout] | [INFO] [stdout] 15 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] 15 | use rlp::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `decode` in crate `hex` [INFO] [stdout] --> src/utilities/crypto.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | let entropy = hex::decode(data).expect("hex decode failed"); [INFO] [stdout] | ^^^^^^ not found in `hex` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 15 | use base58_monero::decode; [INFO] [stdout] | [INFO] [stdout] 15 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] 15 | use rlp::decode; [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 E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wagyu-model` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "1ae3af3f6d2178fd39fa1e8555f13f4f3c42518fa529e3b68f5265c68963000c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ae3af3f6d2178fd39fa1e8555f13f4f3c42518fa529e3b68f5265c68963000c", kill_on_drop: false }` [INFO] [stdout] 1ae3af3f6d2178fd39fa1e8555f13f4f3c42518fa529e3b68f5265c68963000c