[INFO] cloning repository https://github.com/qwertz19281/mzd2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qwertz19281/mzd2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmzd2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmzd2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76235fd734c7cabdda16bc893e19bed1055a7c51
[INFO] checking qwertz19281/mzd2 against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmzd2" "/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/qwertz19281/mzd2
[INFO] finished tweaking git repo https://github.com/qwertz19281/mzd2
[INFO] tweaked toml for git repo https://github.com/qwertz19281/mzd2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/qwertz19281/mzd2 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/qwertz19281/mzd2 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] 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] a6bf371e383723d782e728973da0beb54b591facc08b1ee76158069fc0f6cc55
[INFO] running `Command { std: "docker" "start" "-a" "a6bf371e383723d782e728973da0beb54b591facc08b1ee76158069fc0f6cc55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6bf371e383723d782e728973da0beb54b591facc08b1ee76158069fc0f6cc55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6bf371e383723d782e728973da0beb54b591facc08b1ee76158069fc0f6cc55", kill_on_drop: false }`
[INFO] [stdout] a6bf371e383723d782e728973da0beb54b591facc08b1ee76158069fc0f6cc55
[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] 9e9b2203ba205cab2caac20ae90ec84f620af38ad96747751d12c44d4e43d951
[INFO] running `Command { std: "docker" "start" "-a" "9e9b2203ba205cab2caac20ae90ec84f620af38ad96747751d12c44d4e43d951", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling cfg-expr v0.20.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.9
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking fallible_collections v0.4.9
[INFO] [stderr]     Checking avif-serialize v0.8.5
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking bitreader v0.3.11
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking zune-jpeg v0.4.20
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking mp4parse v0.17.0
[INFO] [stderr]     Checking image-webp v0.2.3
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking async-io v2.5.0
[INFO] [stderr]     Checking memmap2 v0.9.7
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking async-signal v0.2.12
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking async-process v2.4.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-fs v2.1.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking lru v0.14.0
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking lab v0.11.0
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.5
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking av-data v0.4.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking emath v0.31.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking ecolor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking epaint v0.31.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking egui_glow v0.31.1
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling zvariant_utils v3.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking webbrowser v1.0.5
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling system-deps v7.0.5
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking egui_dock v0.16.0
[INFO] [stderr]     Checking clap v4.5.43
[INFO] [stderr]    Compiling dav1d-sys v0.8.3
[INFO] [stderr]    Compiling zvariant_derive v5.6.0
[INFO] [stderr]     Checking dav1d v0.10.4
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling zvariant v5.6.0
[INFO] [stderr]     Checking arboard v3.6.0
[INFO] [stderr]     Checking egui_extras v0.31.1
[INFO] [stderr]     Checking egui-winit v0.31.1
[INFO] [stderr]     Checking egui_commonmark_backend v0.20.0
[INFO] [stderr]     Checking egui_commonmark v0.20.0
[INFO] [stderr]     Checking eframe v0.31.1
[INFO] [stderr]     Checking zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus_macros v5.9.0
[INFO] [stderr]     Checking zbus v5.9.0
[INFO] [stderr]     Checking ashpd v0.11.0
[INFO] [stderr]     Checking mzd2 v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::mem::MaybeUninit`
[INFO] [stdout]  --> src/map/coord_store.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::mem::MaybeUninit;
[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: `std::mem::MaybeUninit`
[INFO] [stdout]  --> src/map/coord_store.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::mem::MaybeUninit;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/util/mod.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     todo!();
[INFO] [stdout]    |     ------- any code following this expression is unreachable
[INFO] [stdout] 73 |     path.push(add);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/util/mod.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     todo!();
[INFO] [stdout]    |     ------- any code following this expression is unreachable
[INFO] [stdout] 73 |     path.push(add);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/gui/texture.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |           self.dirty(); return; //TODO fix dirty_region
[INFO] [stdout]     |                         ------ any code following this expression is unreachable
[INFO] [stdout] 218 | /         self.dirty_region = Some(match self.dirty_region {
[INFO] [stdout] 219 | |             Some(([a,b],[c,d])) => {
[INFO] [stdout] 220 | |                 let ([e,f],[g,h]) = region;
[INFO] [stdout] 221 | |                 ([a.min(e),b.min(f)],[c.max(g),d.max(h)])
[INFO] [stdout] 222 | |             },
[INFO] [stdout] 223 | |             None => region,
[INFO] [stdout] 224 | |         })
[INFO] [stdout]     | |__________^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/gui/texture.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |           self.dirty(); return; //TODO fix dirty_region
[INFO] [stdout]     |                         ------ any code following this expression is unreachable
[INFO] [stdout] 218 | /         self.dirty_region = Some(match self.dirty_region {
[INFO] [stdout] 219 | |             Some(([a,b],[c,d])) => {
[INFO] [stdout] 220 | |                 let ([e,f],[g,h]) = region;
[INFO] [stdout] 221 | |                 ([a.min(e),b.min(f)],[c.max(g),d.max(h)])
[INFO] [stdout] 222 | |             },
[INFO] [stdout] 223 | |             None => region,
[INFO] [stdout] 224 | |         })
[INFO] [stdout]     | |__________^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/util/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut path: OsString = path.into().into_os_string();
[INFO] [stdout]    |         ----^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `add`
[INFO] [stdout]   --> src/util/mod.rs:70:60
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn attached_to_path_stripdot(path: impl Into<PathBuf>, add: impl AsRef<OsStr>) -> PathBuf {
[INFO] [stdout]    |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_add`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/util/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut path: OsString = path.into().into_os_string();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tpath`
[INFO] [stdout]   --> src/gui/tileset/convert_0_1.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(super) fn try_convert_tileset(epath: &Path, tpath: &Path) -> anyhow::Result<(TilesetState,SelMatrix)> {
[INFO] [stdout]    |                                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_tpath`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/util/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut path: OsString = path.into().into_os_string();
[INFO] [stdout]    |         ----^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `add`
[INFO] [stdout]   --> src/util/mod.rs:70:60
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn attached_to_path_stripdot(path: impl Into<PathBuf>, add: impl AsRef<OsStr>) -> PathBuf {
[INFO] [stdout]    |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_add`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/util/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut path: OsString = path.into().into_os_string();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/gui/texture.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |         .map(|i| {
[INFO] [stdout]     |               ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `region`
[INFO] [stdout]    --> src/gui/texture.rs:216:36
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn dirty_region(&mut self, region: ([u32;2],[u32;2])) {
[INFO] [stdout]     |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_region`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `downwards`
[INFO] [stdout]    --> src/gui/map/room_ops.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                         let downwards = ax == axis && dir != direction;
[INFO] [stdout]     |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_downwards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/gui/map/map_ui.rs:129:41
[INFO] [stdout]     |
[INFO] [stdout] 129 |             if matches!(op, RoomOp::Del(id)) {
[INFO] [stdout]     |                                         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tpath`
[INFO] [stdout]   --> src/gui/tileset/convert_0_1.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(super) fn try_convert_tileset(epath: &Path, tpath: &Path) -> anyhow::Result<(TilesetState,SelMatrix)> {
[INFO] [stdout]    |                                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_tpath`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:357:21
[INFO] [stdout]     |
[INFO] [stdout] 357 |                 let mut reg = alloc_painter_rel(
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `room`
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:770:77
[INFO] [stdout]     |
[INFO] [stdout] 770 |                     if let Some(&id) = self.room_matrix.get(c2) && let Some(room) = self.state.rooms.get(id) {
[INFO] [stdout]     |                                                                             ^^^^ help: if this is intentional, prefix it with an underscore: `_room`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/gui/texture.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |         .map(|i| {
[INFO] [stdout]     |               ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `region`
[INFO] [stdout]    --> src/gui/texture.rs:216:36
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn dirty_region(&mut self, region: ([u32;2],[u32;2])) {
[INFO] [stdout]     |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_region`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]    --> src/gui/map/mod.rs:275:38
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     UUIDTarget::Room(map, room) => Some(*room), // TODO do we need to assert the the map is this map?
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `downwards`
[INFO] [stdout]    --> src/gui/map/room_ops.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                         let downwards = ax == axis && dir != direction;
[INFO] [stdout]     |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_downwards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/gui/map/map_ui.rs:129:41
[INFO] [stdout]     |
[INFO] [stdout] 129 |             if matches!(op, RoomOp::Del(id)) {
[INFO] [stdout]     |                                         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pt`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:23
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                       ^^ help: if this is intentional, prefix it with an underscore: `_pt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:34
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rooms_size`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:48
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rooms_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pt`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:23
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                       ^^ help: if this is intentional, prefix it with an underscore: `_pt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:34
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rooms_size`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:48
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rooms_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:357:21
[INFO] [stdout]     |
[INFO] [stdout] 357 |                 let mut reg = alloc_painter_rel(
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `room`
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:770:77
[INFO] [stdout]     |
[INFO] [stdout] 770 |                     if let Some(&id) = self.room_matrix.get(c2) && let Some(room) = self.state.rooms.get(id) {
[INFO] [stdout]     |                                                                             ^^^^ help: if this is intentional, prefix it with an underscore: `_room`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]    --> src/gui/tags/mod.rs:390:38
[INFO] [stdout]     |
[INFO] [stdout] 390 |                     UUIDTarget::Room(map, room) => Some(*room), // TODO do we need to assert the the map is this map?
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sw`
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:162:22
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 let [sw,sh] = self.src.as_ref().unwrap().quantis8();
[INFO] [stdout]     |                      ^^ help: if this is intentional, prefix it with an underscore: `_sw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sh`
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 let [sw,sh] = self.src.as_ref().unwrap().quantis8();
[INFO] [stdout]     |                         ^^ help: if this is intentional, prefix it with an underscore: `_sh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]    --> src/gui/map/mod.rs:275:38
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     UUIDTarget::Room(map, room) => Some(*room), // TODO do we need to assert the the map is this map?
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pt`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:23
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                       ^^ help: if this is intentional, prefix it with an underscore: `_pt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:34
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rooms_size`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:788:48
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rooms_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pt`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:23
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                       ^^ help: if this is intentional, prefix it with an underscore: `_pt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:34
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rooms_size`
[INFO] [stdout]    --> src/gui/room/draw_image.rs:807:48
[INFO] [stdout]     |
[INFO] [stdout] 807 |     fn pt_hash(&self, pt: SelPt, layer: usize, rooms_size: [u32;2]) -> u64 {
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rooms_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ADAPTIVE_BUF_SIZE` is never used
[INFO] [stdout]   --> src/util/img.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | const ADAPTIVE_BUF_SIZE: u64 = 4*1024*1024;
[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 `tweak_marginf` is never used
[INFO] [stdout]   --> src/gui/mod.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn tweak_marginf(s: &mut egui::epaint::Marginf, dpi: f32) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `same_type` is never used
[INFO] [stdout]   --> src/gui/dock.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl DockTab {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 51 |     fn same_type(&self, other: &Self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `move_room` is never used
[INFO] [stdout]    --> src/gui/map/room_ops.rs:200:8
[INFO] [stdout]     |
[INFO] [stdout] 199 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] 200 |     fn move_room(&mut self, id: RoomId, dest: [u8;3]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `attempt_remove_transient_room` is never used
[INFO] [stdout]    --> src/gui/map/map_ui.rs:122:8
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 122 |     fn attempt_remove_transient_room(&mut self, id: RoomId, uuidmap: &mut UUIDMap) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `adaptive_pushaway` is never used
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 136 |     fn adaptive_pushaway(&mut self, coord: [u8;3], from: [u8;3], from_room: RoomId, axis: OpAxis, dir: bool, uuidmap: &mut UUIDMap) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `quanted` is never used
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:185:8
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl DrawState {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 185 |     fn quanted(&self, v: [u16;2]) -> [u16;2] {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mul_i8` is never used
[INFO] [stdout]   --> src/gui/util.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mul_i8(v: &mut i8, mul: f32) {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_dropped_file` is never used
[INFO] [stdout]   --> src/gui/filedrop.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn load_dropped_file(df: &DroppedFile) -> anyhow::Result<Arc<[u8]>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stated` is never used
[INFO] [stdout]    --> src/gui/key_manager.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl KMKey {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     fn stated(&self) -> (AKey,Modifiers) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]    --> src/gui/tags/mod.rs:390:38
[INFO] [stdout]     |
[INFO] [stdout] 390 |                     UUIDTarget::Room(map, room) => Some(*room), // TODO do we need to assert the the map is this map?
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sw`
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:162:22
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 let [sw,sh] = self.src.as_ref().unwrap().quantis8();
[INFO] [stdout]     |                      ^^ help: if this is intentional, prefix it with an underscore: `_sw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sh`
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 let [sw,sh] = self.src.as_ref().unwrap().quantis8();
[INFO] [stdout]     |                         ^^ help: if this is intentional, prefix it with an underscore: `_sh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ADAPTIVE_BUF_SIZE` is never used
[INFO] [stdout]   --> src/util/img.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | const ADAPTIVE_BUF_SIZE: u64 = 4*1024*1024;
[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 `tweak_marginf` is never used
[INFO] [stdout]   --> src/gui/mod.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn tweak_marginf(s: &mut egui::epaint::Marginf, dpi: f32) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `same_type` is never used
[INFO] [stdout]   --> src/gui/dock.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl DockTab {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 51 |     fn same_type(&self, other: &Self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `move_room` is never used
[INFO] [stdout]    --> src/gui/map/room_ops.rs:200:8
[INFO] [stdout]     |
[INFO] [stdout] 199 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] 200 |     fn move_room(&mut self, id: RoomId, dest: [u8;3]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `attempt_remove_transient_room` is never used
[INFO] [stdout]    --> src/gui/map/map_ui.rs:122:8
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 122 |     fn attempt_remove_transient_room(&mut self, id: RoomId, uuidmap: &mut UUIDMap) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `adaptive_pushaway` is never used
[INFO] [stdout]    --> src/gui/map/draw_ui.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl Map {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 136 |     fn adaptive_pushaway(&mut self, coord: [u8;3], from: [u8;3], from_room: RoomId, axis: OpAxis, dir: bool, uuidmap: &mut UUIDMap) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `quanted` is never used
[INFO] [stdout]    --> src/gui/draw_state/mod.rs:185:8
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl DrawState {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 185 |     fn quanted(&self, v: [u16;2]) -> [u16;2] {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mul_i8` is never used
[INFO] [stdout]   --> src/gui/util.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mul_i8(v: &mut i8, mul: f32) {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_dropped_file` is never used
[INFO] [stdout]   --> src/gui/filedrop.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn load_dropped_file(df: &DroppedFile) -> anyhow::Result<Arc<[u8]>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stated` is never used
[INFO] [stdout]    --> src/gui/key_manager.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl KMKey {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     fn stated(&self) -> (AKey,Modifiers) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 21s
[INFO] running `Command { std: "docker" "inspect" "9e9b2203ba205cab2caac20ae90ec84f620af38ad96747751d12c44d4e43d951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e9b2203ba205cab2caac20ae90ec84f620af38ad96747751d12c44d4e43d951", kill_on_drop: false }`
[INFO] [stdout] 9e9b2203ba205cab2caac20ae90ec84f620af38ad96747751d12c44d4e43d951
