[INFO] cloning repository https://github.com/19h/apeiron
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/19h/apeiron" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fapeiron", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fapeiron'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0b0715d2712c4288c8be14fa26e82f09cc8ff477
[INFO] checking 19h/apeiron against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fapeiron" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/19h/apeiron
[INFO] finished tweaking git repo https://github.com/19h/apeiron
[INFO] tweaked toml for git repo https://github.com/19h/apeiron written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/19h/apeiron on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/19h/apeiron 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e027f9e152f2d8a5bd1f35a4c234dc8f316f8b816ce47eacbb109dc7dab57861
[INFO] running `Command { std: "docker" "start" "-a" "e027f9e152f2d8a5bd1f35a4c234dc8f316f8b816ce47eacbb109dc7dab57861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e027f9e152f2d8a5bd1f35a4c234dc8f316f8b816ce47eacbb109dc7dab57861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e027f9e152f2d8a5bd1f35a4c234dc8f316f8b816ce47eacbb109dc7dab57861", kill_on_drop: false }`
[INFO] [stdout] e027f9e152f2d8a5bd1f35a4c234dc8f316f8b816ce47eacbb109dc7dab57861
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5359f0e018e4d133335f06072cf69e95d2b196ff1859e5106cb0357ba398fc87
[INFO] running `Command { std: "docker" "start" "-a" "5359f0e018e4d133335f06072cf69e95d2b196ff1859e5106cb0357ba398fc87", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking accesskit v0.16.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]     Checking immutable-chunkmap v2.1.2
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking accesskit_consumer v0.24.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.10
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling naga v23.1.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.10
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling wgpu-hal v23.0.1
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling wgpu-core v23.0.1
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking wgpu-types v23.0.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.9.3
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking webbrowser v1.0.6
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling wgpu v23.0.1
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking egui_glow v0.29.1
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stderr]     Checking accesskit_unix v0.12.3
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking egui_extras v0.29.1
[INFO] [stderr]     Checking accesskit_winit v0.22.4
[INFO] [stderr]     Checking egui-winit v0.29.1
[INFO] [stderr]     Checking eframe v0.29.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking apeiron v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | /// Thread-local encoder buffers to avoid repeated allocations.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TextureHandle`
[INFO] [stdout]  --> src/app/types.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use eframe::egui::{TextureHandle, Vec2};
[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 doc comment
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | /// Thread-local encoder buffers to avoid repeated allocations.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TextureHandle`
[INFO] [stdout]  --> src/app/types.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use eframe::egui::{TextureHandle, Vec2};
[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: `d2_arr`
[INFO] [stdout]    --> src/analysis/wavelet.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |     let d2_arr = d2.to_array();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d2_arr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_len`
[INFO] [stdout]    --> src/hilbert/refiner.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let batch_len = batch_end - i;
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_size`
[INFO] [stdout]    --> src/viz/generators.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     file_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AlignedHistogram {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn clear(&mut 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: constant `LOG2_LUT_SIZE` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | const LOG2_LUT_SIZE: usize = 4096;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_log2_lut` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn get_log2_lut() -> &'static [f64; LOG2_LUT_SIZE + 1] {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fast_log2` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:62:4
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn fast_log2(x: u32) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kl_divergence` is never used
[INFO] [stdout]   --> src/analysis/jsd.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn kl_divergence(p: &[f64; 256], q: &[f64; 256]) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `coarse_grain_into` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn coarse_grain_into(data: &[f64], scale: usize, offset: usize, out: &mut [f64]) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `std_deviation` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:312:4
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn std_deviation(data: &[f64]) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rcmse_at_scale_optimized` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:477:4
[INFO] [stdout]     |
[INFO] [stdout] 477 | fn rcmse_at_scale_optimized(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d2_arr`
[INFO] [stdout]    --> src/analysis/wavelet.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |     let d2_arr = d2.to_array();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d2_arr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | /// Thread-local encoder buffers to avoid repeated allocations.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `byte_distribution`, `chunk_entropy_fast`, and `precompute_chunk_entropies`
[INFO] [stdout]   --> src/analysis/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     byte_distribution, byte_distribution_sampled, calculate_entropy, chunk_entropy_fast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^                                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     extract_ascii, precompute_chunk_entropies, ANALYSIS_WINDOW,
[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: `jensen_shannon_divergence`
[INFO] [stdout]   --> src/analysis/mod.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use jsd::{calculate_jsd, jensen_shannon_divergence, JSDAnalysis};
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RCMSEAnalysis`, `RCMSEClassification`, and `calculate_rcmse`
[INFO] [stdout]   --> src/analysis/mod.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use rcmse::{calculate_rcmse, calculate_rcmse_quick, RCMSEAnalysis, RCMSEClassification};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^                         ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `WAVELET_CHUNK_SIZE`, `WaveletAnalysis`, `calculate_wavelet_suspiciousness`, `compute_entropy_stream`, `haar_wavelet_transform`, `wavelet_energy_spectrum`, and `wavelet_suspiciousness_8`
[INFO] [stdout]   --> src/analysis/mod.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     calculate_wavelet_suspiciousness, compute_entropy_stream, haar_wavelet_transform,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     wavelet_energy_spectrum, wavelet_suspiciousness_8, WaveletAnalysis, WAVELET_CHUNK_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TextureHandle`
[INFO] [stdout]  --> src/app/types.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use eframe::egui::{TextureHandle, Vec2};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OutlineCache`
[INFO] [stdout]   --> src/app/mod.rs:18:69
[INFO] [stdout]    |
[INFO] [stdout] 18 |     BackgroundTask, BackgroundTasks, ByteLayout, FileData, HexView, OutlineCache, Selection,
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FINE_SAMPLE_INTERVAL`
[INFO] [stdout]   --> src/hilbert/mod.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     HilbertRefiner, FINE_SAMPLE_INTERVAL, PROGRESSIVE_THRESHOLD,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `color::*`
[INFO] [stdout]   --> src/util/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use color::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `hsv_to_rgb` and `similarity_to_color`
[INFO] [stdout]   --> src/viz/mod.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use generators::{hsv_to_rgb, similarity_to_color};
[INFO] [stdout]    |                      ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `calculate_jsd`
[INFO] [stdout]   --> src/main.rs:30:51
[INFO] [stdout]    |
[INFO] [stdout] 30 |     byte_distribution_sampled, calculate_entropy, calculate_jsd, calculate_kolmogorov_complexity,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HexView`
[INFO] [stdout]   --> src/main.rs:34:72
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ApeironApp, BackgroundTask, BackgroundTasks, ByteLayout, FileData, HexView, Selection, Tab,
[INFO] [stdout]    |                                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_len`
[INFO] [stdout]    --> src/hilbert/refiner.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let batch_len = batch_end - i;
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_size`
[INFO] [stdout]    --> src/viz/generators.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     file_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AlignedHistogram {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn clear(&mut 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: constant `LOG2_LUT_SIZE` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | const LOG2_LUT_SIZE: usize = 4096;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_log2_lut` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn get_log2_lut() -> &'static [f64; LOG2_LUT_SIZE + 1] {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fast_log2` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:62:4
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn fast_log2(x: u32) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kl_divergence` is never used
[INFO] [stdout]   --> src/analysis/jsd.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn kl_divergence(p: &[f64; 256], q: &[f64; 256]) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `coarse_grain_into` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn coarse_grain_into(data: &[f64], scale: usize, offset: usize, out: &mut [f64]) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `std_deviation` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:312:4
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn std_deviation(data: &[f64]) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rcmse_at_scale_optimized` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:477:4
[INFO] [stdout]     |
[INFO] [stdout] 477 | fn rcmse_at_scale_optimized(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | /// Thread-local encoder buffers to avoid repeated allocations.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `byte_distribution`, `chunk_entropy_fast`, and `precompute_chunk_entropies`
[INFO] [stdout]   --> src/analysis/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     byte_distribution, byte_distribution_sampled, calculate_entropy, chunk_entropy_fast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^                                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     extract_ascii, precompute_chunk_entropies, ANALYSIS_WINDOW,
[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: `jensen_shannon_divergence`
[INFO] [stdout]   --> src/analysis/mod.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use jsd::{calculate_jsd, jensen_shannon_divergence, JSDAnalysis};
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RCMSEAnalysis`, `RCMSEClassification`, and `calculate_rcmse`
[INFO] [stdout]   --> src/analysis/mod.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use rcmse::{calculate_rcmse, calculate_rcmse_quick, RCMSEAnalysis, RCMSEClassification};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^                         ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `WAVELET_CHUNK_SIZE`, `WaveletAnalysis`, `calculate_wavelet_suspiciousness`, `compute_entropy_stream`, `haar_wavelet_transform`, `wavelet_energy_spectrum`, and `wavelet_suspiciousness_8`
[INFO] [stdout]   --> src/analysis/mod.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     calculate_wavelet_suspiciousness, compute_entropy_stream, haar_wavelet_transform,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     wavelet_energy_spectrum, wavelet_suspiciousness_8, WaveletAnalysis, WAVELET_CHUNK_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TextureHandle`
[INFO] [stdout]  --> src/app/types.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use eframe::egui::{TextureHandle, Vec2};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OutlineCache`
[INFO] [stdout]   --> src/app/mod.rs:18:69
[INFO] [stdout]    |
[INFO] [stdout] 18 |     BackgroundTask, BackgroundTasks, ByteLayout, FileData, HexView, OutlineCache, Selection,
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FINE_SAMPLE_INTERVAL`
[INFO] [stdout]   --> src/hilbert/mod.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     HilbertRefiner, FINE_SAMPLE_INTERVAL, PROGRESSIVE_THRESHOLD,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `color::*`
[INFO] [stdout]   --> src/util/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use color::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `hsv_to_rgb` and `similarity_to_color`
[INFO] [stdout]   --> src/viz/mod.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use generators::{hsv_to_rgb, similarity_to_color};
[INFO] [stdout]    |                      ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `calculate_jsd`
[INFO] [stdout]   --> src/main.rs:30:51
[INFO] [stdout]    |
[INFO] [stdout] 30 |     byte_distribution_sampled, calculate_entropy, calculate_jsd, calculate_kolmogorov_complexity,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HexView`
[INFO] [stdout]   --> src/main.rs:34:72
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ApeironApp, BackgroundTask, BackgroundTasks, ByteLayout, FileData, HexView, Selection, Tab,
[INFO] [stdout]    |                                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::child_ui`: Use ui.new_child() instead
[INFO] [stdout]     --> src/main.rs:1684:31
[INFO] [stdout]      |
[INFO] [stdout] 1684 |         let mut child_ui = ui.child_ui(
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d2_arr`
[INFO] [stdout]    --> src/analysis/wavelet.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |     let d2_arr = d2.to_array();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d2_arr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_len`
[INFO] [stdout]    --> src/hilbert/refiner.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let batch_len = batch_end - i;
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_size`
[INFO] [stdout]    --> src/viz/generators.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     file_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::child_ui`: Use ui.new_child() instead
[INFO] [stdout]     --> src/main.rs:1684:31
[INFO] [stdout]      |
[INFO] [stdout] 1684 |         let mut child_ui = ui.child_ui(
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `lookup_complexity` and `lookup_rcmse` are never used
[INFO] [stdout]    --> src/main.rs:310:8
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl ApeironApp {
[INFO] [stdout]     | --------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 310 |     fn lookup_complexity(complexity_map: &[f32], offset: usize) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     fn lookup_rcmse(rcmse_map: &[f32], offset: usize) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_likely_encrypted` is never used
[INFO] [stdout]    --> src/analysis/byte.rs:372:8
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub fn is_likely_encrypted(data: &[u8]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AlignedHistogram {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn clear(&mut self) {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOG2_LUT_SIZE` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | const LOG2_LUT_SIZE: usize = 4096;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_log2_lut` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn get_log2_lut() -> &'static [f64; LOG2_LUT_SIZE + 1] {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fast_log2` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:62:4
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn fast_log2(x: u32) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `precompute_chunk_entropies` is never used
[INFO] [stdout]    --> src/analysis/entropy.rs:469:8
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub fn precompute_chunk_entropies(data: &[u8], chunk_size: usize, interval: usize) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_entropy_batch_into` is never used
[INFO] [stdout]    --> src/analysis/entropy.rs:614:8
[INFO] [stdout]     |
[INFO] [stdout] 614 | pub fn calculate_entropy_batch_into(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kl_divergence` is never used
[INFO] [stdout]   --> src/analysis/jsd.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn kl_divergence(p: &[f64; 256], q: &[f64; 256]) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_jsd_batch` is never used
[INFO] [stdout]    --> src/analysis/jsd.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn calculate_jsd_batch(data: &[u8], chunk_size: usize, reference: &[f64; 256]) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_data` is never used
[INFO] [stdout]    --> src/analysis/jsd.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout] 180 | impl JSDAnalysis {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 181 |     /// Create a new analysis from data and reference distribution.
[INFO] [stdout] 182 |     pub fn from_data(data: &[u8], reference: &[f64; 256]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_size_accurate`, `text_kx_range`, and `binary_kx_range` are never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl CompressionTier {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn from_size_accurate(size: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub const fn text_kx_range(&self) -> (f64, f64) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub const fn binary_kx_range(&self) -> (f64, f64) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_streaming` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:532:8
[INFO] [stdout]     |
[INFO] [stdout] 532 | pub fn calculate_kolmogorov_streaming(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_streaming_with_tier` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:552:8
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub fn calculate_kolmogorov_streaming_with_tier(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tier` is never read
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:597:9
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub struct KolmogorovAnalysis {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 597 |     pub tier: CompressionTier,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `KolmogorovAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_data`, `from_value_with_tier`, `is_text_like`, and `is_binary_like` are never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:603:12
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl KolmogorovAnalysis {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 603 |     pub fn from_data(data: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     pub const fn from_value_with_tier(complexity: f64, tier: CompressionTier) -> Self {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     pub fn is_text_like(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 632 |     pub fn is_binary_like(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RCMSE_MAX_SCALE` is never used
[INFO] [stdout]   --> src/analysis/rcmse.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const RCMSE_MAX_SCALE: usize = 20; // Maximum scale factor τ
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `coarse_grain_into` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn coarse_grain_into(data: &[f64], scale: usize, offset: usize, out: &mut [f64]) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `std_deviation` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:312:4
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn std_deviation(data: &[f64]) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rcmse_at_scale_optimized` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:477:4
[INFO] [stdout]     |
[INFO] [stdout] 477 | fn rcmse_at_scale_optimized(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entropy_by_scale`, `complexity_index`, and `mean_entropy` are never read
[INFO] [stdout]    --> src/analysis/rcmse.rs:569:9
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub struct RCMSEAnalysis {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 568 |     /// Sample entropy values at each scale (scale 1 to max_scale).
[INFO] [stdout] 569 |     pub entropy_by_scale: Vec<f64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 |     pub complexity_index: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 574 |     /// Mean entropy across all scales.
[INFO] [stdout] 575 |     pub mean_entropy: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RCMSEAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_color` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 580 | impl RCMSEAnalysis {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 581 |     /// Map RCMSE analysis to RGB color.
[INFO] [stdout] 582 |     pub fn to_color(&self) -> [u8; 3] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_entropy_stream_parallel` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn compute_entropy_stream_parallel(data: &[u8]) -> Vec<f64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_wavelet_transform_inplace` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:287:8
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub fn haar_wavelet_transform_inplace(signal: &mut [f64]) -> Vec<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wavelet_energy_spectrum` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:319:8
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub fn wavelet_energy_spectrum(coefficients: &[Vec<f64>]) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WaveletAnalysis` is never constructed
[INFO] [stdout]    --> src/analysis/wavelet.rs:364:12
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub struct WaveletAnalysis {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_entropy_stream` and `to_color` are never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:379:12
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl WaveletAnalysis {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 378 |     /// Analyze wavelet decomposition of an entropy signal.
[INFO] [stdout] 379 |     pub fn from_entropy_stream(stream: &[f64]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 444 |     pub fn to_color(&self) -> [u8; 3] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_wavelet_suspiciousness` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:528:8
[INFO] [stdout]     |
[INFO] [stdout] 528 | pub fn calculate_wavelet_suspiciousness(data: &[u8]) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world_dimension` is never used
[INFO] [stdout]    --> src/app/types.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl VisualizationMode {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn world_dimension(self, file_dimension: u64) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `xy2d_batch` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn xy2d_batch(n: u64, xs: &[u64], ys: &[u64], out: &mut [u64]) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `cancel` and `coarse_block_size` are never used
[INFO] [stdout]    --> src/hilbert/refiner.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout]  80 | impl HilbertBuffer {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn cancel(&self) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn coarse_block_size(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hsv_to_color32` is never used
[INFO] [stdout]   --> src/util/color.rs:58:8
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn hsv_to_color32(hue: f64, saturation: f64, value: f64) -> Color32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_to_color32` is never used
[INFO] [stdout]    --> src/util/color.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub fn entropy_to_color32(entropy: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_to_rgb_preview` is never used
[INFO] [stdout]    --> src/util/color.rs:167:8
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn entropy_to_rgb_preview(entropy: f32) -> (u8, u8, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `similarity_to_color32` is never used
[INFO] [stdout]    --> src/util/color.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub fn similarity_to_color32(similarity: f64, is_diagonal: bool) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `byte_color` is never used
[INFO] [stdout]    --> src/util/color.rs:230:8
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub fn byte_color(byte: u8) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_indicator_color` is never used
[INFO] [stdout]    --> src/util/color.rs:246:8
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn entropy_indicator_color(entropy: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `complexity_color` is never used
[INFO] [stdout]    --> src/util/color.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub fn complexity_color(complexity: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d2_arr`
[INFO] [stdout]    --> src/analysis/wavelet.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |     let d2_arr = d2.to_array();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d2_arr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_len`
[INFO] [stdout]    --> src/hilbert/refiner.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let batch_len = batch_end - i;
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_size`
[INFO] [stdout]    --> src/viz/generators.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     file_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `lookup_complexity` and `lookup_rcmse` are never used
[INFO] [stdout]    --> src/main.rs:310:8
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl ApeironApp {
[INFO] [stdout]     | --------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 310 |     fn lookup_complexity(complexity_map: &[f32], offset: usize) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     fn lookup_rcmse(rcmse_map: &[f32], offset: usize) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_likely_text` is never used
[INFO] [stdout]    --> src/analysis/byte.rs:324:8
[INFO] [stdout]     |
[INFO] [stdout] 324 | pub fn is_likely_text(data: &[u8]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_likely_encrypted` is never used
[INFO] [stdout]    --> src/analysis/byte.rs:372:8
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub fn is_likely_encrypted(data: &[u8]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AlignedHistogram {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn clear(&mut self) {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOG2_LUT_SIZE` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | const LOG2_LUT_SIZE: usize = 4096;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_log2_lut` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn get_log2_lut() -> &'static [f64; LOG2_LUT_SIZE + 1] {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fast_log2` is never used
[INFO] [stdout]   --> src/analysis/entropy.rs:62:4
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn fast_log2(x: u32) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chunk_entropy_fast` is never used
[INFO] [stdout]    --> src/analysis/entropy.rs:314:8
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub fn chunk_entropy_fast(chunk: &[u8]) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `precompute_chunk_entropies` is never used
[INFO] [stdout]    --> src/analysis/entropy.rs:469:8
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub fn precompute_chunk_entropies(data: &[u8], chunk_size: usize, interval: usize) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_entropy_batch_into` is never used
[INFO] [stdout]    --> src/analysis/entropy.rs:614:8
[INFO] [stdout]     |
[INFO] [stdout] 614 | pub fn calculate_entropy_batch_into(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kl_divergence` is never used
[INFO] [stdout]   --> src/analysis/jsd.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn kl_divergence(p: &[f64; 256], q: &[f64; 256]) -> f64 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_jsd_batch` is never used
[INFO] [stdout]    --> src/analysis/jsd.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn calculate_jsd_batch(data: &[u8], chunk_size: usize, reference: &[f64; 256]) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_data` is never used
[INFO] [stdout]    --> src/analysis/jsd.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout] 180 | impl JSDAnalysis {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 181 |     /// Create a new analysis from data and reference distribution.
[INFO] [stdout] 182 |     pub fn from_data(data: &[u8], reference: &[f64; 256]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_size_accurate`, `text_kx_range`, `binary_kx_range`, and `throughput_mbps` are never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl CompressionTier {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn from_size_accurate(size: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub const fn text_kx_range(&self) -> (f64, f64) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub const fn binary_kx_range(&self) -> (f64, f64) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub const fn throughput_mbps(&self) -> f64 {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compress_with_tier` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 379 | pub fn compress_with_tier(data: &[u8], tier: CompressionTier) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_complexity_with_tier` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:437:8
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub fn calculate_kolmogorov_complexity_with_tier(data: &[u8]) -> (f64, CompressionTier) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_complexity_with_buffer` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:457:8
[INFO] [stdout]     |
[INFO] [stdout] 457 | pub fn calculate_kolmogorov_complexity_with_buffer(data: &[u8], buffer: &mut Vec<u8>) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_batch` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:487:8
[INFO] [stdout]     |
[INFO] [stdout] 487 | pub fn calculate_kolmogorov_batch(data: &[u8], chunk_size: usize) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_batch_with_tiers` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn calculate_kolmogorov_batch_with_tiers(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_streaming` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:532:8
[INFO] [stdout]     |
[INFO] [stdout] 532 | pub fn calculate_kolmogorov_streaming(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_kolmogorov_streaming_with_tier` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:552:8
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub fn calculate_kolmogorov_streaming_with_tier(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `estimate_compression_time` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:574:8
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub fn estimate_compression_time(size: usize) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `recommended_chunk_size` is never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:584:8
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub fn recommended_chunk_size(total_size: usize) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tier` is never read
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:597:9
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub struct KolmogorovAnalysis {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 597 |     pub tier: CompressionTier,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `KolmogorovAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_data`, `from_value_with_tier`, `is_text_like`, and `is_binary_like` are never used
[INFO] [stdout]    --> src/analysis/kolmogorov.rs:603:12
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl KolmogorovAnalysis {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 603 |     pub fn from_data(data: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     pub const fn from_value_with_tier(complexity: f64, tier: CompressionTier) -> Self {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     pub fn is_text_like(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 632 |     pub fn is_binary_like(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RCMSE_MAX_SCALE` is never used
[INFO] [stdout]   --> src/analysis/rcmse.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const RCMSE_MAX_SCALE: usize = 20; // Maximum scale factor τ
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `coarse_grain_into` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn coarse_grain_into(data: &[f64], scale: usize, offset: usize, out: &mut [f64]) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_pattern_matches_optimized` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn count_pattern_matches_optimized(series: &[f64], r: f64) -> (u64, u64) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_pattern_matches_simple` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:262:4
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn count_pattern_matches_simple(series: &[f64], r: f64) -> (u64, u64) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `std_deviation` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:312:4
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn std_deviation(data: &[f64]) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rcmse_at_scale_optimized` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:477:4
[INFO] [stdout]     |
[INFO] [stdout] 477 | fn rcmse_at_scale_optimized(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rcmse_at_scale_from_bytes` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:516:4
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn rcmse_at_scale_from_bytes(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RCMSEClassification` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:554:10
[INFO] [stdout]     |
[INFO] [stdout] 554 | pub enum RCMSEClassification {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RCMSEAnalysis` is never constructed
[INFO] [stdout]    --> src/analysis/rcmse.rs:567:12
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub struct RCMSEAnalysis {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_color` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 580 | impl RCMSEAnalysis {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 581 |     /// Map RCMSE analysis to RGB color.
[INFO] [stdout] 582 |     pub fn to_color(&self) -> [u8; 3] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_rcmse` is never used
[INFO] [stdout]    --> src/analysis/rcmse.rs:625:8
[INFO] [stdout]     |
[INFO] [stdout] 625 | pub fn calculate_rcmse(data: &[u8], max_scale: usize) -> RCMSEAnalysis {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WAVELET_CHUNK_SIZE` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const WAVELET_CHUNK_SIZE: usize = 256;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INV_SQRT2` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const INV_SQRT2: f64 = std::f64::consts::FRAC_1_SQRT_2;
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INV_SQRT2_X4` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | const INV_SQRT2_X4: f64x4 = f64x4::new([INV_SQRT2, INV_SQRT2, INV_SQRT2, INV_SQRT2]);
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chunk_entropy` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn chunk_entropy(chunk: &[u8]) -> f64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_entropy_stream` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn compute_entropy_stream(data: &[u8]) -> Vec<f64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_entropy_stream_parallel` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn compute_entropy_stream_parallel(data: &[u8]) -> Vec<f64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_wavelet_transform` is never used
[INFO] [stdout]   --> src/analysis/wavelet.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn haar_wavelet_transform(signal: &[f64]) -> Vec<Vec<f64>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_step_simd` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:131:4
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn haar_step_simd(data: &mut [f64], len: usize, half: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_step_simd_small` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:215:4
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn haar_step_simd_small(data: &mut [f64], len: usize, half: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_step_scalar` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:262:4
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn haar_step_scalar(data: &mut [f64], _len: usize, half: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `haar_wavelet_transform_inplace` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:287:8
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub fn haar_wavelet_transform_inplace(signal: &mut [f64]) -> Vec<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wavelet_energy_spectrum` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:319:8
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub fn wavelet_energy_spectrum(coefficients: &[Vec<f64>]) -> Vec<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WaveletAnalysis` is never constructed
[INFO] [stdout]    --> src/analysis/wavelet.rs:364:12
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub struct WaveletAnalysis {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_entropy_stream` and `to_color` are never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:379:12
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl WaveletAnalysis {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 378 |     /// Analyze wavelet decomposition of an entropy signal.
[INFO] [stdout] 379 |     pub fn from_entropy_stream(stream: &[f64]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 444 |     pub fn to_color(&self) -> [u8; 3] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wavelet_suspiciousness_8` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:476:8
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub fn wavelet_suspiciousness_8(stream: &[f64; 8]) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_wavelet_suspiciousness` is never used
[INFO] [stdout]    --> src/analysis/wavelet.rs:528:8
[INFO] [stdout]     |
[INFO] [stdout] 528 | pub fn calculate_wavelet_suspiciousness(data: &[u8]) -> f32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world_dimension` is never used
[INFO] [stdout]    --> src/app/types.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl VisualizationMode {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn world_dimension(self, file_dimension: u64) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_lut_64` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn get_lut_64() -> &'static HilbertLUT<64> {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_lut_128` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:256:4
[INFO] [stdout]     |
[INFO] [stdout] 256 | fn get_lut_128() -> &'static HilbertLUT<128> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_lut_256` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:261:4
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn get_lut_256() -> &'static HilbertLUT<256> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_lut_512` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:266:4
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn get_lut_512() -> &'static HilbertLUT<512> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `d2xy_batch_with_lut` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn d2xy_batch_with_lut<const N: usize>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `d2xy_batch` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:307:8
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub fn d2xy_batch(n: u64, distances: &[u64], out_x: &mut [u64], out_y: &mut [u64]) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `xy2d_batch` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn xy2d_batch(n: u64, xs: &[u64], ys: &[u64], out: &mut [u64]) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `warmup_luts` is never used
[INFO] [stdout]    --> src/hilbert/curve.rs:343:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub fn warmup_luts() {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `fine_total`, `cancel`, and `coarse_block_size` are never used
[INFO] [stdout]    --> src/hilbert/refiner.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout]  80 | impl HilbertBuffer {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn fine_total(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn cancel(&self) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn coarse_block_size(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hsv_to_color32` is never used
[INFO] [stdout]   --> src/util/color.rs:58:8
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn hsv_to_color32(hue: f64, saturation: f64, value: f64) -> Color32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hsv_to_rgb_f32` is never used
[INFO] [stdout]   --> src/util/color.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn hsv_to_rgb_f32(h: f32, s: f32, v: f32) -> (f32, f32, f32) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hsv_to_rgb` is never used
[INFO] [stdout]    --> src/util/color.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub fn hsv_to_rgb(h: f32, s: f32, v: f32) -> (u8, u8, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_to_color32` is never used
[INFO] [stdout]    --> src/util/color.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub fn entropy_to_color32(entropy: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_to_rgb` is never used
[INFO] [stdout]    --> src/util/color.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub fn entropy_to_rgb(entropy: f32) -> (u8, u8, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_to_rgb_preview` is never used
[INFO] [stdout]    --> src/util/color.rs:167:8
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn entropy_to_rgb_preview(entropy: f32) -> (u8, u8, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `placeholder_pulse_color` is never used
[INFO] [stdout]    --> src/util/color.rs:180:8
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub fn placeholder_pulse_color(time_seconds: f64) -> (u8, u8, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `similarity_to_color32` is never used
[INFO] [stdout]    --> src/util/color.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub fn similarity_to_color32(similarity: f64, is_diagonal: bool) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `byte_color` is never used
[INFO] [stdout]    --> src/util/color.rs:230:8
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub fn byte_color(byte: u8) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `entropy_indicator_color` is never used
[INFO] [stdout]    --> src/util/color.rs:246:8
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn entropy_indicator_color(entropy: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `complexity_color` is never used
[INFO] [stdout]    --> src/util/color.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub fn complexity_color(complexity: f64) -> Color32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 53s
[INFO] running `Command { std: "docker" "inspect" "5359f0e018e4d133335f06072cf69e95d2b196ff1859e5106cb0357ba398fc87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5359f0e018e4d133335f06072cf69e95d2b196ff1859e5106cb0357ba398fc87", kill_on_drop: false }`
[INFO] [stdout] 5359f0e018e4d133335f06072cf69e95d2b196ff1859e5106cb0357ba398fc87
