[INFO] cloning repository https://github.com/aucker/macro_learning [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aucker/macro_learning" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faucker%2Fmacro_learning", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faucker%2Fmacro_learning'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c2b0fe48de64513ceb8bbd92c7f272050132bff3 [INFO] checking aucker/macro_learning against try#3f7b27fe41ccd116a4c0829bd9a14b65bada4578 for pr-96970 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faucker%2Fmacro_learning" "/workspace/builds/worker-83/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-83/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aucker/macro_learning on toolchain 3f7b27fe41ccd116a4c0829bd9a14b65bada4578 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3f7b27fe41ccd116a4c0829bd9a14b65bada4578" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aucker/macro_learning [INFO] finished tweaking git repo https://github.com/aucker/macro_learning [INFO] tweaked toml for git repo https://github.com/aucker/macro_learning written to /workspace/builds/worker-83/source/Cargo.toml [INFO] crate git repo https://github.com/aucker/macro_learning already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3f7b27fe41ccd116a4c0829bd9a14b65bada4578" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+3f7b27fe41ccd116a4c0829bd9a14b65bada4578" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72eea4ae71b2e9dd37ad5d700af5479ff41a35758db795e8a67a7425831894c1 [INFO] running `Command { std: "docker" "start" "-a" "72eea4ae71b2e9dd37ad5d700af5479ff41a35758db795e8a67a7425831894c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72eea4ae71b2e9dd37ad5d700af5479ff41a35758db795e8a67a7425831894c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72eea4ae71b2e9dd37ad5d700af5479ff41a35758db795e8a67a7425831894c1", kill_on_drop: false }` [INFO] [stdout] 72eea4ae71b2e9dd37ad5d700af5479ff41a35758db795e8a67a7425831894c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+3f7b27fe41ccd116a4c0829bd9a14b65bada4578" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7320ba83d8642acd4e347410edace4c9eb794a0584ce1b33183ac050b6a06131 [INFO] running `Command { std: "docker" "start" "-a" "7320ba83d8642acd4e347410edace4c9eb794a0584ce1b33183ac050b6a06131", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking macro_learning v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 3rd rule of macro `count_expr` is never used [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | ($head:expr, $($tail:expr), *) => (1 + count_expr!($($tail), *)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macro_rules)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 53s [INFO] [stdout] warning: 1st rule of macro `count_expr` is never used [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | () => (0); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3rd rule of macro `count_expr` is never used [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | ($head:expr, $($tail:expr), *) => (1 + count_expr!($($tail), *)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macro_rules)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1st rule of macro `count_expr` is never used [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | () => (0); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "7320ba83d8642acd4e347410edace4c9eb794a0584ce1b33183ac050b6a06131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7320ba83d8642acd4e347410edace4c9eb794a0584ce1b33183ac050b6a06131", kill_on_drop: false }` [INFO] [stdout] 7320ba83d8642acd4e347410edace4c9eb794a0584ce1b33183ac050b6a06131