[INFO] cloning repository https://github.com/codeTIT4N/rust-blockchain [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codeTIT4N/rust-blockchain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcodeTIT4N%2Frust-blockchain", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcodeTIT4N%2Frust-blockchain'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e55f82f0c842b0ee81271fe3bdc636ffc85d756d [INFO] testing codeTIT4N/rust-blockchain against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcodeTIT4N%2Frust-blockchain" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/codeTIT4N/rust-blockchain on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/codeTIT4N/rust-blockchain [INFO] finished tweaking git repo https://github.com/codeTIT4N/rust-blockchain [INFO] tweaked toml for git repo https://github.com/codeTIT4N/rust-blockchain written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/codeTIT4N/rust-blockchain already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67ac0eb2a6dcf393e8659101d17d9475f2f4404fc16445b7702ad288f09d74a2 [INFO] running `Command { std: "docker" "start" "-a" "67ac0eb2a6dcf393e8659101d17d9475f2f4404fc16445b7702ad288f09d74a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67ac0eb2a6dcf393e8659101d17d9475f2f4404fc16445b7702ad288f09d74a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67ac0eb2a6dcf393e8659101d17d9475f2f4404fc16445b7702ad288f09d74a2", kill_on_drop: false }` [INFO] [stdout] 67ac0eb2a6dcf393e8659101d17d9475f2f4404fc16445b7702ad288f09d74a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 781faa9d77a741531bccc11412fe623c0fa31126432945f9173b53805e3f5235 [INFO] running `Command { std: "docker" "start" "-a" "781faa9d77a741531bccc11412fe623c0fa31126432945f9173b53805e3f5235", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling rust-blockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `BlockHash` in this scope [INFO] [stdout] --> src/block.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | pub hash: BlockHash, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BlockHash` in this scope [INFO] [stdout] --> src/block.rs:9:26 [INFO] [stdout] | [INFO] [stdout] 9 | pub prev_block_hash: BlockHash, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BlockHash` in this scope [INFO] [stdout] --> src/block.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 33 | prev_block_hash: BlockHash, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BlockHash` in this scope [INFO] [stdout] --> src/block.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn check_difficulty(hash: &BlockHash, difficulty: u128) -> bool { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-blockchain` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "781faa9d77a741531bccc11412fe623c0fa31126432945f9173b53805e3f5235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "781faa9d77a741531bccc11412fe623c0fa31126432945f9173b53805e3f5235", kill_on_drop: false }` [INFO] [stdout] 781faa9d77a741531bccc11412fe623c0fa31126432945f9173b53805e3f5235