[INFO] cloning repository https://github.com/mathieu-lemay/aoc-2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mathieu-lemay/aoc-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathieu-lemay%2Faoc-2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathieu-lemay%2Faoc-2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d53b0228e387faf76d6acb936e56c346c1419254
[INFO] testing mathieu-lemay/aoc-2025 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathieu-lemay%2Faoc-2025" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mathieu-lemay/aoc-2025
[INFO] finished tweaking git repo https://github.com/mathieu-lemay/aoc-2025
[INFO] tweaked toml for git repo https://github.com/mathieu-lemay/aoc-2025 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mathieu-lemay/aoc-2025 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mathieu-lemay/aoc-2025 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896
[INFO] running `Command { std: "docker" "start" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling i_key_sort v0.6.0
[INFO] [stderr]    Compiling robust v1.2.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling i_tree v0.16.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling sif-itree v0.4.0
[INFO] [stderr]    Compiling float_next_after v1.0.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling i_float v1.15.0
[INFO] [stderr]    Compiling geographiclib-rs v0.2.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling i_shape v1.14.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling rstar v0.12.2
[INFO] [stderr]    Compiling spade v2.15.0
[INFO] [stderr]    Compiling earcutr v0.4.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling geo-types v0.7.18
[INFO] [stderr]    Compiling i_overlay v4.0.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling test-log-macros v0.2.19
[INFO] [stderr]    Compiling geo v0.32.0
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling aoc-common v0.1.0 (/opt/rustwide/workdir/aoc-common)
[INFO] [stderr]    Compiling test-log v0.2.19
[INFO] [stderr]    Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stderr]    Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04)
[INFO] [stderr]    Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03)
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08)
[INFO] [stderr]    Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07)
[INFO] [stderr]    Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06)
[INFO] [stderr]    Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01)
[INFO] [stderr]    Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling test-log-macros v0.2.19
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling aoc-common v0.1.0 (/opt/rustwide/workdir/aoc-common)
[INFO] [stderr]    Compiling test-log v0.2.19
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05)
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06)
[INFO] [stderr]    Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stderr]    Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07)
[INFO] [stderr]    Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08)
[INFO] [stderr]    Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03)
[INFO] [stderr]    Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09)
[INFO] [stderr]    Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04)
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day10/src/main.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day10/src/main.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day10/src/main.rs:62:16
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day10/src/main.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day12/src/main.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day12/src/main.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day12/src/main.rs:62:16
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day12/src/main.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day11/src/main.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day11/src/main.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day11/src/main.rs:62:16
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day11/src/main.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day08/src/main.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day08/src/main.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test_input`
[INFO] [stdout]   --> day08/src/main.rs:62:16
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `puzzle_input`
[INFO] [stdout]   --> day08/src/main.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 35.81s
[INFO] running `Command { std: "docker" "inspect" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day12/src/main.rs:48:16
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day12/src/main.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day12/src/main.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day12/src/main.rs:69:27
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day08/src/main.rs:48:16
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day08/src/main.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day08/src/main.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day08/src/main.rs:69:27
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day10/src/main.rs:48:16
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day10/src/main.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day10/src/main.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day10/src/main.rs:69:27
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day11/src/main.rs:48:16
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn test_p1(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day11/src/main.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn test_p1_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `test_input`
[INFO] [stderr]   --> day11/src/main.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn test_p2(test_input: Vec<String>) {
[INFO] [stderr]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `puzzle_input`
[INFO] [stderr]   --> day11/src/main.rs:69:27
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn test_p2_full_input(puzzle_input: Vec<String>) {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_puzzle_input`
[INFO] [stderr] 
[INFO] [stderr] warning: `day12` (bin "day12" test) generated 4 warnings (run `cargo fix --bin "day12" -p day12 --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `day08` (bin "day08" test) generated 4 warnings (run `cargo fix --bin "day08" -p day08 --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `day10` (bin "day10" test) generated 4 warnings (run `cargo fix --bin "day10" -p day10 --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `day11` (bin "day11" test) generated 4 warnings (run `cargo fix --bin "day11" -p day11 --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/aoc_common-f5893dc6a4ecd766)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test tests::test_format_duration::case_1 ... ok
[INFO] [stdout] test tests::test_format_duration::case_3 ... ok
[INFO] [stdout] test tests::test_format_duration::case_2 ... ok
[INFO] [stdout] test tests::test_format_duration::case_4 ... ok
[INFO] [stdout] test tests::test_format_duration::case_5 ... ok
[INFO] [stdout] test tests::test_format_duration::case_6 ... ok
[INFO] [stdout] test tests::test_parse_input ... ok
[INFO] [stdout] test tests::test_parse_input_as_string ... ok
[INFO] [stdout] test tests::test_parse_input_as_string_dedents_input ... ok
[INFO] [stdout] test tests::test_parse_input_as_string_removes_empty_lines_at_start_and_end ... ok
[INFO] [stdout] test tests::test_parse_input_dedents_input ... ok
[INFO] [stdout] test tests::test_parse_input_removes_empty_lines_at_start_and_end ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/day01-a47bebb23b22ab67)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_p1 ... ok
[INFO] [stdout] test tests::test_p2 ... ok
[INFO] [stdout] test tests::test_p1_full_input ... FAILED
[INFO] [stdout] test tests::test_p2_full_input ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_p1_full_input stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_p1_full_input' (2368) panicked at aoc-common/src/lib.rs:19:23:
[INFO] [stdout] Unable to open file day01.txt: No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b881bf42be1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b881bf56e0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b881bf4707c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b881bf1f046 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b881bf3b179 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b881bed3d80 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b881bf3b332 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b881bf1f0f2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b881bf17a99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b881bf1fced - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b881bf5756c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b881bf07fe2 - aoc_common[c3af24b92615be81]::get_input
[INFO] [stdout]   12:     0x5b881bec6c67 - <day01[b9e13dfd948f0d1]::tests::test_p1_full_input::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5b881bec706b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x5b881bed46d5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5b881becda94 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x5b881bed7832 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5b881bf42489 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x728690c2507a - <unknown>
[INFO] [stdout]   19:     0x728690cb8534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_p2_full_input stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_p2_full_input' (2370) panicked at aoc-common/src/lib.rs:19:23:
[INFO] [stdout] Unable to open file day01.txt: No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b881bf42be1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b881bf56e0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b881bf4707c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b881bf1f046 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b881bf3b179 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b881bed3d80 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b881bf3b332 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b881bf1f0f2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b881bf17a99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b881bf1fced - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b881bf5756c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b881bf07fe2 - aoc_common[c3af24b92615be81]::get_input
[INFO] [stdout]   12:     0x5b881bec6d57 - <day01[b9e13dfd948f0d1]::tests::test_p2_full_input::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5b881bec706b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x5b881bed46d5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5b881becda94 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x5b881bed7832 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5b881bf42489 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x728690c2507a - <unknown>
[INFO] [stdout]   19:     0x728690cb8534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_p1_full_input
[INFO] [stdout]     tests::test_p2_full_input
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p day01 --bin day01`
[INFO] running `Command { std: "docker" "inspect" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896", kill_on_drop: false }`
[INFO] [stdout] 889b978143ee6f637be7ee6c3504887ca99cfdac941ca362e0754e82b7bf3896
