[INFO] cloning repository https://github.com/trafficland/counter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trafficland/counter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrafficland%2Fcounter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrafficland%2Fcounter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f30d2583eba4922a72b3ec885c831a2cf558067 [INFO] checking trafficland/counter against try#ab173a644b8654eb56e6d7c92e29be4886d65169 for pr-108782-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrafficland%2Fcounter" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/trafficland/counter on toolchain ab173a644b8654eb56e6d7c92e29be4886d65169 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab173a644b8654eb56e6d7c92e29be4886d65169" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/trafficland/counter [INFO] finished tweaking git repo https://github.com/trafficland/counter [INFO] tweaked toml for git repo https://github.com/trafficland/counter written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/trafficland/counter 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" "+ab173a644b8654eb56e6d7c92e29be4886d65169" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+ab173a644b8654eb56e6d7c92e29be4886d65169" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb4eae403eed7f8197817b6915c7c3c6713a3826a998a2ba3b7f5cc574e4fac8 [INFO] running `Command { std: "docker" "start" "-a" "cb4eae403eed7f8197817b6915c7c3c6713a3826a998a2ba3b7f5cc574e4fac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb4eae403eed7f8197817b6915c7c3c6713a3826a998a2ba3b7f5cc574e4fac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb4eae403eed7f8197817b6915c7c3c6713a3826a998a2ba3b7f5cc574e4fac8", kill_on_drop: false }` [INFO] [stdout] cb4eae403eed7f8197817b6915c7c3c6713a3826a998a2ba3b7f5cc574e4fac8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+ab173a644b8654eb56e6d7c92e29be4886d65169" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b93267792b08e8726ee92301ec63367e3fe5e2f8589beb86dfd864ff9648b3a6 [INFO] running `Command { std: "docker" "start" "-a" "b93267792b08e8726ee92301ec63367e3fe5e2f8589beb86dfd864ff9648b3a6", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.22 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking log v0.3.7 [INFO] [stderr] Checking bitflags v0.8.2 [INFO] [stderr] Checking regex-syntax v0.4.0 [INFO] [stderr] Checking vec_map v0.7.0 [INFO] [stderr] Checking same-file v0.1.3 [INFO] [stderr] Checking scoped-pool v1.0.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Checking unreachable v0.1.1 [INFO] [stdout] error: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-pool-1.0.0/src/lib.rs:325:44 [INFO] [stdout] | [INFO] [stdout] 325 | let scope = unsafe { self.refine::<'smaller>() }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the late bound lifetime parameter is introduced here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-pool-1.0.0/src/lib.rs:355:30 [INFO] [stdout] | [INFO] [stdout] 355 | unsafe fn refine<'other>(&self) -> Scope<'other> where 'scope: 'other { [INFO] [stdout] | ^ [INFO] [stdout] help: remove the explicit lifetime argument [INFO] [stdout] | [INFO] [stdout] 325 - let scope = unsafe { self.refine::<'smaller>() }; [INFO] [stdout] 325 + let scope = unsafe { self.refine() }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `scoped-pool` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b93267792b08e8726ee92301ec63367e3fe5e2f8589beb86dfd864ff9648b3a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b93267792b08e8726ee92301ec63367e3fe5e2f8589beb86dfd864ff9648b3a6", kill_on_drop: false }` [INFO] [stdout] b93267792b08e8726ee92301ec63367e3fe5e2f8589beb86dfd864ff9648b3a6