[INFO] fetching crate ahsah 1.0.0...
[INFO] checking ahsah-1.0.0 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate ahsah 1.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate ahsah 1.0.0 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate ahsah 1.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ahsah 1.0.0
[INFO] tweaked toml for crates.io crate ahsah 1.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate ahsah 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 186ab631435280525ca158ed6339f4929ffde4ffb8833f6c8e4d2469ab14527f
[INFO] running `Command { std: "docker" "start" "-a" "186ab631435280525ca158ed6339f4929ffde4ffb8833f6c8e4d2469ab14527f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "186ab631435280525ca158ed6339f4929ffde4ffb8833f6c8e4d2469ab14527f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "186ab631435280525ca158ed6339f4929ffde4ffb8833f6c8e4d2469ab14527f", kill_on_drop: false }`
[INFO] [stdout] 186ab631435280525ca158ed6339f4929ffde4ffb8833f6c8e4d2469ab14527f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4266ad23518cc59444abf962b2abffd3f6352e2c9399e7c4e575e3930340bce5
[INFO] running `Command { std: "docker" "start" "-a" "4266ad23518cc59444abf962b2abffd3f6352e2c9399e7c4e575e3930340bce5", kill_on_drop: false }`
[INFO] [stderr]     Checking ahsah v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `ahsah::utils::Args`, `ahsah::utils::HashingAlgo`
[INFO] [stdout]   --> examples/file-hasher.rs:3:13
[INFO] [stdout]    |
[INFO] [stdout] 3  |     utils::{Args, HashingAlgo::*},
[INFO] [stdout]    |             ^^^^  ^^^^^^^^^^^ could not find `HashingAlgo` in `utils`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             no `Args` in `utils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this struct instead:
[INFO] [stdout]            std::env::Args
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/utils.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Args {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    = note: the item is gated behind the `args` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `clap`
[INFO] [stdout]  --> examples/file-hasher.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use clap::Parser;
[INFO] [stdout]   |     ^^^^ use of undeclared crate or module `clap`
[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 E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahsah` (example "file-hasher") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4266ad23518cc59444abf962b2abffd3f6352e2c9399e7c4e575e3930340bce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4266ad23518cc59444abf962b2abffd3f6352e2c9399e7c4e575e3930340bce5", kill_on_drop: false }`
[INFO] [stdout] 4266ad23518cc59444abf962b2abffd3f6352e2c9399e7c4e575e3930340bce5
