[INFO] cloning repository https://github.com/mason359/aoc2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mason359/aoc2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmason359%2Faoc2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmason359%2Faoc2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 000c5c91d8840ca200464343d86b713b8a9917b1 [INFO] checking mason359/aoc2019 against try#4e3d7541a523df82cea75064e44e60ae9a008bcb for pr-97427 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmason359%2Faoc2019" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mason359/aoc2019 on toolchain 4e3d7541a523df82cea75064e44e60ae9a008bcb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mason359/aoc2019 [INFO] finished tweaking git repo https://github.com/mason359/aoc2019 [INFO] tweaked toml for git repo https://github.com/mason359/aoc2019 written to /workspace/builds/worker-38/source/Cargo.toml [INFO] crate git repo https://github.com/mason359/aoc2019 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0eab32a6fb3821e75acedf763e91b11a70317a41a3f58eddbb738a9a1a24650 [INFO] running `Command { std: "docker" "start" "-a" "d0eab32a6fb3821e75acedf763e91b11a70317a41a3f58eddbb738a9a1a24650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0eab32a6fb3821e75acedf763e91b11a70317a41a3f58eddbb738a9a1a24650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0eab32a6fb3821e75acedf763e91b11a70317a41a3f58eddbb738a9a1a24650", kill_on_drop: false }` [INFO] [stdout] d0eab32a6fb3821e75acedf763e91b11a70317a41a3f58eddbb738a9a1a24650 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648 [INFO] running `Command { std: "docker" "start" "-a" "330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking y2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.84s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: Could not kill running container 330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648, cannot remove - tried to kill container, but did not receive an exit event [ERROR] failed to delete container 330d719c220d7a782a26b2cba57f8b147a8a5d6b29a3e1999321e8103b3ed648 [ERROR] caused by: command failed: exit status: 1