[INFO] cloning repository https://github.com/NicknameAlwaystaken/wave-function-collapse-practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicknameAlwaystaken/wave-function-collapse-practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicknameAlwaystaken%2Fwave-function-collapse-practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicknameAlwaystaken%2Fwave-function-collapse-practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4b8b8a4e6092664119cad6f5f96c1342505576d
[INFO] checking NicknameAlwaystaken/wave-function-collapse-practice against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicknameAlwaystaken%2Fwave-function-collapse-practice" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicknameAlwaystaken/wave-function-collapse-practice
[INFO] finished tweaking git repo https://github.com/NicknameAlwaystaken/wave-function-collapse-practice
[INFO] tweaked toml for git repo https://github.com/NicknameAlwaystaken/wave-function-collapse-practice written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicknameAlwaystaken/wave-function-collapse-practice on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicknameAlwaystaken/wave-function-collapse-practice 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" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 93f4e995afb18be2bbb7f856e631e97fb428ceead31d28d383a72cb2c7a5fb48
[INFO] running `Command { std: "docker" "start" "-a" "93f4e995afb18be2bbb7f856e631e97fb428ceead31d28d383a72cb2c7a5fb48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93f4e995afb18be2bbb7f856e631e97fb428ceead31d28d383a72cb2c7a5fb48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93f4e995afb18be2bbb7f856e631e97fb428ceead31d28d383a72cb2c7a5fb48", kill_on_drop: false }`
[INFO] [stdout] 93f4e995afb18be2bbb7f856e631e97fb428ceead31d28d383a72cb2c7a5fb48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1cb395f6e1a84c266ed13271bbd6bdc559db6138af6068d8c92b0f30f62e7a3
[INFO] running `Command { std: "docker" "start" "-a" "c1cb395f6e1a84c266ed13271bbd6bdc559db6138af6068d8c92b0f30f62e7a3", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling quick-xml v0.37.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking accesskit v0.17.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking nix v0.29.0
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking avif-serialize v0.8.3
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking immutable-chunkmap v2.0.6
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking accesskit_consumer v0.26.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling mime_guess2 v2.3.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking noise v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.31.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking ecolor v0.31.1
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking epaint v0.31.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking enumflags2 v0.7.11
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.6
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking egui_glow v0.31.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking webbrowser v1.0.4
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking ravif v0.11.12
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking arboard v3.5.0
[INFO] [stderr]     Checking egui_extras v0.31.1
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.10.1
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stderr]     Checking accesskit_unix v0.13.1
[INFO] [stderr]     Checking accesskit_winit v0.23.1
[INFO] [stderr]     Checking egui-winit v0.31.1
[INFO] [stderr]     Checking eframe v0.31.1
[INFO] [stderr]     Checking wfc_tool v0.1.0 (/opt/rustwide/workdir/wfc_tool)
[INFO] [stderr]     Checking main_wfc v0.1.0 (/opt/rustwide/workdir/main_wfc)
[INFO] [stdout] warning: unused import: `blit_tile_onto_rgbimage`
[INFO] [stdout]  --> main_wfc/src/wfc/engine.rs:6:49
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::{render::{blit_tile_onto_colorimage, blit_tile_onto_rgbimage}, rules::load_json_rules, tile::{get_tiles, TileSet}, util::{...
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `blit_tile_onto_rgbimage`
[INFO] [stdout]  --> main_wfc/src/wfc/engine.rs:6:49
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::{render::{blit_tile_onto_colorimage, blit_tile_onto_rgbimage}, rules::load_json_rules, tile::{get_tiles, TileSet}, util::{...
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     x: usize,
[INFO] [stdout]     |     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 |     y: usize,
[INFO] [stdout]     |     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `wave`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     wave: &Wave,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_wave`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rgbimage_to_colorimage` is never used
[INFO] [stdout]   --> main_wfc/src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn rgbimage_to_colorimage(img: &RgbImage) -> ColorImage {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rot` and `edges` are never read
[INFO] [stdout]   --> main_wfc/src/wfc/tile.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct RotVariant {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 50 |     pub rot: u32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 51 |     pub image: RgbImage,
[INFO] [stdout] 52 |     pub edges: [Vec<(u8, u8, u8)>; 4],
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RotVariant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `tile`, and `rot` are never read
[INFO] [stdout]   --> main_wfc/src/wfc/wave.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Locked {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout]  9 |     pub x: usize,
[INFO] [stdout]    |         ^
[INFO] [stdout] 10 |     pub y: usize,
[INFO] [stdout]    |         ^
[INFO] [stdout] 11 |     pub tile: Rc<Tile>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub rot: u32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Locked` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cell` is never constructed
[INFO] [stdout]    --> main_wfc/src/wfc/wave.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct Cell {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `JsonAllow` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/rules.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 | enum JsonAllow {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_allowed_by_name_or_rotation` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/rules.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn is_allowed_by_name_or_rotation(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_tile_rules` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn load_tile_rules(file: &str, tile_set: &TileSet) -> HashMap<(usize, Direction), Vec<(usize, u32)>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `retain_compatible` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:250:4
[INFO] [stdout]     |
[INFO] [stdout] 250 | fn retain_compatible(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_still_globally_valid` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:265:4
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn is_still_globally_valid(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_index` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn dir_index(d: Direction) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clockwise_next_direction` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn clockwise_next_direction(dir: Direction) -> Direction {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_to_idx` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn dir_to_idx(d: Direction) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_rotated_edge` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/util.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub fn get_rotated_edge(tile: &Tile, rot: u32, direction: Direction) -> Vec<(u8,u8,u8)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `blit_tile_onto_rgbimage` is never used
[INFO] [stdout]  --> main_wfc/src/wfc/render.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn blit_tile_onto_rgbimage(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BorrowMut`
[INFO] [stdout]  --> wfc_tool/src/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::{Borrow, BorrowMut}, cell::{Ref, RefCell, RefMut}, collections::HashMap, fs, ops::Sub, path::Path, rc::Rc};
[INFO] [stdout]   |                            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rotation`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1166:71
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...                   CellKind::Tile { texture, rotation, ptr } => {
[INFO] [stdout]      |                                                 ^^^^^^^^ help: try ignoring the field: `rotation: _`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> wfc_tool/src/main.rs:843:22
[INFO] [stdout]     |
[INFO] [stdout] 843 |                 for (name, pattern_rc_ref) in self.common_patterns.iter() {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> wfc_tool/src/main.rs:685:22
[INFO] [stdout]     |
[INFO] [stdout] 685 |                 for (name, tile_rc_ref) in self.tiles.iter() {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bottom_len`
[INFO] [stdout]    --> wfc_tool/src/main.rs:965:32
[INFO] [stdout]     |
[INFO] [stdout] 965 |                 let ( top_len, bottom_len, left_len, right_len ) = {
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bottom_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `right_len`
[INFO] [stdout]    --> wfc_tool/src/main.rs:965:54
[INFO] [stdout]     |
[INFO] [stdout] 965 |                 let ( top_len, bottom_len, left_len, right_len ) = {
[INFO] [stdout]     |                                                      ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_ab`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1404:25
[INFO] [stdout]      |
[INFO] [stdout] 1404 |     let (b_tile_rc_ref, r_ab) = {
[INFO] [stdout]      |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_r_ab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     x: usize,
[INFO] [stdout]     |     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 |     y: usize,
[INFO] [stdout]     |     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `wave`
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     wave: &Wave,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_wave`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BorrowMut`
[INFO] [stdout]  --> wfc_tool/src/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::{Borrow, BorrowMut}, cell::{Ref, RefCell, RefMut}, collections::HashMap, fs, ops::Sub, path::Path, rc::Rc};
[INFO] [stdout]   |                            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_rot`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1729:28
[INFO] [stdout]      |
[INFO] [stdout] 1729 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `neighbour_rc_ref`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1969:10
[INFO] [stdout]      |
[INFO] [stdout] 1969 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_neighbour_rc_ref`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_rot`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1969:28
[INFO] [stdout]      |
[INFO] [stdout] 1969 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rgbimage_to_colorimage` is never used
[INFO] [stdout]   --> main_wfc/src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn rgbimage_to_colorimage(img: &RgbImage) -> ColorImage {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rot` and `edges` are never read
[INFO] [stdout]   --> main_wfc/src/wfc/tile.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct RotVariant {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 50 |     pub rot: u32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 51 |     pub image: RgbImage,
[INFO] [stdout] 52 |     pub edges: [Vec<(u8, u8, u8)>; 4],
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RotVariant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `tile`, and `rot` are never read
[INFO] [stdout]   --> main_wfc/src/wfc/wave.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Locked {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout]  9 |     pub x: usize,
[INFO] [stdout]    |         ^
[INFO] [stdout] 10 |     pub y: usize,
[INFO] [stdout]    |         ^
[INFO] [stdout] 11 |     pub tile: Rc<Tile>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub rot: u32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Locked` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cell` is never constructed
[INFO] [stdout]    --> main_wfc/src/wfc/wave.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct Cell {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `JsonAllow` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/rules.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 | enum JsonAllow {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_allowed_by_name_or_rotation` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/rules.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn is_allowed_by_name_or_rotation(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_tile_rules` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn load_tile_rules(file: &str, tile_set: &TileSet) -> HashMap<(usize, Direction), Vec<(usize, u32)>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `retain_compatible` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:250:4
[INFO] [stdout]     |
[INFO] [stdout] 250 | fn retain_compatible(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_still_globally_valid` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/rules.rs:265:4
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn is_still_globally_valid(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_index` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn dir_index(d: Direction) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clockwise_next_direction` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn clockwise_next_direction(dir: Direction) -> Direction {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_to_idx` is never used
[INFO] [stdout]   --> main_wfc/src/wfc/util.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn dir_to_idx(d: Direction) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_rotated_edge` is never used
[INFO] [stdout]    --> main_wfc/src/wfc/util.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub fn get_rotated_edge(tile: &Tile, rot: u32, direction: Direction) -> Vec<(u8,u8,u8)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `blit_tile_onto_rgbimage` is never used
[INFO] [stdout]  --> main_wfc/src/wfc/render.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn blit_tile_onto_rgbimage(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `opposite` is never used
[INFO] [stdout]    --> wfc_tool/src/main.rs:245:14
[INFO] [stdout]     |
[INFO] [stdout] 199 | impl Rotation {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 245 |     const fn opposite(self) -> Self {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `selected_plus` is never used
[INFO] [stdout]    --> wfc_tool/src/main.rs:348:8
[INFO] [stdout]     |
[INFO] [stdout] 314 | impl TileRulesEditorApp {
[INFO] [stdout]     | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 348 |     fn selected_plus(&self) -> Option<&Selection> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cw_rotation_from_connection_sides` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1348:4
[INFO] [stdout]      |
[INFO] [stdout] 1348 | fn cw_rotation_from_connection_sides(from: Direction, to: Direction) -> Rotation {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotate_connection_handler` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1773:4
[INFO] [stdout]      |
[INFO] [stdout] 1773 | fn rotate_connection_handler(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_connection_handler` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1997:4
[INFO] [stdout]      |
[INFO] [stdout] 1997 | fn remove_connection_handler(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `points_to_selected` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2057:4
[INFO] [stdout]      |
[INFO] [stdout] 2057 | fn points_to_selected(entry: &PatternEntry, selected: &Rc<RefCell<Tile>>) -> bool {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotated_direction` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2079:4
[INFO] [stdout]      |
[INFO] [stdout] 2079 | fn rotated_direction(facing: Direction, rotation: Rotation) -> Direction {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotation_to_uv` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2106:4
[INFO] [stdout]      |
[INFO] [stdout] 2106 | fn rotation_to_uv(rotation: Rotation) -> (egui::Pos2, egui::Pos2) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rotation`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1166:71
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...                   CellKind::Tile { texture, rotation, ptr } => {
[INFO] [stdout]      |                                                 ^^^^^^^^ help: try ignoring the field: `rotation: _`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> wfc_tool/src/main.rs:843:22
[INFO] [stdout]     |
[INFO] [stdout] 843 |                 for (name, pattern_rc_ref) in self.common_patterns.iter() {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> wfc_tool/src/main.rs:685:22
[INFO] [stdout]     |
[INFO] [stdout] 685 |                 for (name, tile_rc_ref) in self.tiles.iter() {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bottom_len`
[INFO] [stdout]    --> wfc_tool/src/main.rs:965:32
[INFO] [stdout]     |
[INFO] [stdout] 965 |                 let ( top_len, bottom_len, left_len, right_len ) = {
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bottom_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `right_len`
[INFO] [stdout]    --> wfc_tool/src/main.rs:965:54
[INFO] [stdout]     |
[INFO] [stdout] 965 |                 let ( top_len, bottom_len, left_len, right_len ) = {
[INFO] [stdout]     |                                                      ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_ab`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1404:25
[INFO] [stdout]      |
[INFO] [stdout] 1404 |     let (b_tile_rc_ref, r_ab) = {
[INFO] [stdout]      |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_r_ab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_rot`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1729:28
[INFO] [stdout]      |
[INFO] [stdout] 1729 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `neighbour_rc_ref`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1969:10
[INFO] [stdout]      |
[INFO] [stdout] 1969 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_neighbour_rc_ref`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_rot`
[INFO] [stdout]     --> wfc_tool/src/main.rs:1969:28
[INFO] [stdout]      |
[INFO] [stdout] 1969 |     let (neighbour_rc_ref, old_rot) = {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `opposite` is never used
[INFO] [stdout]    --> wfc_tool/src/main.rs:245:14
[INFO] [stdout]     |
[INFO] [stdout] 199 | impl Rotation {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 245 |     const fn opposite(self) -> Self {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `selected_plus` is never used
[INFO] [stdout]    --> wfc_tool/src/main.rs:348:8
[INFO] [stdout]     |
[INFO] [stdout] 314 | impl TileRulesEditorApp {
[INFO] [stdout]     | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 348 |     fn selected_plus(&self) -> Option<&Selection> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cw_rotation_from_connection_sides` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1348:4
[INFO] [stdout]      |
[INFO] [stdout] 1348 | fn cw_rotation_from_connection_sides(from: Direction, to: Direction) -> Rotation {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotate_connection_handler` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1773:4
[INFO] [stdout]      |
[INFO] [stdout] 1773 | fn rotate_connection_handler(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_connection_handler` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:1997:4
[INFO] [stdout]      |
[INFO] [stdout] 1997 | fn remove_connection_handler(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `points_to_selected` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2057:4
[INFO] [stdout]      |
[INFO] [stdout] 2057 | fn points_to_selected(entry: &PatternEntry, selected: &Rc<RefCell<Tile>>) -> bool {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotated_direction` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2079:4
[INFO] [stdout]      |
[INFO] [stdout] 2079 | fn rotated_direction(facing: Direction, rotation: Rotation) -> Direction {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotation_to_uv` is never used
[INFO] [stdout]     --> wfc_tool/src/main.rs:2106:4
[INFO] [stdout]      |
[INFO] [stdout] 2106 | fn rotation_to_uv(rotation: Rotation) -> (egui::Pos2, egui::Pos2) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "c1cb395f6e1a84c266ed13271bbd6bdc559db6138af6068d8c92b0f30f62e7a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1cb395f6e1a84c266ed13271bbd6bdc559db6138af6068d8c92b0f30f62e7a3", kill_on_drop: false }`
[INFO] [stdout] c1cb395f6e1a84c266ed13271bbd6bdc559db6138af6068d8c92b0f30f62e7a3
