[INFO] cloning repository https://github.com/pczora/rusty_douglas [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pczora/rusty_douglas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpczora%2Frusty_douglas", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpczora%2Frusty_douglas'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb5aade06334c6821cac23938f31d1490ae537a6 [INFO] testing pczora/rusty_douglas against try#61cd42370816fd135c0f3b9debf2f5dfcf194594 for pr-98839 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpczora%2Frusty_douglas" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pczora/rusty_douglas on toolchain 61cd42370816fd135c0f3b9debf2f5dfcf194594 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pczora/rusty_douglas [INFO] finished tweaking git repo https://github.com/pczora/rusty_douglas [INFO] tweaked toml for git repo https://github.com/pczora/rusty_douglas written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/pczora/rusty_douglas already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6817f4fc522d0425ec43cce41b4b9eb8579acebeba6140e9d04adfec5674995c [INFO] running `Command { std: "docker" "start" "-a" "6817f4fc522d0425ec43cce41b4b9eb8579acebeba6140e9d04adfec5674995c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6817f4fc522d0425ec43cce41b4b9eb8579acebeba6140e9d04adfec5674995c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6817f4fc522d0425ec43cce41b4b9eb8579acebeba6140e9d04adfec5674995c", kill_on_drop: false }` [INFO] [stdout] 6817f4fc522d0425ec43cce41b4b9eb8579acebeba6140e9d04adfec5674995c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 020b573303ddbe143e79e325544c69b27dec123321d5c27103e41e3557677f64 [INFO] running `Command { std: "docker" "start" "-a" "020b573303ddbe143e79e325544c69b27dec123321d5c27103e41e3557677f64", kill_on_drop: false }` [INFO] [stderr] Compiling douglas_peucker v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/main.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let mut d = 0.0; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "020b573303ddbe143e79e325544c69b27dec123321d5c27103e41e3557677f64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "020b573303ddbe143e79e325544c69b27dec123321d5c27103e41e3557677f64", kill_on_drop: false }` [INFO] [stdout] 020b573303ddbe143e79e325544c69b27dec123321d5c27103e41e3557677f64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d6111a38cf956d65d5b45559ed7cd4838e54afbd542633a4b3a4ee5ba141491 [INFO] running `Command { std: "docker" "start" "-a" "2d6111a38cf956d65d5b45559ed7cd4838e54afbd542633a4b3a4ee5ba141491", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "2d6111a38cf956d65d5b45559ed7cd4838e54afbd542633a4b3a4ee5ba141491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d6111a38cf956d65d5b45559ed7cd4838e54afbd542633a4b3a4ee5ba141491", kill_on_drop: false }` [INFO] [stdout] 2d6111a38cf956d65d5b45559ed7cd4838e54afbd542633a4b3a4ee5ba141491