[INFO] cloning repository https://github.com/MadVikingGod/AdventOfCodeRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MadVikingGod/AdventOfCodeRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMadVikingGod%2FAdventOfCodeRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMadVikingGod%2FAdventOfCodeRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a407f823b7804bbe42e36ab37a6fde24cc624281 [INFO] testing MadVikingGod/AdventOfCodeRust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMadVikingGod%2FAdventOfCodeRust" "/workspace/builds/worker-42/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-42/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MadVikingGod/AdventOfCodeRust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MadVikingGod/AdventOfCodeRust [INFO] finished tweaking git repo https://github.com/MadVikingGod/AdventOfCodeRust [INFO] tweaked toml for git repo https://github.com/MadVikingGod/AdventOfCodeRust written to /workspace/builds/worker-42/source/Cargo.toml [INFO] crate git repo https://github.com/MadVikingGod/AdventOfCodeRust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d78721aa4abd6214e685c0409cef9eb78c275024ccf2c4890998ded0f19e806 [INFO] running `Command { std: "docker" "start" "-a" "1d78721aa4abd6214e685c0409cef9eb78c275024ccf2c4890998ded0f19e806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d78721aa4abd6214e685c0409cef9eb78c275024ccf2c4890998ded0f19e806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d78721aa4abd6214e685c0409cef9eb78c275024ccf2c4890998ded0f19e806", kill_on_drop: false }` [INFO] [stdout] 1d78721aa4abd6214e685c0409cef9eb78c275024ccf2c4890998ded0f19e806 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a026f5cc9d7855ada4b2dcc11f360c98043754d2d78f038f90ec3844b78ea175 [INFO] running `Command { std: "docker" "start" "-a" "a026f5cc9d7855ada4b2dcc11f360c98043754d2d78f038f90ec3844b78ea175", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling array2d v0.2.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `advent_of_code` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day9_2021 --edition=2018 src/bin/day9-2021/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c0f8cfa2a22ee4e2 -C extra-filename=-c0f8cfa2a22ee4e2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-0a953e381ee23b9b.rlib --extern array2d=/opt/rustwide/target/debug/deps/libarray2d-6810d20efe54909f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-861b3a55d453e9ac.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-0de61d468f6429a0.rlib --cap-lints=warn` (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" "a026f5cc9d7855ada4b2dcc11f360c98043754d2d78f038f90ec3844b78ea175", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a026f5cc9d7855ada4b2dcc11f360c98043754d2d78f038f90ec3844b78ea175", kill_on_drop: false }` [INFO] [stdout] a026f5cc9d7855ada4b2dcc11f360c98043754d2d78f038f90ec3844b78ea175