[INFO] cloning repository https://github.com/kylewillmon/advent-of-code-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kylewillmon/advent-of-code-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkylewillmon%2Fadvent-of-code-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkylewillmon%2Fadvent-of-code-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6d37627eabe4b39f87329159b11aedf59362b73 [INFO] testing kylewillmon/advent-of-code-rs 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%2Fkylewillmon%2Fadvent-of-code-rs" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kylewillmon/advent-of-code-rs 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/kylewillmon/advent-of-code-rs [INFO] finished tweaking git repo https://github.com/kylewillmon/advent-of-code-rs [INFO] tweaked toml for git repo https://github.com/kylewillmon/advent-of-code-rs written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/kylewillmon/advent-of-code-rs 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-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] aae528d93c0436c0fedda68aeb8a0902e494ba80404f0a596a5feec8bc499235 [INFO] running `Command { std: "docker" "start" "-a" "aae528d93c0436c0fedda68aeb8a0902e494ba80404f0a596a5feec8bc499235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aae528d93c0436c0fedda68aeb8a0902e494ba80404f0a596a5feec8bc499235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aae528d93c0436c0fedda68aeb8a0902e494ba80404f0a596a5feec8bc499235", kill_on_drop: false }` [INFO] [stdout] aae528d93c0436c0fedda68aeb8a0902e494ba80404f0a596a5feec8bc499235 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 243f592e65fab4be6e0e1748ac9b720c4ef7fbede760156f430dcb3256707051 [INFO] running `Command { std: "docker" "start" "-a" "243f592e65fab4be6e0e1748ac9b720c4ef7fbede760156f430dcb3256707051", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling aoclib v0.1.0 (/opt/rustwide/workdir/aoclib) [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir/aoc2019) [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.71s [INFO] running `Command { std: "docker" "inspect" "243f592e65fab4be6e0e1748ac9b720c4ef7fbede760156f430dcb3256707051", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "243f592e65fab4be6e0e1748ac9b720c4ef7fbede760156f430dcb3256707051", kill_on_drop: false }` [INFO] [stdout] 243f592e65fab4be6e0e1748ac9b720c4ef7fbede760156f430dcb3256707051 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28e0541436a1cf890c6278fcf5ee1696f35d0cf384666a900cca439d70a71287 [INFO] running `Command { std: "docker" "start" "-a" "28e0541436a1cf890c6278fcf5ee1696f35d0cf384666a900cca439d70a71287", kill_on_drop: false }` [INFO] [stderr] Compiling aoclib v0.1.0 (/opt/rustwide/workdir/aoclib) [INFO] [stderr] Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir/aoc2019) [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.17s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2019-e5376daefef59b04) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2020-41b093423e4af1b3) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoclib-8d1fef3b2fb91e66) [INFO] running `Command { std: "docker" "inspect" "28e0541436a1cf890c6278fcf5ee1696f35d0cf384666a900cca439d70a71287", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28e0541436a1cf890c6278fcf5ee1696f35d0cf384666a900cca439d70a71287", kill_on_drop: false }` [INFO] [stdout] 28e0541436a1cf890c6278fcf5ee1696f35d0cf384666a900cca439d70a71287 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] de559a3f9752eed732c20f0d989b951c2b7ee2f4fb064c6e5c2fef3a93d8aeb3 [INFO] running `Command { std: "docker" "start" "-a" "de559a3f9752eed732c20f0d989b951c2b7ee2f4fb064c6e5c2fef3a93d8aeb3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2019-e5376daefef59b04) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test day3::test::test_wire_points ... ok [INFO] [stdout] test day3::test::part2_examples ... ok [INFO] [stdout] test day3::test::part1_examples ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2020-41b093423e4af1b3) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test day10::test::part1_examples ... ok [INFO] [stdout] test day10::test::part2_examples ... ok [INFO] [stdout] test day12::test::part1_example ... ok [INFO] [stdout] test day12::test::part2_example ... ok [INFO] [stdout] test day13::test::part1_example ... ok [INFO] [stdout] test day14::test::part1_example ... ok [INFO] [stdout] test day13::test::part2_example ... ok [INFO] [stdout] test day15::test::part2_examples ... ignored [INFO] [stdout] test day14::test::part2_example ... ok [INFO] [stdout] test day11::test::part2_example ... ok [INFO] [stdout] test day16::test::part2_example ... ok [INFO] [stdout] test day18::test::expression_lexer ... ok [INFO] [stdout] test day18::test::evaluate_examples ... ok [INFO] [stdout] test day11::test::part1_example ... ok [INFO] [stdout] test day18::test::part2_examples ... ok [INFO] [stdout] test day16::test::part1_example ... ok [INFO] [stdout] test day21::test::part1_example ... ok [INFO] [stdout] test day23::test::part1_example ... ok [INFO] [stdout] test day22::test::part2_example ... ok [INFO] [stdout] test day22::test::part1_example ... ok [INFO] [stdout] test day24::test::part1_example ... ok [INFO] [stdout] test day4::test::part1_example ... ok [INFO] [stdout] test day4::test::part2_valid ... ok [INFO] [stdout] test day4::test::part2_invalid ... ok [INFO] [stdout] test day6::test::part1_example ... ok [INFO] [stdout] test day20::test::part1_example ... ok [INFO] [stdout] test day25::test::part1_example ... ok [INFO] [stdout] test day20::test::part2_example ... ok [INFO] [stdout] test day6::test::part2_example ... ok [INFO] [stdout] test day7::test::part1_example ... ok [INFO] [stdout] test day7::test::part2_example ... ok [INFO] [stdout] test day19::test::part1_example ... ok [INFO] [stdout] test day8::test::part2_example ... ok [INFO] [stdout] test day7::test::part2_example2 ... ok [INFO] [stdout] test day8::test::part1_example ... ok [INFO] [stdout] test day9::test::part1_example ... ok [INFO] [stdout] test day9::test::part2_example ... ok [INFO] [stdout] test day19::test::part2_example ... ok [INFO] [stdout] test day17::test::part1_example ... ok [INFO] [stdout] test day15::test::part1_examples ... ok [INFO] [stdout] test day17::test::part2_example ... ok [INFO] [stdout] test day24::test::part2_example ... ok [INFO] [stdout] test day23::test::part2_example ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.62s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoclib-8d1fef3b2fb91e66) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test strtools::test::test_split_once ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests aoclib [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "de559a3f9752eed732c20f0d989b951c2b7ee2f4fb064c6e5c2fef3a93d8aeb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de559a3f9752eed732c20f0d989b951c2b7ee2f4fb064c6e5c2fef3a93d8aeb3", kill_on_drop: false }` [INFO] [stdout] de559a3f9752eed732c20f0d989b951c2b7ee2f4fb064c6e5c2fef3a93d8aeb3