[INFO] cloning repository https://github.com/slowteetoe/aoc2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/slowteetoe/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowteetoe%2Faoc2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowteetoe%2Faoc2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d20f316e1cefaf9b126290ff84c9d1ffc58cb6d9
[INFO] checking slowteetoe/aoc2024 against master#f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b for pr-148329
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowteetoe%2Faoc2024" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/slowteetoe/aoc2024
[INFO] finished tweaking git repo https://github.com/slowteetoe/aoc2024
[INFO] tweaked toml for git repo https://github.com/slowteetoe/aoc2024 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/slowteetoe/aoc2024 on toolchain f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/slowteetoe/aoc2024 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" "+f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-test-macro v0.2.5
[INFO] [stderr]   Downloaded tracing-test v0.2.5
[INFO] [stderr]   Downloaded thiserror-impl v2.0.7
[INFO] [stderr]   Downloaded thiserror v2.0.7
[INFO] [stderr]   Downloaded mintex v0.1.2
[INFO] [stderr]   Downloaded tinyjson v2.5.1
[INFO] [stderr]   Downloaded dhat v0.3.3
[INFO] [stderr]   Downloaded bmp v0.5.0
[INFO] [stderr]   Downloaded supports-color v3.0.2
[INFO] [stderr]   Downloaded owo-colors v4.1.0
[INFO] [stderr]   Downloaded wide v0.7.30
[INFO] [stderr]   Downloaded miette-derive v7.4.0
[INFO] [stderr]   Downloaded terminal_size v0.4.1
[INFO] [stderr]   Downloaded pathfinding v4.13.0
[INFO] [stderr]   Downloaded nalgebra-glm v0.19.0
[INFO] [stderr]   Downloaded deprecate-until v0.1.1
[INFO] [stderr]   Downloaded pixels v0.14.0
[INFO] [stderr]   Downloaded supports-hyperlinks v3.1.0
[INFO] [stderr]   Downloaded memoize-inner v0.4.3
[INFO] [stderr]   Downloaded memoize v0.4.2
[INFO] [stderr]   Downloaded miette v7.4.0
[INFO] [stderr]   Downloaded petgraph v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d9d8565df2d0578ed7dbe551913894a875eb4ead26cf1df4f70d4eba4a32893
[INFO] running `Command { std: "docker" "start" "-a" "7d9d8565df2d0578ed7dbe551913894a875eb4ead26cf1df4f70d4eba4a32893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d9d8565df2d0578ed7dbe551913894a875eb4ead26cf1df4f70d4eba4a32893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d9d8565df2d0578ed7dbe551913894a875eb4ead26cf1df4f70d4eba4a32893", kill_on_drop: false }`
[INFO] [stdout] 7d9d8565df2d0578ed7dbe551913894a875eb4ead26cf1df4f70d4eba4a32893
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f5711a55f5d5e2f942057d0f6d648dd2d8b2c37b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54d21d1cce8cb5260fbfdd749470b22f74baaa1d0c0d0e7e80d71803172e27cc
[INFO] running `Command { std: "docker" "start" "-a" "54d21d1cce8cb5260fbfdd749470b22f74baaa1d0c0d0e7e80d71803172e27cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking wide v0.7.30
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking khronos-egl v4.1.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]    Compiling thiserror v2.0.7
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.7
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling miette-derive v7.4.0
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking ultraviolet v0.9.2
[INFO] [stderr]    Compiling memoize-inner v0.4.3
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking brownstone v3.0.0
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking miette v7.4.0
[INFO] [stderr]     Checking petgraph v0.7.0
[INFO] [stderr]     Checking nom_locate v4.2.0
[INFO] [stderr]     Checking nom-supreme v0.8.0
[INFO] [stderr]     Checking pathfinding v4.13.0
[INFO] [stderr]     Checking bmp v0.5.0
[INFO] [stderr]     Checking memoize v0.4.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking tracing-test v0.2.5
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking tinyjson v2.5.1
[INFO] [stderr]     Checking glam v0.29.2
[INFO] [stderr]     Checking rstest v0.23.0
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking nalgebra-glm v0.19.0
[INFO] [stderr]     Checking wgpu v0.17.2
[INFO] [stderr]     Checking pixels v0.14.0
[INFO] [stderr]     Checking advent_of_code v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `wires`
[INFO] [stdout]    --> src/bin/24.rs:104:18
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn visualize(wires: BTreeMap<&str, bool>, gates: Vec<Gate>) -> Graph<String, String> {
[INFO] [stdout]     |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_wires`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Gate` is more private than the item `visualize`
[INFO] [stdout]    --> src/bin/24.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn visualize(wires: BTreeMap<&str, bool>, gates: Vec<Gate>) -> Graph<String, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `visualize` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Gate` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> src/bin/24.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct Gate {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `wires`
[INFO] [stdout]    --> src/bin/24.rs:104:18
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn visualize(wires: BTreeMap<&str, bool>, gates: Vec<Gate>) -> Graph<String, String> {
[INFO] [stdout]     |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_wires`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Gate` is more private than the item `visualize`
[INFO] [stdout]    --> src/bin/24.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn visualize(wires: BTreeMap<&str, bool>, gates: Vec<Gate>) -> Graph<String, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `visualize` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Gate` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> src/bin/24.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct Gate {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/17.rs:169:17
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn part_two(input: &str) -> Option<String> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RED`
[INFO] [stdout]  --> src/bin/15.rs:2:59
[INFO] [stdout]   |
[INFO] [stdout] 2 |     consts::{BLACK, BLUE, LIME_GREEN, ORANGE, ORANGE_RED, RED, WHITE_SMOKE},
[INFO] [stdout]   |                                                           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/17.rs:169:17
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn part_two(input: &str) -> Option<String> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RED`
[INFO] [stdout]  --> src/bin/15.rs:2:59
[INFO] [stdout]   |
[INFO] [stdout] 2 |     consts::{BLACK, BLUE, LIME_GREEN, ORANGE, ORANGE_RED, RED, WHITE_SMOKE},
[INFO] [stdout]   |                                                           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/21.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_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: `input`
[INFO] [stdout]    --> src/bin/21.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
[INFO] running `Command { std: "docker" "inspect" "54d21d1cce8cb5260fbfdd749470b22f74baaa1d0c0d0e7e80d71803172e27cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54d21d1cce8cb5260fbfdd749470b22f74baaa1d0c0d0e7e80d71803172e27cc", kill_on_drop: false }`
[INFO] [stdout] 54d21d1cce8cb5260fbfdd749470b22f74baaa1d0c0d0e7e80d71803172e27cc
