[INFO] cloning repository https://github.com/mfornet/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mfornet/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmfornet%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmfornet%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7796b6b72d9a2c0b737a76db9d0b0eaf5e34fbfc [INFO] checking mfornet/advent-of-code-2023 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmfornet%2Fadvent-of-code-2023" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mfornet/advent-of-code-2023 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/mfornet/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/mfornet/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/mfornet/advent-of-code-2023 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mfornet/advent-of-code-2023 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "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 num_enum_derive v0.7.1 [INFO] [stderr] Downloaded proc-macro-crate v2.0.1 [INFO] [stderr] Downloaded toml_datetime v0.6.3 [INFO] [stderr] Downloaded toml_edit v0.20.2 [INFO] [stderr] Downloaded num_enum v0.7.1 [INFO] [stderr] Downloaded winnow v0.5.30 [INFO] [stderr] Downloaded syn v2.0.42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8953c455f6d66301e74f78be6d96c2ad3bc4fea4d6eb9e81f201692069b48832 [INFO] running `Command { std: "docker" "start" "-a" "8953c455f6d66301e74f78be6d96c2ad3bc4fea4d6eb9e81f201692069b48832", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8953c455f6d66301e74f78be6d96c2ad3bc4fea4d6eb9e81f201692069b48832", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8953c455f6d66301e74f78be6d96c2ad3bc4fea4d6eb9e81f201692069b48832", kill_on_drop: false }` [INFO] [stdout] 8953c455f6d66301e74f78be6d96c2ad3bc4fea4d6eb9e81f201692069b48832 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bd5950d6758d06ffb18c140d8e917eeb46c00db2e809e80eb7c681d35e458d4 [INFO] running `Command { std: "docker" "start" "-a" "0bd5950d6758d06ffb18c140d8e917eeb46c00db2e809e80eb7c681d35e458d4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling winnow v0.5.30 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.42 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Checking console v0.15.7 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Checking indicatif v0.17.7 [INFO] [stderr] Checking num-iter v0.1.43 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking num-rational v0.4.1 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Compiling proc-macro-crate v2.0.1 [INFO] [stderr] Compiling num_enum_derive v0.7.1 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking num_enum v0.7.1 [INFO] [stderr] Checking advent_of_code v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/25.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | 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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/24.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | 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: methods `dot` and `norm_squared` are never used [INFO] [stdout] --> src/bin/24.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 188 | impl Point3d { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] 189 | fn dot(&self, rhs: &Self) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | fn norm_squared(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `State` is never constructed [INFO] [stdout] --> src/bin/24.rs:205:8 [INFO] [stdout] | [INFO] [stdout] 205 | struct State { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `State` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `init_variable`, `eval`, and `diff` are never used [INFO] [stdout] --> src/bin/24.rs:211:8 [INFO] [stdout] | [INFO] [stdout] 210 | impl State { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] 211 | fn init_variable(&self) -> Variables { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | fn eval(&self, var: &Variables) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 233 | fn diff(&self, var: &Variables) -> Variables { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Variables` is never constructed [INFO] [stdout] --> src/bin/24.rs:268:8 [INFO] [stdout] | [INFO] [stdout] 268 | struct Variables { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_like` and `update` are never used [INFO] [stdout] --> src/bin/24.rs:275:8 [INFO] [stdout] | [INFO] [stdout] 274 | impl Variables { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 275 | fn new_like(var: &Variables) -> Variables { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 283 | fn update(&mut self, diff: &Variables, lr: f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/25.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | 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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/24.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | 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: methods `dot` and `norm_squared` are never used [INFO] [stdout] --> src/bin/24.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 188 | impl Point3d { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] 189 | fn dot(&self, rhs: &Self) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | fn norm_squared(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `State` is never constructed [INFO] [stdout] --> src/bin/24.rs:205:8 [INFO] [stdout] | [INFO] [stdout] 205 | struct State { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `State` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `init_variable`, `eval`, and `diff` are never used [INFO] [stdout] --> src/bin/24.rs:211:8 [INFO] [stdout] | [INFO] [stdout] 210 | impl State { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] 211 | fn init_variable(&self) -> Variables { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | fn eval(&self, var: &Variables) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 233 | fn diff(&self, var: &Variables) -> Variables { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Variables` is never constructed [INFO] [stdout] --> src/bin/24.rs:268:8 [INFO] [stdout] | [INFO] [stdout] 268 | struct Variables { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_like` and `update` are never used [INFO] [stdout] --> src/bin/24.rs:275:8 [INFO] [stdout] | [INFO] [stdout] 274 | impl Variables { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 275 | fn new_like(var: &Variables) -> Variables { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 283 | fn update(&mut self, diff: &Variables, lr: f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.43s [INFO] running `Command { std: "docker" "inspect" "0bd5950d6758d06ffb18c140d8e917eeb46c00db2e809e80eb7c681d35e458d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bd5950d6758d06ffb18c140d8e917eeb46c00db2e809e80eb7c681d35e458d4", kill_on_drop: false }` [INFO] [stdout] 0bd5950d6758d06ffb18c140d8e917eeb46c00db2e809e80eb7c681d35e458d4 [INFO] checking mfornet/advent-of-code-2023 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmfornet%2Fadvent-of-code-2023" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mfornet/advent-of-code-2023 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/mfornet/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/mfornet/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/mfornet/advent-of-code-2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mfornet/advent-of-code-2023 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ba3b2615b89ad2859882c4575b70f6e7531ce4ad90a065d38f0fc5d65b05728 [INFO] running `Command { std: "docker" "start" "-a" "7ba3b2615b89ad2859882c4575b70f6e7531ce4ad90a065d38f0fc5d65b05728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ba3b2615b89ad2859882c4575b70f6e7531ce4ad90a065d38f0fc5d65b05728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ba3b2615b89ad2859882c4575b70f6e7531ce4ad90a065d38f0fc5d65b05728", kill_on_drop: false }` [INFO] [stdout] 7ba3b2615b89ad2859882c4575b70f6e7531ce4ad90a065d38f0fc5d65b05728 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51fc9bd4950ac47b61affd0210b5ae29bd28a181c2d4a50c16b0f416206f01c4 [INFO] running `Command { std: "docker" "start" "-a" "51fc9bd4950ac47b61affd0210b5ae29bd28a181c2d4a50c16b0f416206f01c4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling winnow v0.5.30 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling syn v2.0.42 [INFO] [stderr] Checking console v0.15.7 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking indicatif v0.17.7 [INFO] [stderr] Checking num-iter v0.1.43 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking num-rational v0.4.1 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Compiling proc-macro-crate v2.0.1 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Compiling num_enum_derive v0.7.1 [INFO] [stderr] Checking num_enum v0.7.1 [INFO] [stderr] Checking advent_of_code v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 18 | let number = Regex::new(r"\d+").unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | / board [INFO] [stdout] 22 | | .iter() [INFO] [stdout] 23 | | .enumerate() [INFO] [stdout] 24 | | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] ... | [INFO] [stdout] 41 | | None [INFO] [stdout] 42 | | }) [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 58 | let number = Regex::new(r"\d+").unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | / board [INFO] [stdout] 62 | | .iter() [INFO] [stdout] 63 | | .enumerate() [INFO] [stdout] 64 | | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:64:37 [INFO] [stdout] | [INFO] [stdout] 64 | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "03" test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/25.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | 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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/24.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | 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: methods `dot` and `norm_squared` are never used [INFO] [stdout] --> src/bin/24.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 188 | impl Point3d { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] 189 | fn dot(&self, rhs: &Self) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | fn norm_squared(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `State` is never constructed [INFO] [stdout] --> src/bin/24.rs:205:8 [INFO] [stdout] | [INFO] [stdout] 205 | struct State { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `State` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `init_variable`, `eval`, and `diff` are never used [INFO] [stdout] --> src/bin/24.rs:211:8 [INFO] [stdout] | [INFO] [stdout] 210 | impl State { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] 211 | fn init_variable(&self) -> Variables { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | fn eval(&self, var: &Variables) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 233 | fn diff(&self, var: &Variables) -> Variables { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Variables` is never constructed [INFO] [stdout] --> src/bin/24.rs:268:8 [INFO] [stdout] | [INFO] [stdout] 268 | struct Variables { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_like` and `update` are never used [INFO] [stdout] --> src/bin/24.rs:275:8 [INFO] [stdout] | [INFO] [stdout] 274 | impl Variables { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 275 | fn new_like(var: &Variables) -> Variables { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 283 | fn update(&mut self, diff: &Variables, lr: f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/25.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | 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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 18 | let number = Regex::new(r"\d+").unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | / board [INFO] [stdout] 22 | | .iter() [INFO] [stdout] 23 | | .enumerate() [INFO] [stdout] 24 | | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] ... | [INFO] [stdout] 41 | | None [INFO] [stdout] 42 | | }) [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 58 | let number = Regex::new(r"\d+").unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | / board [INFO] [stdout] 62 | | .iter() [INFO] [stdout] 63 | | .enumerate() [INFO] [stdout] 64 | | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bin/03.rs:64:37 [INFO] [stdout] | [INFO] [stdout] 64 | .flat_map(|(row, line)| number.find_iter(line).map(move |m| (row, m))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "03") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "51fc9bd4950ac47b61affd0210b5ae29bd28a181c2d4a50c16b0f416206f01c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51fc9bd4950ac47b61affd0210b5ae29bd28a181c2d4a50c16b0f416206f01c4", kill_on_drop: false }` [INFO] [stdout] 51fc9bd4950ac47b61affd0210b5ae29bd28a181c2d4a50c16b0f416206f01c4