[INFO] cloning repository https://github.com/jmcantrell/aoc2015-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmcantrell/aoc2015-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmcantrell%2Faoc2015-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmcantrell%2Faoc2015-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9faa71bcb1ff8f3eb1635f8144ef7608d9e8d43f [INFO] building jmcantrell/aoc2015-rust against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmcantrell%2Faoc2015-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/jmcantrell/aoc2015-rust [INFO] finished tweaking git repo https://github.com/jmcantrell/aoc2015-rust [INFO] tweaked toml for git repo https://github.com/jmcantrell/aoc2015-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jmcantrell/aoc2015-rust on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jmcantrell/aoc2015-rust 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lazy-regex v3.0.1 [INFO] [stderr] Downloaded lazy-regex-proc_macros v3.0.1 [INFO] [stderr] Downloaded plotters-svg v0.3.5 [INFO] [stderr] Downloaded memoffset v0.9.0 [INFO] [stderr] Downloaded ciborium-io v0.2.1 [INFO] [stderr] Downloaded crossbeam-deque v0.8.3 [INFO] [stderr] Downloaded nalgebra-macros v0.2.1 [INFO] [stderr] Downloaded rayon-core v1.11.0 [INFO] [stderr] Downloaded crossbeam-channel v0.5.8 [INFO] [stderr] Downloaded simba v0.8.1 [INFO] [stderr] Downloaded num-complex v0.4.3 [INFO] [stderr] Downloaded ciborium v0.2.1 [INFO] [stderr] Downloaded clap v4.3.19 [INFO] [stderr] Downloaded anyhow v1.0.72 [INFO] [stderr] Downloaded rayon v1.7.0 [INFO] [stderr] Downloaded clap_builder v4.3.19 [INFO] [stderr] Downloaded rustix v0.38.7 [INFO] [stderr] Downloaded aho-corasick v1.0.2 [INFO] [stderr] Downloaded bytemuck v1.13.1 [INFO] [stderr] Downloaded plotters-backend v0.3.5 [INFO] [stderr] Downloaded ciborium-ll v0.2.1 [INFO] [stderr] Downloaded wide v0.7.11 [INFO] [stderr] Downloaded bitflags v2.3.3 [INFO] [stderr] Downloaded crossbeam-epoch v0.9.15 [INFO] [stderr] Downloaded plotters v0.3.5 [INFO] [stderr] Downloaded nalgebra v0.32.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b782b196b95a9d220428fb73ea2ac7261a2894a7173f772b26b86222ce9c12b0 [INFO] running `Command { std: "docker" "start" "-a" "b782b196b95a9d220428fb73ea2ac7261a2894a7173f772b26b86222ce9c12b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b782b196b95a9d220428fb73ea2ac7261a2894a7173f772b26b86222ce9c12b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b782b196b95a9d220428fb73ea2ac7261a2894a7173f772b26b86222ce9c12b0", kill_on_drop: false }` [INFO] [stdout] b782b196b95a9d220428fb73ea2ac7261a2894a7173f772b26b86222ce9c12b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa10487b5c4a80963d6f5854cc77408f6a2ed9bbf97cd5692b16dffe2e53e925 [INFO] running `Command { std: "docker" "start" "-a" "fa10487b5c4a80963d6f5854cc77408f6a2ed9bbf97cd5692b16dffe2e53e925", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling serde v1.0.183 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling wide v0.7.11 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir/lib/aoc) [INFO] [stderr] Compiling day16 v0.1.0 (/opt/rustwide/workdir/puzzles/day16) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/puzzles/day04) [INFO] [stderr] Compiling day22 v0.1.0 (/opt/rustwide/workdir/puzzles/day22) [INFO] [stderr] Compiling day19 v0.1.0 (/opt/rustwide/workdir/puzzles/day19) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/puzzles/day08) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/puzzles/day05) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/puzzles/day01) [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/puzzles/day07) [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/puzzles/day11) [INFO] [stderr] Compiling day23 v0.1.0 (/opt/rustwide/workdir/puzzles/day23) [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling day20 v0.1.0 (/opt/rustwide/workdir/puzzles/day20) [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/puzzles/day10) [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling day24 v0.1.0 (/opt/rustwide/workdir/puzzles/day24) [INFO] [stderr] Compiling day15 v0.1.0 (/opt/rustwide/workdir/puzzles/day15) [INFO] [stderr] Compiling day21 v0.1.0 (/opt/rustwide/workdir/puzzles/day21) [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/puzzles/day09) [INFO] [stderr] Compiling day17 v0.1.0 (/opt/rustwide/workdir/puzzles/day17) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling regex-automata v0.3.6 [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir/puzzles/day12) [INFO] [stderr] Compiling nalgebra-macros v0.2.1 [INFO] [stderr] Compiling regex v1.9.3 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.0.1 [INFO] [stderr] Compiling lazy-regex v3.0.1 [INFO] [stderr] Compiling day25 v0.1.0 (/opt/rustwide/workdir/puzzles/day25) [INFO] [stderr] Compiling day13 v0.1.0 (/opt/rustwide/workdir/puzzles/day13) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/puzzles/day14) [INFO] [stderr] Compiling nalgebra v0.32.3 [INFO] [stderr] Compiling day18 v0.1.0 (/opt/rustwide/workdir/puzzles/day18) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/puzzles/day03) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/puzzles/day02) [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/puzzles/day06) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator> + '_ { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:93:84 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] | -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] 93 + pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + 'a [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.57s [INFO] running `Command { std: "docker" "inspect" "fa10487b5c4a80963d6f5854cc77408f6a2ed9bbf97cd5692b16dffe2e53e925", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa10487b5c4a80963d6f5854cc77408f6a2ed9bbf97cd5692b16dffe2e53e925", kill_on_drop: false }` [INFO] [stdout] fa10487b5c4a80963d6f5854cc77408f6a2ed9bbf97cd5692b16dffe2e53e925 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e340ce1f7a8d1dafca896db5d17d7e2f88b3e2a1af1c72296ab1b1c6ef25f59d [INFO] running `Command { std: "docker" "start" "-a" "e340ce1f7a8d1dafca896db5d17d7e2f88b3e2a1af1c72296ab1b1c6ef25f59d", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling serde v1.0.183 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling serde_derive v1.0.183 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling rustix v0.38.7 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir/lib/aoc) [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir/puzzles/day12) [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling nalgebra v0.32.3 [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/puzzles/day11) [INFO] [stderr] Compiling day22 v0.1.0 (/opt/rustwide/workdir/puzzles/day22) [INFO] [stderr] Compiling day13 v0.1.0 (/opt/rustwide/workdir/puzzles/day13) [INFO] [stderr] Compiling day19 v0.1.0 (/opt/rustwide/workdir/puzzles/day19) [INFO] [stderr] Compiling day23 v0.1.0 (/opt/rustwide/workdir/puzzles/day23) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/puzzles/day14) [INFO] [stderr] Compiling day15 v0.1.0 (/opt/rustwide/workdir/puzzles/day15) [INFO] [stderr] Compiling day17 v0.1.0 (/opt/rustwide/workdir/puzzles/day17) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/puzzles/day05) [INFO] [stderr] Compiling day21 v0.1.0 (/opt/rustwide/workdir/puzzles/day21) [INFO] [stderr] Compiling day20 v0.1.0 (/opt/rustwide/workdir/puzzles/day20) [INFO] [stderr] Compiling day25 v0.1.0 (/opt/rustwide/workdir/puzzles/day25) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/puzzles/day04) [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/puzzles/day07) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/puzzles/day08) [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/puzzles/day09) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn iter_paths(&self) -> impl Iterator, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | pub fn shortest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day09/src/core/map.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path, Distance)> { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn longest_path(&self) -> Option<(Path<'_>, Distance)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/puzzles/day10) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/puzzles/day01) [INFO] [stderr] Compiling day16 v0.1.0 (/opt/rustwide/workdir/puzzles/day16) [INFO] [stderr] Compiling day24 v0.1.0 (/opt/rustwide/workdir/puzzles/day24) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/puzzles/day03) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/puzzles/day02) [INFO] [stderr] Compiling day18 v0.1.0 (/opt/rustwide/workdir/puzzles/day18) [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/puzzles/day06) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator> + '_ { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:93:84 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] | -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] 93 + pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + 'a [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn neighbor(&self, location: Location, direction: Direction) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | fn neighbors(&self, location: Location) -> impl Iterator> + '_ { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn lit_neighbors(&self, location: Location) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 51 | fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> puzzles/day18/src/core/light_grid.rs:93:84 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] | -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + '_ [INFO] [stdout] 93 + pub fn animate<'a, F: 'a>(&'a self, evolve: F) -> impl Iterator + 'a [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.77s [INFO] running `Command { std: "docker" "inspect" "e340ce1f7a8d1dafca896db5d17d7e2f88b3e2a1af1c72296ab1b1c6ef25f59d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e340ce1f7a8d1dafca896db5d17d7e2f88b3e2a1af1c72296ab1b1c6ef25f59d", kill_on_drop: false }` [INFO] [stdout] e340ce1f7a8d1dafca896db5d17d7e2f88b3e2a1af1c72296ab1b1c6ef25f59d