[INFO] cloning repository https://github.com/Molive-0/AOC-2021-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Molive-0/AOC-2021-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMolive-0%2FAOC-2021-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMolive-0%2FAOC-2021-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3dc359b0cbf13bd01645b371e23f3362645b93d4 [INFO] checking Molive-0/AOC-2021-rs against try#579169d0e78824dc60934e5eb74cd3841f2b33e8 for pr-149328 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMolive-0%2FAOC-2021-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Molive-0/AOC-2021-rs [INFO] finished tweaking git repo https://github.com/Molive-0/AOC-2021-rs [INFO] tweaked toml for git repo https://github.com/Molive-0/AOC-2021-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Molive-0/AOC-2021-rs on toolchain 579169d0e78824dc60934e5eb74cd3841f2b33e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Molive-0/AOC-2021-rs 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" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded generic-array v0.13.3 [INFO] [stderr] Downloaded heapless v0.6.1 [INFO] [stderr] Downloaded hash32 v0.1.1 [INFO] [stderr] Downloaded as-slice v0.1.5 [INFO] [stderr] Downloaded rstar v0.8.4 [INFO] [stderr] Downloaded geo-types v0.7.2 [INFO] [stderr] Downloaded geographiclib-rs v0.2.0 [INFO] [stderr] Downloaded time v0.3.5 [INFO] [stderr] Downloaded geo v0.18.0 [INFO] [stderr] Downloaded libc v0.2.109 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22842820a086c154c158ec1df403b2d849f6848c1d92d69cc509b8e32396c8e0 [INFO] running `Command { std: "docker" "start" "-a" "22842820a086c154c158ec1df403b2d849f6848c1d92d69cc509b8e32396c8e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22842820a086c154c158ec1df403b2d849f6848c1d92d69cc509b8e32396c8e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22842820a086c154c158ec1df403b2d849f6848c1d92d69cc509b8e32396c8e0", kill_on_drop: false }` [INFO] [stdout] 22842820a086c154c158ec1df403b2d849f6848c1d92d69cc509b8e32396c8e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27bb4ae8fbac9a61d3b53e0215fd763feb2eb70a2c972ae17f5a4537b3d4dccc [INFO] running `Command { std: "docker" "start" "-a" "27bb4ae8fbac9a61d3b53e0215fd763feb2eb70a2c972ae17f5a4537b3d4dccc", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling libc v0.2.109 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking geographiclib-rs v0.2.0 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking robust v0.2.3 [INFO] [stderr] Checking time v0.3.5 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Checking rstar v0.8.4 [INFO] [stderr] Checking geo-types v0.7.2 [INFO] [stderr] Checking geo v0.18.0 [INFO] [stderr] Checking aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/bin/./../days/4.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day4.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | let mut data = input_to_str_iterator!("4"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/4.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day4.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | let mut data = input_to_str_iterator!("4"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/7.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day7.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | let crabs = input_to_i32_comma_vec!("7"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_i32_comma_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/3.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day3.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | let data = input_to_str_iterator!("3") [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/1.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day1.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | let data = input_to_i32_vec!("1"); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_i32_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/3.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day3.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | let data = input_to_str_iterator!("3") [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! input_to_str_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! input_to_str_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/bin/day7.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | .map(|crab| (((crab - pos).abs() * ((crab - pos).abs() + 1)) / 2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16 - .map(|crab| (((crab - pos).abs() * ((crab - pos).abs() + 1)) / 2)) [INFO] [stdout] 16 + .map(|crab| ((crab - pos).abs() * ((crab - pos).abs() + 1)) / 2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` (bin "day1") due to 1 previous error; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2021` (bin "day7" test) due to 1 previous error; 5 warnings emitted [INFO] [stderr] error: could not compile `aoc2021` (bin "day3") due to 1 previous error; 5 warnings emitted [INFO] [stderr] error: could not compile `aoc2021` (bin "day4") due to 1 previous error; 5 warnings emitted [INFO] [stdout] error: couldn't read `src/bin/./../days/8.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day8.rs:142:22 [INFO] [stdout] | [INFO] [stdout] 142 | let mut digits = input_to_str_iterator!("8") [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` (bin "day4" test) due to 1 previous error; 5 warnings emitted [INFO] [stderr] error: could not compile `aoc2021` (bin "day3" test) due to 1 previous error; 5 warnings emitted [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_log` has been stable since 1.67.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/bin/day8.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_log)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/./../days/9.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/help/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | include_str!(concat!("./../days/", $x, ".txt")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bin/day9.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | let heightmap = input_to_str_iterator!("9") [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input_to_str_iterator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! input_to_i32_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_iterator` [INFO] [stdout] --> src/bin/help/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | macro_rules! input_to_i32_comma_iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_vec` [INFO] [stdout] --> src/bin/help/mod.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | macro_rules! input_to_i32_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_i32_comma_vec` [INFO] [stdout] --> src/bin/help/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! input_to_i32_comma_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `input_to_str_vec` [INFO] [stdout] --> src/bin/help/mod.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | macro_rules! input_to_str_vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `log2` found for type `u16` in the current scope [INFO] [stdout] --> src/bin/day8.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 67 | Some(self.possible.log2() as u8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `ilog2` with a similar name [INFO] [stdout] | [INFO] [stdout] 67 | Some(self.possible.ilog2() as u8) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` (bin "day9" test) due to 1 previous error; 5 warnings emitted [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` (bin "day8") due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "27bb4ae8fbac9a61d3b53e0215fd763feb2eb70a2c972ae17f5a4537b3d4dccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27bb4ae8fbac9a61d3b53e0215fd763feb2eb70a2c972ae17f5a4537b3d4dccc", kill_on_drop: false }` [INFO] [stdout] 27bb4ae8fbac9a61d3b53e0215fd763feb2eb70a2c972ae17f5a4537b3d4dccc