[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 beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018" "/workspace/builds/worker-94/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-94/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/move-z/adventofcode2018 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-94/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a46ec5249e66b9d1624251cb83638d2cb295391aa46bc9261701c2ebd85f8928 [INFO] running `Command { std: "docker" "start" "-a" "a46ec5249e66b9d1624251cb83638d2cb295391aa46bc9261701c2ebd85f8928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a46ec5249e66b9d1624251cb83638d2cb295391aa46bc9261701c2ebd85f8928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a46ec5249e66b9d1624251cb83638d2cb295391aa46bc9261701c2ebd85f8928", kill_on_drop: false }` [INFO] [stdout] a46ec5249e66b9d1624251cb83638d2cb295391aa46bc9261701c2ebd85f8928 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c87d0f3b03f72eed7e1b38d0bdda588af0533196340ffe30910a29f1781384b9 [INFO] running `Command { std: "docker" "start" "-a" "c87d0f3b03f72eed7e1b38d0bdda588af0533196340ffe30910a29f1781384b9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.5 [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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9515d8e2b43696dc -C extra-filename=-9515d8e2b43696dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day16 --edition=2018 src/bin/day16.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=fcf905ab415d1e30 -C extra-filename=-fcf905ab415d1e30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day07 --edition=2018 src/bin/day07.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=46092c30cc1e4927 -C extra-filename=-46092c30cc1e4927 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day18 --edition=2018 src/bin/day18.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=c769750fdc4ce976 -C extra-filename=-c769750fdc4ce976 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day04 --edition=2018 src/bin/day04.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=960a1676406d9908 -C extra-filename=-960a1676406d9908 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day06 --edition=2018 src/bin/day06.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=97e79ad902dda8f5 -C extra-filename=-97e79ad902dda8f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day17 --edition=2018 src/bin/day17.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=1683d8c53568dfd6 -C extra-filename=-1683d8c53568dfd6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day10 --edition=2018 src/bin/day10.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=6795d5876bb0544f -C extra-filename=-6795d5876bb0544f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day20 --edition=2018 src/bin/day20.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=ee43f5abe4edf93d -C extra-filename=-ee43f5abe4edf93d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day22 --edition=2018 src/bin/day22.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=a3236b7c613cb337 -C extra-filename=-a3236b7c613cb337 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day03 --edition=2018 src/bin/day03.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=1cc5aa5e0d8db75b -C extra-filename=-1cc5aa5e0d8db75b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day13 --edition=2018 src/bin/day13.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=f4d54128844a895e -C extra-filename=-f4d54128844a895e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day12 --edition=2018 src/bin/day12.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=a5e93dad76004eca -C extra-filename=-a5e93dad76004eca --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day21 --edition=2018 src/bin/day21.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=afc130f2816b2e74 -C extra-filename=-afc130f2816b2e74 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day02 --edition=2018 src/bin/day02.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=eee5951da923a2cb -C extra-filename=-eee5951da923a2cb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-f911143021e471a5.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0a0b60b8eaae94a1.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8dd3a76eef68ffde.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "c87d0f3b03f72eed7e1b38d0bdda588af0533196340ffe30910a29f1781384b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c87d0f3b03f72eed7e1b38d0bdda588af0533196340ffe30910a29f1781384b9", kill_on_drop: false }` [INFO] [stdout] c87d0f3b03f72eed7e1b38d0bdda588af0533196340ffe30910a29f1781384b9