[INFO] cloning repository https://github.com/michaelmaguire/aoc_2024_3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelmaguire/aoc_2024_3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6bf40271e0bc5ab0b812a23cfff6f8f5f7e79f6 [INFO] testing michaelmaguire/aoc_2024_3 against nightly-2025-01-18 for randomize-layout-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelmaguire/aoc_2024_3 on toolchain nightly-2025-01-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/michaelmaguire/aoc_2024_3 [INFO] finished tweaking git repo https://github.com/michaelmaguire/aoc_2024_3 [INFO] tweaked toml for git repo https://github.com/michaelmaguire/aoc_2024_3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/michaelmaguire/aoc_2024_3 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" "+nightly-2025-01-18" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5919f419792de5b6c07a26d92a08ab25208c5a8161203b77ad3dc5dc0a1f2bb [INFO] running `Command { std: "docker" "start" "-a" "a5919f419792de5b6c07a26d92a08ab25208c5a8161203b77ad3dc5dc0a1f2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5919f419792de5b6c07a26d92a08ab25208c5a8161203b77ad3dc5dc0a1f2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5919f419792de5b6c07a26d92a08ab25208c5a8161203b77ad3dc5dc0a1f2bb", kill_on_drop: false }` [INFO] [stdout] a5919f419792de5b6c07a26d92a08ab25208c5a8161203b77ad3dc5dc0a1f2bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14733a0ae45ccd60e6ce4599d266d112608f75633934955bc25f2744c60f6f3f [INFO] running `Command { std: "docker" "start" "-a" "14733a0ae45ccd60e6ce4599d266d112608f75633934955bc25f2744c60f6f3f", kill_on_drop: false }` [INFO] [stderr] Compiling aoc_2024_3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:80:33 [INFO] [stdout] | [INFO] [stdout] 80 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:89:33 [INFO] [stdout] | [INFO] [stdout] 89 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:155:33 [INFO] [stdout] | [INFO] [stdout] 155 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:164:33 [INFO] [stdout] | [INFO] [stdout] 164 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:183:33 [INFO] [stdout] | [INFO] [stdout] 183 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 192 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "14733a0ae45ccd60e6ce4599d266d112608f75633934955bc25f2744c60f6f3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14733a0ae45ccd60e6ce4599d266d112608f75633934955bc25f2744c60f6f3f", kill_on_drop: false }` [INFO] [stdout] 14733a0ae45ccd60e6ce4599d266d112608f75633934955bc25f2744c60f6f3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 605bdc7efe2c21da17ee06698378a5e23b7223882ea20e7ef16c14d08bedeef1 [INFO] running `Command { std: "docker" "start" "-a" "605bdc7efe2c21da17ee06698378a5e23b7223882ea20e7ef16c14d08bedeef1", kill_on_drop: false }` [INFO] [stderr] Compiling aoc_2024_3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:80:33 [INFO] [stdout] | [INFO] [stdout] 80 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:89:33 [INFO] [stdout] | [INFO] [stdout] 89 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:155:33 [INFO] [stdout] | [INFO] [stdout] 155 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:164:33 [INFO] [stdout] | [INFO] [stdout] 164 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:183:33 [INFO] [stdout] | [INFO] [stdout] 183 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accumulated_state` [INFO] [stdout] --> src/main.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 192 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "605bdc7efe2c21da17ee06698378a5e23b7223882ea20e7ef16c14d08bedeef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "605bdc7efe2c21da17ee06698378a5e23b7223882ea20e7ef16c14d08bedeef1", kill_on_drop: false }` [INFO] [stdout] 605bdc7efe2c21da17ee06698378a5e23b7223882ea20e7ef16c14d08bedeef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a7a102220a553ccd6161fbeb59c8249e2c6b3aca5d706c010842fc0d3ebdf543 [INFO] running `Command { std: "docker" "start" "-a" "a7a102220a553ccd6161fbeb59c8249e2c6b3aca5d706c010842fc0d3ebdf543", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:80:33 [INFO] [stderr] | [INFO] [stderr] 80 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:89:33 [INFO] [stderr] | [INFO] [stderr] 89 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:164:33 [INFO] [stderr] | [INFO] [stderr] 164 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:183:33 [INFO] [stderr] | [INFO] [stderr] 183 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `accumulated_state` [INFO] [stderr] --> src/main.rs:192:33 [INFO] [stderr] | [INFO] [stderr] 192 | fn consume(self: Box, accumulated_state: &mut AccumulatedState, byte: u8) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state` [INFO] [stderr] [INFO] [stderr] warning: `aoc_2024_3` (bin "aoc_2024_3" test) generated 8 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2024_3-0a8cd6500e4c2e0c) [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" "a7a102220a553ccd6161fbeb59c8249e2c6b3aca5d706c010842fc0d3ebdf543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7a102220a553ccd6161fbeb59c8249e2c6b3aca5d706c010842fc0d3ebdf543", kill_on_drop: false }` [INFO] [stdout] a7a102220a553ccd6161fbeb59c8249e2c6b3aca5d706c010842fc0d3ebdf543