[INFO] cloning repository https://github.com/lsaether/merkle-tree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lsaether/merkle-tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsaether%2Fmerkle-tree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsaether%2Fmerkle-tree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 776dfde8ee81482edc3b2247a8658aabdddd3d61 [INFO] testing lsaether/merkle-tree against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsaether%2Fmerkle-tree" "/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/lsaether/merkle-tree 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 git repo https://github.com/lsaether/merkle-tree [INFO] finished tweaking git repo https://github.com/lsaether/merkle-tree [INFO] tweaked toml for git repo https://github.com/lsaether/merkle-tree written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/lsaether/merkle-tree already has a lockfile, it will not be regenerated [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-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d678216b7cca243f0c2aa1abdf58518718a835685ce3c10a0db23ceda9ae5cc [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" "0d678216b7cca243f0c2aa1abdf58518718a835685ce3c10a0db23ceda9ae5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d678216b7cca243f0c2aa1abdf58518718a835685ce3c10a0db23ceda9ae5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d678216b7cca243f0c2aa1abdf58518718a835685ce3c10a0db23ceda9ae5cc", kill_on_drop: false }` [INFO] [stdout] 0d678216b7cca243f0c2aa1abdf58518718a835685ce3c10a0db23ceda9ae5cc [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=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] 2e8451e6283bcbda1f9b6c18f7ec1659d3cb61778c776e839079a3497ad6261d [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" "2e8451e6283bcbda1f9b6c18f7ec1659d3cb61778c776e839079a3497ad6261d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tiny-keccak v1.3.1 [INFO] [stderr] Compiling merkle-tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0585]: found a documentation comment that doesn't document anything [INFO] [stdout] --> src/merkletree.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | /// TODO [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: doc comments must come before what they document, maybe a comment was intended with `//`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tiny_keccak` [INFO] [stdout] --> src/merkletree.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use tiny_keccak::Keccak; [INFO] [stdout] | ^^^^^^^^^^^ help: a similar path exists: `self::tiny_keccak` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0585. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `merkle-tree` 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" "2e8451e6283bcbda1f9b6c18f7ec1659d3cb61778c776e839079a3497ad6261d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e8451e6283bcbda1f9b6c18f7ec1659d3cb61778c776e839079a3497ad6261d", kill_on_drop: false }` [INFO] [stdout] 2e8451e6283bcbda1f9b6c18f7ec1659d3cb61778c776e839079a3497ad6261d