[INFO] cloning repository https://github.com/move-z/adventofcode2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/move-z/adventofcode2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c9116f21648a1a6990256d1e8dbcdace77a5550f [INFO] testing move-z/adventofcode2018 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/move-z/adventofcode2018 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/move-z/adventofcode2018 [INFO] finished tweaking git repo https://github.com/move-z/adventofcode2018 [INFO] tweaked toml for git repo https://github.com/move-z/adventofcode2018 written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/move-z/adventofcode2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a0b682a6abc428b0197e6e430cd54e981692264ed3c6ff33b9360889c7b0f3b [INFO] running `Command { std: "docker" "start" "-a" "0a0b682a6abc428b0197e6e430cd54e981692264ed3c6ff33b9360889c7b0f3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a0b682a6abc428b0197e6e430cd54e981692264ed3c6ff33b9360889c7b0f3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a0b682a6abc428b0197e6e430cd54e981692264ed3c6ff33b9360889c7b0f3b", kill_on_drop: false }` [INFO] [stdout] 0a0b682a6abc428b0197e6e430cd54e981692264ed3c6ff33b9360889c7b0f3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d50ba844b1383a2bd665b81de8504de0e08382a13d7899241dee8288292d0a11 [INFO] running `Command { std: "docker" "start" "-a" "d50ba844b1383a2bd665b81de8504de0e08382a13d7899241dee8288292d0a11", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling adventofcode2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day15 --edition=2018 src/bin/day15.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0385341ea8adb2d1 -C extra-filename=-0385341ea8adb2d1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-39318162833e6079.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-31971b70b03f092c.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-deaeff8e79132040.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-59415afff1044c2a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d50ba844b1383a2bd665b81de8504de0e08382a13d7899241dee8288292d0a11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d50ba844b1383a2bd665b81de8504de0e08382a13d7899241dee8288292d0a11", kill_on_drop: false }` [INFO] [stdout] d50ba844b1383a2bd665b81de8504de0e08382a13d7899241dee8288292d0a11