[INFO] cloning repository https://github.com/ManuelWDev/advent-of-code-2023-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ManuelWDev/advent-of-code-2023-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManuelWDev%2Fadvent-of-code-2023-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManuelWDev%2Fadvent-of-code-2023-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 84bf136d39ede40fe18fa516b4880260862f6d60 [INFO] checking ManuelWDev/advent-of-code-2023-rs against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManuelWDev%2Fadvent-of-code-2023-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/ManuelWDev/advent-of-code-2023-rs [INFO] finished tweaking git repo https://github.com/ManuelWDev/advent-of-code-2023-rs [INFO] tweaked toml for git repo https://github.com/ManuelWDev/advent-of-code-2023-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ManuelWDev/advent-of-code-2023-rs on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ManuelWDev/advent-of-code-2023-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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f88e20fc2f0e459182305fdc2cfc70a156aab29d6f0447dba6bbf1b3bf25630 [INFO] running `Command { std: "docker" "start" "-a" "1f88e20fc2f0e459182305fdc2cfc70a156aab29d6f0447dba6bbf1b3bf25630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f88e20fc2f0e459182305fdc2cfc70a156aab29d6f0447dba6bbf1b3bf25630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f88e20fc2f0e459182305fdc2cfc70a156aab29d6f0447dba6bbf1b3bf25630", kill_on_drop: false }` [INFO] [stdout] 1f88e20fc2f0e459182305fdc2cfc70a156aab29d6f0447dba6bbf1b3bf25630 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bac38def5d8a3c6c5fe0032bfbaa7ef1e30694c8437d0e4cf652a3506292f485 [INFO] running `Command { std: "docker" "start" "-a" "bac38def5d8a3c6c5fe0032bfbaa7ef1e30694c8437d0e4cf652a3506292f485", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Checking advent_of_code v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `z` is never read [INFO] [stdout] --> src/bin/24.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 77 | struct Vector { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 80 | z: i64, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bin/24.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 83 | impl Vector { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] 84 | fn new(x: i64, y: i64, z: i64) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `z` is never read [INFO] [stdout] --> src/bin/24.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 77 | struct Vector { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 80 | z: i64, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bin/24.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 83 | impl Vector { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] 84 | fn new(x: i64, y: i64, z: i64) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_targets` is never used [INFO] [stdout] --> src/bin/20.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 90 | trait Module { [INFO] [stdout] | ------ method in this trait [INFO] [stdout] 91 | fn execute(&mut self, high: bool, from: &str) -> (Vec, bool); [INFO] [stdout] 92 | fn get_targets(&self) -> &Vec; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bin/19.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | fn parse_input(input: &str) -> (HashMap<&str, WorkFlow>, Vec) { [INFO] [stdout] | ^^^^ ---- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | fn parse_input(input: &str) -> (HashMap<&str, WorkFlow<'_>>, Vec) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bin/19.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | fn parse_workflows<'a>(input: &'a str) -> HashMap<&'a str, WorkFlow> { [INFO] [stdout] | ^^ -- -------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'a` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 64 | fn parse_workflows<'a>(input: &'a str) -> HashMap<&'a str, WorkFlow<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bin/19.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | fn parse_input(input: &str) -> (HashMap<&str, WorkFlow>, Vec) { [INFO] [stdout] | ^^^^ ---- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | fn parse_input(input: &str) -> (HashMap<&str, WorkFlow<'_>>, Vec) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bin/19.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | fn parse_workflows<'a>(input: &'a str) -> HashMap<&'a str, WorkFlow> { [INFO] [stdout] | ^^ -- -------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'a` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 64 | fn parse_workflows<'a>(input: &'a str) -> HashMap<&'a str, WorkFlow<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_targets` is never used [INFO] [stdout] --> src/bin/20.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 90 | trait Module { [INFO] [stdout] | ------ method in this trait [INFO] [stdout] 91 | fn execute(&mut self, high: bool, from: &str) -> (Vec, bool); [INFO] [stdout] 92 | fn get_targets(&self) -> &Vec; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s [INFO] running `Command { std: "docker" "inspect" "bac38def5d8a3c6c5fe0032bfbaa7ef1e30694c8437d0e4cf652a3506292f485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bac38def5d8a3c6c5fe0032bfbaa7ef1e30694c8437d0e4cf652a3506292f485", kill_on_drop: false }` [INFO] [stdout] bac38def5d8a3c6c5fe0032bfbaa7ef1e30694c8437d0e4cf652a3506292f485