[INFO] cloning repository https://github.com/cheebamba/aoc2023rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cheebamba/aoc2023rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheebamba%2Faoc2023rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheebamba%2Faoc2023rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 861403829bf06d4dca21f4cee1e5fd8518b58de1 [INFO] checking cheebamba/aoc2023rust against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheebamba%2Faoc2023rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/cheebamba/aoc2023rust [INFO] finished tweaking git repo https://github.com/cheebamba/aoc2023rust [INFO] tweaked toml for git repo https://github.com/cheebamba/aoc2023rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cheebamba/aoc2023rust on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/cheebamba/aoc2023rust 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5 [INFO] running `Command { std: "docker" "start" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5", 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" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking advent-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `seeds` [INFO] [stdout] --> src/functions/day5.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let seeds = return_seeds_vec(segments[0]); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_seeds` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seed_to_soil` [INFO] [stdout] --> src/functions/day5.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let seed_to_soil = return_map_vec(segments[1]); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_seed_to_soil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `soil_to_fertilizer` [INFO] [stdout] --> src/functions/day5.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let soil_to_fertilizer = return_map_vec(segments[2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_soil_to_fertilizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fertilizer_to_water` [INFO] [stdout] --> src/functions/day5.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let fertilizer_to_water = return_map_vec(segments[3]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fertilizer_to_water` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `water_to_light` [INFO] [stdout] --> src/functions/day5.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let water_to_light = return_map_vec(segments[4]); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_water_to_light` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `light_to_temperature` [INFO] [stdout] --> src/functions/day5.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let light_to_temperature = return_map_vec(segments[5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_light_to_temperature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `temperature_to_humidity` [INFO] [stdout] --> src/functions/day5.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | let temperature_to_humidity = return_map_vec(segments[6]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temperature_to_humidity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `humidity_to_location` [INFO] [stdout] --> src/functions/day5.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let humidity_to_location = return_map_vec(segments[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_humidity_to_location` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seeds` [INFO] [stdout] --> src/functions/day5.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let seeds = return_seeds_vec(segments[0]); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_seeds` [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 4.08s [INFO] [stdout] warning: unused variable: `seed_to_soil` [INFO] [stdout] --> src/functions/day5.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let seed_to_soil = return_map_vec(segments[1]); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_seed_to_soil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `soil_to_fertilizer` [INFO] [stdout] --> src/functions/day5.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let soil_to_fertilizer = return_map_vec(segments[2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_soil_to_fertilizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fertilizer_to_water` [INFO] [stdout] --> src/functions/day5.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let fertilizer_to_water = return_map_vec(segments[3]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fertilizer_to_water` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `water_to_light` [INFO] [stdout] --> src/functions/day5.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let water_to_light = return_map_vec(segments[4]); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_water_to_light` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `light_to_temperature` [INFO] [stdout] --> src/functions/day5.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let light_to_temperature = return_map_vec(segments[5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_light_to_temperature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `temperature_to_humidity` [INFO] [stdout] --> src/functions/day5.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | let temperature_to_humidity = return_map_vec(segments[6]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temperature_to_humidity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `humidity_to_location` [INFO] [stdout] --> src/functions/day5.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let humidity_to_location = return_map_vec(segments[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_humidity_to_location` [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5", kill_on_drop: false }` [INFO] [stdout] 5fe9247dc0088a708cd479152b2efb2e49277c1a0ddc88c4b9c5749bd66027c5