[INFO] cloning repository https://github.com/stevebob/wfc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevebob/wfc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebob%2Fwfc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebob%2Fwfc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b03bf9f43b22febc9b9be360f1f13d328a15ac6
[INFO] checking stevebob/wfc against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebob%2Fwfc" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/stevebob/wfc
[INFO] finished tweaking git repo https://github.com/stevebob/wfc
[INFO] tweaked toml for git repo https://github.com/stevebob/wfc written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/stevebob/wfc on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 227 packages to highest compatible versions
[INFO] [stderr]       Adding coord_2d v0.3.7 (available: v0.4.2)
[INFO] [stderr]       Adding direction v0.18.1 (available: v0.19.1)
[INFO] [stderr]       Adding getrandom v0.2.17 (available: v0.4.3)
[INFO] [stderr]       Adding grid_2d v0.15.3 (available: v0.16.2)
[INFO] [stderr]       Adding hashbrown v0.13.2 (available: v0.17.1)
[INFO] [stderr]       Adding image v0.24.9 (available: v0.25.10)
[INFO] [stderr]       Adding meap v0.5.2 (available: v0.8.1)
[INFO] [stderr]       Adding pixels v0.11.0 (available: v0.17.2)
[INFO] [stderr]       Adding rand v0.8.8 (available: v0.10.2)
[INFO] [stderr]       Adding rand_xorshift v0.3.0 (available: v0.5.0)
[INFO] [stderr]       Adding web-sys v0.3.72 (available: v0.3.105)
[INFO] [stderr]       Adding winit v0.27.5 (available: v0.30.13)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> wfc/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> wfc/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | repository = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |              -------------------------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `wfc` (manifest) generated 2 warnings
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> wfc-image/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> wfc-image/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | repository = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |              -------------------------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `wfc_image` (manifest) generated 2 warnings
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded direction v0.18.1
[INFO] [stderr]   Downloaded coord_2d v0.3.7
[INFO] [stderr]   Downloaded meap v0.5.2
[INFO] [stderr]   Downloaded grid_2d v0.15.3
[INFO] [stderr]   Downloaded crossfont v0.5.2
[INFO] [stderr]   Downloaded ultraviolet v0.9.2
[INFO] [stderr]   Downloaded naga v0.10.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d
[INFO] running `Command { std: "docker" "start" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> wfc/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> wfc/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | repository = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |              -------------------------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `wfc` (manifest) generated 2 warnings
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> wfc-image/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> wfc-image/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | repository = "https://github.com/gridbugs/wfc.git"
[INFO] [stderr]   |              -------------------------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `wfc_image` (manifest) generated 2 warnings
[INFO] [stderr]     Checking smallvec v1.16.1
[INFO] [stderr]    Compiling xml-rs v0.8.29
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling crc32fast v1.5.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking coord_2d v0.3.7
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]    Compiling wgpu-core v0.14.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling foreign-types-macros v0.2.4
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking khronos-egl v4.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling crossfont v0.5.2
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking wgpu-types v0.14.1
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking tiny-skia-path v0.7.0
[INFO] [stderr]     Checking rand v0.8.8
[INFO] [stderr]     Checking grid_2d v0.15.3
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]     Checking direction v0.18.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking pollster v0.2.5
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking meap v0.5.2
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking wfc v0.10.7 (/opt/rustwide/workdir/wfc)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/tiled_slice.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn iter(&self) -> TiledGridSliceIter<T> {
[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] 59 |     pub fn iter(&self) -> TiledGridSliceIter<'_, T> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn drain(&mut self) -> ::std::vec::Drain<T> {
[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] 32 |     pub fn drain(&mut self) -> ::std::vec::Drain<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn iter(&self) -> slice::Iter<T> {
[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] 35 |     pub fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn iter_mut(&mut self) -> slice::IterMut<T> {
[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 iter_mut(&mut self) -> slice::IterMut<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:205:34
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn pattern_stats_option_iter(&self) -> OptionSliceIter<PatternWeight> {
[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] 205 |     fn pattern_stats_option_iter(&self) -> OptionSliceIter<'_, PatternWeight> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 221 |     ) -> slice::Iter<CardinalDirectionTable<Vec<PatternId>>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 221 |     ) -> slice::Iter<'_, CardinalDirectionTable<Vec<PatternId>>> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 226 |     ) -> NumWaysToBecomeEachPatternByDirection {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 226 |     ) -> NumWaysToBecomeEachPatternByDirection<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1000:9
[INFO] [stdout]      |
[INFO] [stdout] 1000 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1001 |     ) -> EnumerateCompatiblePatternWeights {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 1001 |     ) -> EnumerateCompatiblePatternWeights<'_> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1048:26
[INFO] [stdout]      |
[INFO] [stdout] 1048 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1048 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1052:31
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1052 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1056:36
[INFO] [stdout]      |
[INFO] [stdout] 1056 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1056 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1111:25
[INFO] [stdout]      |
[INFO] [stdout] 1111 |     fn wave_cell_handle(&mut self, coord: Coord) -> WaveCellHandle {
[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] 1111 |     fn wave_cell_handle(&mut self, coord: Coord) -> WaveCellHandle<'_> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1150:22
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1150 |     fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1158:27
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1158 |     fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1165:32
[INFO] [stdout]      |
[INFO] [stdout] 1165 |     fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1165 |     fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1294:23
[INFO] [stdout]      |
[INFO] [stdout] 1294 |     pub fn borrow_mut(&mut self) -> RunBorrow<W, ForbidRef<F>> {
[INFO] [stdout]      |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                       |             |            |
[INFO] [stdout]      |                       |             |            the same lifetime is hidden here
[INFO] [stdout]      |                       |             the same lifetime is hidden here
[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] 1294 |     pub fn borrow_mut(&mut self) -> RunBorrow<'_, W, ForbidRef<'_, F>> {
[INFO] [stdout]      |                                               +++              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1315:26
[INFO] [stdout]      |
[INFO] [stdout] 1315 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1315 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1323:31
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1323 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1330:36
[INFO] [stdout]      |
[INFO] [stdout] 1330 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1330 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1429:23
[INFO] [stdout]      |
[INFO] [stdout] 1429 |     pub fn borrow_mut(&mut self) -> RunBorrow<W, ForbidRef<F>> {
[INFO] [stdout]      |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                       |             |            |
[INFO] [stdout]      |                       |             |            the same lifetime is hidden here
[INFO] [stdout]      |                       |             the same lifetime is hidden here
[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] 1429 |     pub fn borrow_mut(&mut self) -> RunBorrow<'_, W, ForbidRef<'_, F>> {
[INFO] [stdout]      |                                               +++              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1450:26
[INFO] [stdout]      |
[INFO] [stdout] 1450 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1450 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1458:31
[INFO] [stdout]      |
[INFO] [stdout] 1458 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1458 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1465:36
[INFO] [stdout]      |
[INFO] [stdout] 1465 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1465 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tiny-skia v0.7.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/tiled_slice.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn iter(&self) -> TiledGridSliceIter<T> {
[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] 59 |     pub fn iter(&self) -> TiledGridSliceIter<'_, T> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn drain(&mut self) -> ::std::vec::Drain<T> {
[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] 32 |     pub fn drain(&mut self) -> ::std::vec::Drain<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn iter(&self) -> slice::Iter<T> {
[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] 35 |     pub fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> wfc/src/wfc.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn iter_mut(&mut self) -> slice::IterMut<T> {
[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 iter_mut(&mut self) -> slice::IterMut<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:205:34
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn pattern_stats_option_iter(&self) -> OptionSliceIter<PatternWeight> {
[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] 205 |     fn pattern_stats_option_iter(&self) -> OptionSliceIter<'_, PatternWeight> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 221 |     ) -> slice::Iter<CardinalDirectionTable<Vec<PatternId>>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 221 |     ) -> slice::Iter<'_, CardinalDirectionTable<Vec<PatternId>>> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> wfc/src/wfc.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 226 |     ) -> NumWaysToBecomeEachPatternByDirection {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 226 |     ) -> NumWaysToBecomeEachPatternByDirection<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1000:9
[INFO] [stdout]      |
[INFO] [stdout] 1000 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1001 |     ) -> EnumerateCompatiblePatternWeights {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 1001 |     ) -> EnumerateCompatiblePatternWeights<'_> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1048:26
[INFO] [stdout]      |
[INFO] [stdout] 1048 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1048 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1052:31
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1052 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1056:36
[INFO] [stdout]      |
[INFO] [stdout] 1056 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1056 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1111:25
[INFO] [stdout]      |
[INFO] [stdout] 1111 |     fn wave_cell_handle(&mut self, coord: Coord) -> WaveCellHandle {
[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] 1111 |     fn wave_cell_handle(&mut self, coord: Coord) -> WaveCellHandle<'_> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1150:22
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1150 |     fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1158:27
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1158 |     fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1165:32
[INFO] [stdout]      |
[INFO] [stdout] 1165 |     fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1165 |     fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1294:23
[INFO] [stdout]      |
[INFO] [stdout] 1294 |     pub fn borrow_mut(&mut self) -> RunBorrow<W, ForbidRef<F>> {
[INFO] [stdout]      |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                       |             |            |
[INFO] [stdout]      |                       |             |            the same lifetime is hidden here
[INFO] [stdout]      |                       |             the same lifetime is hidden here
[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] 1294 |     pub fn borrow_mut(&mut self) -> RunBorrow<'_, W, ForbidRef<'_, F>> {
[INFO] [stdout]      |                                               +++              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1315:26
[INFO] [stdout]      |
[INFO] [stdout] 1315 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1315 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1323:31
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1323 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1330:36
[INFO] [stdout]      |
[INFO] [stdout] 1330 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1330 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1429:23
[INFO] [stdout]      |
[INFO] [stdout] 1429 |     pub fn borrow_mut(&mut self) -> RunBorrow<W, ForbidRef<F>> {
[INFO] [stdout]      |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                       |             |            |
[INFO] [stdout]      |                       |             |            the same lifetime is hidden here
[INFO] [stdout]      |                       |             the same lifetime is hidden here
[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] 1429 |     pub fn borrow_mut(&mut self) -> RunBorrow<'_, W, ForbidRef<'_, F>> {
[INFO] [stdout]      |                                               +++              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1450:26
[INFO] [stdout]      |
[INFO] [stdout] 1450 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef {
[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] 1450 |     pub fn wave_cell_ref(&self, coord: Coord) -> WaveCellRef<'_> {
[INFO] [stdout]      |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1458:31
[INFO] [stdout]      |
[INFO] [stdout] 1458 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef> {
[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] 1458 |     pub fn wave_cell_ref_iter(&self) -> impl Iterator<Item = WaveCellRef<'_>> {
[INFO] [stdout]      |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> wfc/src/wfc.rs:1465:36
[INFO] [stdout]      |
[INFO] [stdout] 1465 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef)> {
[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] 1465 |     pub fn wave_cell_ref_enumerate(&self) -> impl Iterator<Item = (Coord, WaveCellRef<'_>)> {
[INFO] [stdout]      |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking ultraviolet v0.9.2
[INFO] [stderr]     Checking wfc_image v0.12.1 (/opt/rustwide/workdir/wfc-image)
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking naga v0.10.1
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wgpu-hal v0.14.1
[INFO] [stderr]     Checking wgpu v0.14.2
[INFO] [stderr]     Checking sctk-adwaita v0.4.3
[INFO] [stderr]     Checking winit v0.27.5
[INFO] [stderr]     Checking pixels v0.11.0
[INFO] [stderr]     Checking animation_helper v0.1.0 (/opt/rustwide/workdir/animation-helper)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.88s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wgpu-core v0.14.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d", kill_on_drop: false }`
[INFO] [stdout] 8b4dd1e5eeed88d96fd7952b6f097bf91d81f677522d44417e904a4e159bc94d
