[INFO] cloning repository https://github.com/stephanmeesters/aoc2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stephanmeesters/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephanmeesters%2Faoc2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephanmeesters%2Faoc2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8da89b6af08abc970bc714c67b109b5dc82e804e [INFO] checking stephanmeesters/aoc2024 against master#f8f6997469237299c1d60814c7b9828602a1f8e4 for pr-143808 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephanmeesters%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/stephanmeesters/aoc2024 [INFO] finished tweaking git repo https://github.com/stephanmeesters/aoc2024 [INFO] tweaked toml for git repo https://github.com/stephanmeesters/aoc2024 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stephanmeesters/aoc2024 on toolchain f8f6997469237299c1d60814c7b9828602a1f8e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/stephanmeesters/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" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b56a0ebe4c2ec0eb6ae5abdf73979463cbff86bfe8216849a83b1cc2ead99e0c [INFO] running `Command { std: "docker" "start" "-a" "b56a0ebe4c2ec0eb6ae5abdf73979463cbff86bfe8216849a83b1cc2ead99e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b56a0ebe4c2ec0eb6ae5abdf73979463cbff86bfe8216849a83b1cc2ead99e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56a0ebe4c2ec0eb6ae5abdf73979463cbff86bfe8216849a83b1cc2ead99e0c", kill_on_drop: false }` [INFO] [stdout] b56a0ebe4c2ec0eb6ae5abdf73979463cbff86bfe8216849a83b1cc2ead99e0c [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c11b198ef303e9df3d2eb38261aac21b486c6fac6a2ed8b3be68f0aee809d05 [INFO] running `Command { std: "docker" "start" "-a" "3c11b198ef303e9df3d2eb38261aac21b486c6fac6a2ed8b3be68f0aee809d05", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking foldhash v0.1.3 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking tinyjson v2.5.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking transpose v0.2.3 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking glam v0.29.2 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking fancy-regex v0.14.0 [INFO] [stderr] Checking advent_of_code v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `advent_of_code::printd` [INFO] [stdout] --> src/bin/14.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use advent_of_code::printd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b1` [INFO] [stdout] --> src/bin/14.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | let b1 = std::io::stdin().read_line(&mut line).unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_b1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ra` [INFO] [stdout] --> src/bin/14.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | let ra = (rows-1)/2; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ca` [INFO] [stdout] --> src/bin/14.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let ca = (cols-1)/2; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ca` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `printmap` is never used [INFO] [stdout] --> src/bin/10.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fn printmap(map: &Vec)>>) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/12.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `advent_of_code::printd` [INFO] [stdout] --> src/bin/08.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use advent_of_code::printd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `np` is never used [INFO] [stdout] --> src/bin/12.rs:132:4 [INFO] [stdout] | [INFO] [stdout] 132 | fn np((a, b): (u32, u32)) -> (u32, u32) { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_grid` is never used [INFO] [stdout] --> src/bin/08.rs:88:4 [INFO] [stdout] | [INFO] [stdout] 88 | fn print_grid(grid: &Vec>) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `advent_of_code::printd` [INFO] [stdout] --> src/bin/14.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use advent_of_code::printd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `printmap` is never used [INFO] [stdout] --> src/bin/10.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fn printmap(map: &Vec)>>) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b1` [INFO] [stdout] --> src/bin/14.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | let b1 = std::io::stdin().read_line(&mut line).unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_b1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ra` [INFO] [stdout] --> src/bin/14.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | let ra = (rows-1)/2; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ca` [INFO] [stdout] --> src/bin/14.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let ca = (cols-1)/2; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ca` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/14-9062853c8ea033de.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/advent_of_code-9062853c8ea033de/dep-bin-14` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/13-0015f2e9423d4850.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/advent_of_code-0015f2e9423d4850/dep-test-bin-13` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] warning: unused import: `advent_of_code::printd` [INFO] [stdout] --> src/bin/22.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use advent_of_code::printd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaazmPNt" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | A = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 92 | let A = A / 2u64.pow(combo as u32); [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | A = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | B = B ^ literal; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 95 | let B = B ^ literal; [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | B = B ^ literal; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `literal` in this scope [INFO] [stdout] --> src/bin/17.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | B = B ^ literal; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | B = combo % 8; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 98 | let B = combo % 8; [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | if A > 0 { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ip` in this scope [INFO] [stdout] --> src/bin/17.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | ip = literal as usize; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 102 | let ip = literal as usize; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `literal` in this scope [INFO] [stdout] --> src/bin/17.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | ip = literal as usize; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | B = B ^ C; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 106 | let B = B ^ C; [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | B = B ^ C; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `C` in this scope [INFO] [stdout] --> src/bin/17.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | B = B ^ C; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B` in this scope [INFO] [stdout] --> src/bin/17.rs:112:13 [INFO] [stdout] | [INFO] [stdout] 112 | B = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 112 | let B = A / 2u64.pow(combo as u32); [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | B = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `C` in this scope [INFO] [stdout] --> src/bin/17.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | C = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 115 | let C = A / 2u64.pow(combo as u32); [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | C = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "06" test) due to 1 previous error [INFO] [stderr] error: could not compile `advent_of_code` (bin "22" test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/f8f6997469237299c1d60814c7b9828602a1f8e4/bin/rustc --crate-name 22 --edition=2021 src/bin/22.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=207c4e31eede952e -C extra-filename=-fa953c5ad3072122 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-c5e46b6a5bb82c69.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-fc2a15bf9a425b24.rmeta --extern fancy_regex=/opt/rustwide/target/debug/deps/libfancy_regex-ccf0d5a6d66e2e25.rmeta --extern glam=/opt/rustwide/target/debug/deps/libglam-139f1225302f5796.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-674b863f58fbe8b0.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-12de846c3d608b5f.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cb8ca6aa8c56979f.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-6761d284625db1bc.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-a927eb7fc05f5927.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-154929b6ac9493b9.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-555c6cb7f904b321.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-ee892ea60399e6c0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ffde490e4ca1f358.rmeta --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-a200b78582b97b4c.rmeta --extern transpose=/opt/rustwide/target/debug/deps/libtranspose-91971629a0fc90ca.rmeta --cap-lints=forbid` (exit status: 0) [INFO] [stdout] warning: unused variable: `instruction_index` [INFO] [stdout] --> src/bin/15.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | for (instruction_index, instruction) in instructions.into_iter().enumerate() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instruction_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/15.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rayon::prelude` [INFO] [stdout] --> src/bin/17.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Robot` is never constructed [INFO] [stdout] --> src/bin/15.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 14 | enum Obstacle { [INFO] [stdout] | -------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 18 | Robot, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Obstacle` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_map` is never used [INFO] [stdout] --> src/bin/15.rs:167:4 [INFO] [stdout] | [INFO] [stdout] 167 | fn print_map(map: &Vec>, robot_pos: &UVec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `B` [INFO] [stdout] --> src/bin/17.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | let B: u64 = input_itr.parse_last_word(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_B` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `C` [INFO] [stdout] --> src/bin/17.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | let C: u64 = input_itr.parse_last_word(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `program` [INFO] [stdout] --> src/bin/17.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | let program: Vec = input_itr [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_program` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `A` in this scope [INFO] [stdout] --> src/bin/17.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | A = A / 2u64.pow(combo as u32); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 92 | let A = A / 2u64.pow(combo as u32); [INFO] [stdout] | +++ [INFO] [stdout] help: you might be missing a const parameter [INFO] [stdout] | [INFO] [stdout] 89 | fn part_two_rec(program: &Vec, opcode: u64, combo: u64) { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "17" test) due to 16 previous errors; 4 warnings emitted [INFO] [stderr] error: could not compile `advent_of_code` (bin "17") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3c11b198ef303e9df3d2eb38261aac21b486c6fac6a2ed8b3be68f0aee809d05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c11b198ef303e9df3d2eb38261aac21b486c6fac6a2ed8b3be68f0aee809d05", kill_on_drop: false }` [INFO] [stdout] 3c11b198ef303e9df3d2eb38261aac21b486c6fac6a2ed8b3be68f0aee809d05