[INFO] cloning repository https://github.com/A-Disruption/theme-viewer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/A-Disruption/theme-viewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA-Disruption%2Ftheme-viewer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA-Disruption%2Ftheme-viewer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4443dbd7b4a3b9c23af8da2ec416ae2c26a6029d
[INFO] checking A-Disruption/theme-viewer against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA-Disruption%2Ftheme-viewer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/A-Disruption/theme-viewer
[INFO] finished tweaking git repo https://github.com/A-Disruption/theme-viewer
[INFO] tweaked toml for git repo https://github.com/A-Disruption/theme-viewer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/A-Disruption/theme-viewer on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/A-Disruption/theme-viewer 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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eefd93386f7ee8deffa23ec09b0b8822cbb23507463c6cff80b61e9f12731853
[INFO] running `Command { std: "docker" "start" "-a" "eefd93386f7ee8deffa23ec09b0b8822cbb23507463c6cff80b61e9f12731853", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eefd93386f7ee8deffa23ec09b0b8822cbb23507463c6cff80b61e9f12731853", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eefd93386f7ee8deffa23ec09b0b8822cbb23507463c6cff80b61e9f12731853", kill_on_drop: false }`
[INFO] [stdout] eefd93386f7ee8deffa23ec09b0b8822cbb23507463c6cff80b61e9f12731853
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bbaad614ea967ead6f5955155c701e60cdb421459fc3588fc91e7c9ac9f762c
[INFO] running `Command { std: "docker" "start" "-a" "2bbaad614ea967ead6f5955155c701e60cdb421459fc3588fc91e7c9ac9f762c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking wayland-sys v0.31.7
[INFO] [stderr]     Checking unicode-ident v1.0.19
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking memmap2 v0.9.8
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking lilt v0.8.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.2.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]     Checking unicode-ccc v0.2.0
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking lyon_geom v1.0.17
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking lyon_path v1.0.16
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]    Compiling naga v26.0.0
[INFO] [stderr]     Checking pxfm v0.1.24
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking zeno v0.3.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking yazi v0.2.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling serde_derive v1.0.228
[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 bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking font-types v0.9.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking read-fonts v0.29.3
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking iced_core v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking iced_futures v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.0.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking skrifa v0.31.3
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking wayland-client v0.31.11
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking moxcms v0.7.5
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]    Compiling wgpu-hal v26.0.4
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking swash v0.2.5
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]     Checking iced_beacon v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking cosmic-text v0.14.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking wgpu-types v26.0.0
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]    Compiling drm-sys v0.7.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]     Checking mutate_once v0.1.2
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]     Checking kamadak-exif v0.5.5
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking iced_debug v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]    Compiling wgpu-core v26.0.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking linux-raw-sys v0.6.5
[INFO] [stderr]     Checking iced_graphics v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]     Checking fontdb v0.18.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling wgpu v26.0.1
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]    Compiling tiny-xlib v0.2.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking imagesize v0.12.0
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking usvg v0.42.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]     Checking drm-ffi v0.8.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling softbuffer v0.4.6
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]     Checking ctor-lite v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]     Checking lyon_tessellation v1.0.16
[INFO] [stderr]     Checking resvg v0.42.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling zbus_macros v5.11.0
[INFO] [stderr]     Checking drm v0.12.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking etagere v0.2.15
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking lyon_algorithms v1.0.16
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]     Checking lru v0.16.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]     Checking lyon v1.0.16
[INFO] [stderr]     Checking zbus v5.11.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking kurbo v0.10.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]    Compiling android-build v0.1.3
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling mundy v0.2.0
[INFO] [stderr]     Checking iced_tiny_skia v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]     Checking iced_runtime v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]    Compiling winit v0.30.8 (https://github.com/iced-rs/winit.git?rev=05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed#05b8ff17)
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking iced_program v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]     Checking clipboard_wayland v0.2.2
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v26.0.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking clipboard_x11 v0.4.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]     Checking qrcode v0.13.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]     Checking dpi v0.1.1 (https://github.com/iced-rs/winit.git?rev=05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed#05b8ff17)
[INFO] [stderr]     Checking window_clipboard v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking ashpd v0.11.0
[INFO] [stderr]     Checking serde_spanned v1.0.2
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking toml_writer v1.0.3
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking toml v0.9.7
[INFO] [stderr]    Compiling iced_fontello v0.13.2
[INFO] [stderr]    Compiling theme-viewer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking iced_winit v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking cryoglyph v0.1.0 (https://github.com/iced-rs/cryoglyph.git?rev=453cedec0d2ec563bd7fa87e84a2319bcebb1ba3#453cedec)
[INFO] [stderr]     Checking iced_wgpu v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking iced_renderer v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking iced_widget v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking iced_devtools v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking iced v0.14.0-dev (https://github.com/iced-rs/iced?branch=master#0a34496c)
[INFO] [stderr]     Checking widgets v0.1.0 (https://github.com/A-Disruption/widgets.git#d3154015)
[INFO] [stdout] warning: unused imports: `Theme` and `event`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:9:45
[INFO] [stdout]   |
[INFO] [stdout] 9 | ...s, event, keyboard, mouse, touch, widget::button, Border, Color, Element, Event, Length, Padding, Point, Rectangle, Shadow, Size, Theme, V...
[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 imports: `pin` and `qr_code`
[INFO] [stdout]  --> src/widget_helper.rs:3:188
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ertical_slider, Space, tooltip, svg, image, pin, stack, mouse_area, combo_box, qr_code, markdown, text_editor,
[INFO] [stdout]   |                                                ^^^                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mouse::Interaction`
[INFO] [stdout]  --> src/widget_helper/controls.rs:2:64
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{ Alignment, Color, Element, Length, Padding, Theme, mouse::Interaction };
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Radius`
[INFO] [stdout]  --> src/widget_helper/styles/button.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme};
[INFO] [stdout]   |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Border`, `Radius`, and `radius`
[INFO] [stdout]  --> src/widget_helper/styles/rule.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme};
[INFO] [stdout]   |                     ^^^^^^  ^^^^^^   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `radius`
[INFO] [stdout]  --> src/widget_helper/styles/container.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme, Shadow, Color, Background, Vector};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text_input`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:1:164
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...izontal as horizontal_space, slider, row, scrollable, text, text_input, Space};
[INFO] [stdout]   |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iced::Length::FillPortion`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::Length::FillPortion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OverlayButton`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:6:54
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::widget::generic_overlay::{overlay_button, OverlayButton};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `space::horizontal`
[INFO] [stdout]  --> src/widget_helper/code_generator.rs:1:73
[INFO] [stdout]   |
[INFO] [stdout] 1 | use iced::{Color, Element, Length, Padding, widget::{column, container, space::horizontal, row, scrollable, text}, Background, Border...
[INFO] [stdout]   |                                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> src/widget_helper/code_generator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Settings` and `Theme`
[INFO] [stdout]  --> src/widget_helper/views/add_widgets.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use iced::{Element, Settings, Theme, Length,
[INFO] [stdout]   |                     ^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Background`, `Border`, `Color`, and `Theme`
[INFO] [stdout]  --> src/widget_helper/views/type_editor.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Element, Length, Task, Theme, Background, Border, Color
[INFO] [stdout]   |                            ^^^^^  ^^^^^^^^^^  ^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Theme`
[INFO] [stdout]  --> src/widget_helper/panegrid_dashboard.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use iced::{keyboard, window, Color, Element, Fill, Size, Subscription, Task, Theme};
[INFO] [stdout]   |                                                                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Axis` and `Direction`
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:92:25
[INFO] [stdout]    |
[INFO] [stdout] 92 |         use pane_grid::{Axis, Direction};
[INFO] [stdout]    |                         ^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Theme` and `event`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:9:45
[INFO] [stdout]   |
[INFO] [stdout] 9 | ...s, event, keyboard, mouse, touch, widget::button, Border, Color, Element, Event, Length, Padding, Point, Rectangle, Shadow, Size, Theme, V...
[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 imports: `pin` and `qr_code`
[INFO] [stdout]  --> src/widget_helper.rs:3:188
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ertical_slider, Space, tooltip, svg, image, pin, stack, mouse_area, combo_box, qr_code, markdown, text_editor,
[INFO] [stdout]   |                                                ^^^                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mouse::Interaction`
[INFO] [stdout]  --> src/widget_helper/controls.rs:2:64
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{ Alignment, Color, Element, Length, Padding, Theme, mouse::Interaction };
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Radius`
[INFO] [stdout]  --> src/widget_helper/styles/button.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme};
[INFO] [stdout]   |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Border`, `Radius`, and `radius`
[INFO] [stdout]  --> src/widget_helper/styles/rule.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme};
[INFO] [stdout]   |                     ^^^^^^  ^^^^^^   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `radius`
[INFO] [stdout]  --> src/widget_helper/styles/container.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::{border::{radius, Radius}, Border, Theme, Shadow, Color, Background, Vector};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text_input`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:1:164
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...izontal as horizontal_space, slider, row, scrollable, text, text_input, Space};
[INFO] [stdout]   |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iced::Length::FillPortion`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use iced::Length::FillPortion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OverlayButton`
[INFO] [stdout]  --> src/widget_helper/styles/stylefn_builders.rs:6:54
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::widget::generic_overlay::{overlay_button, OverlayButton};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `space::horizontal`
[INFO] [stdout]  --> src/widget_helper/code_generator.rs:1:73
[INFO] [stdout]   |
[INFO] [stdout] 1 | use iced::{Color, Element, Length, Padding, widget::{column, container, space::horizontal, row, scrollable, text}, Background, Border...
[INFO] [stdout]   |                                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> src/widget_helper/code_generator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Settings` and `Theme`
[INFO] [stdout]  --> src/widget_helper/views/add_widgets.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use iced::{Element, Settings, Theme, Length,
[INFO] [stdout]   |                     ^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Background`, `Border`, `Color`, and `Theme`
[INFO] [stdout]  --> src/widget_helper/views/type_editor.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Element, Length, Task, Theme, Background, Border, Color
[INFO] [stdout]   |                            ^^^^^  ^^^^^^^^^^  ^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Theme`
[INFO] [stdout]  --> src/widget_helper/panegrid_dashboard.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use iced::{keyboard, window, Color, Element, Fill, Size, Subscription, Task, Theme};
[INFO] [stdout]   |                                                                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Axis` and `Direction`
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:92:25
[INFO] [stdout]    |
[INFO] [stdout] 92 |         use pane_grid::{Axis, Direction};
[INFO] [stdout]    |                         ^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Overlay`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Clipboard, Layout, Overlay as _, Renderer as _, Shell, Widget,
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Renderer`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:8:42
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Clipboard, Layout, Overlay as _, Renderer as _, Shell, Widget,
[INFO] [stdout]   |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text::Renderer`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         text::Renderer as _,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cursor`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         cursor: mouse::Cursor,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let state = tree.state.downcast_ref::<State>();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layout`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |         layout: Layout<'_>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_layout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:381:9
[INFO] [stdout]     |
[INFO] [stdout] 381 |         viewport: &Rectangle,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:382:9
[INFO] [stdout]     |
[INFO] [stdout] 382 |         offset: Vector,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `renderer`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:486:26
[INFO] [stdout]     |
[INFO] [stdout] 486 |     fn layout(&mut self, renderer: &Renderer, bounds: Size) -> Node {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_renderer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bounds`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:486:47
[INFO] [stdout]     |
[INFO] [stdout] 486 |     fn layout(&mut self, renderer: &Renderer, bounds: Size) -> Node {
[INFO] [stdout]     |                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bounds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Overlay`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Clipboard, Layout, Overlay as _, Renderer as _, Shell, Widget,
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Renderer`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:8:42
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Clipboard, Layout, Overlay as _, Renderer as _, Shell, Widget,
[INFO] [stdout]   |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text::Renderer`
[INFO] [stdout]  --> src/widget/generic_overlay.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         text::Renderer as _,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cursor`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         cursor: mouse::Cursor,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let state = tree.state.downcast_ref::<State>();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layout`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |         layout: Layout<'_>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_layout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:381:9
[INFO] [stdout]     |
[INFO] [stdout] 381 |         viewport: &Rectangle,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:382:9
[INFO] [stdout]     |
[INFO] [stdout] 382 |         offset: Vector,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `renderer`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:486:26
[INFO] [stdout]     |
[INFO] [stdout] 486 |     fn layout(&mut self, renderer: &Renderer, bounds: Size) -> Node {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_renderer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bounds`
[INFO] [stdout]    --> src/widget/generic_overlay.rs:486:47
[INFO] [stdout]     |
[INFO] [stdout] 486 |     fn layout(&mut self, renderer: &Renderer, bounds: Size) -> Node {
[INFO] [stdout]     |                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bounds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `theme`
[INFO] [stdout]    --> src/widget_helper/styles/stylefn_builders.rs:219:57
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub fn show_container_stylefn_builder<'a>(&'a self, theme: &'a Theme) -> Element<'a, Message> {
[INFO] [stdout]     |                                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_theme`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `theme`
[INFO] [stdout]    --> src/widget_helper/styles/stylefn_builders.rs:219:57
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub fn show_container_stylefn_builder<'a>(&'a self, theme: &'a Theme) -> Element<'a, Message> {
[INFO] [stdout]     |                                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_theme`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `props`
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:1479:13
[INFO] [stdout]      |
[INFO] [stdout] 1479 |         let props = &widget.properties;
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_props`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `props`
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:1479:13
[INFO] [stdout]      |
[INFO] [stdout] 1479 |         let props = &widget.properties;
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_props`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:2393:21
[INFO] [stdout]      |
[INFO] [stdout] 2393 |                 let name = self.get_widget_name(widget.id);
[INFO] [stdout]      |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `derp` is never read
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:3458:24
[INFO] [stdout]      |
[INFO] [stdout] 3458 |         let mut derp = String::new();
[INFO] [stdout]      |                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:2393:21
[INFO] [stdout]      |
[INFO] [stdout] 2393 |                 let name = self.get_widget_name(widget.id);
[INFO] [stdout]      |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `derp` is never read
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:3458:24
[INFO] [stdout]      |
[INFO] [stdout] 3458 |         let mut derp = String::new();
[INFO] [stdout]      |                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4644:13
[INFO] [stdout]      |
[INFO] [stdout] 4644 |             _ => {
[INFO] [stdout]      |             ^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4644:13
[INFO] [stdout]      |
[INFO] [stdout] 4618 |             Length::Fill => {
[INFO] [stdout]      |             ------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4623 |             Length::Shrink => {
[INFO] [stdout]      |             -------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4628 |             Length::Fixed(px) => {
[INFO] [stdout]      |             ----------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4636 |             Length::FillPortion(p) => {
[INFO] [stdout]      |             ---------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4644 |             _ => {
[INFO] [stdout]      |             ^ collectively making this unreachable
[INFO] [stdout]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4644:13
[INFO] [stdout]      |
[INFO] [stdout] 4644 |             _ => {
[INFO] [stdout]      |             ^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4644:13
[INFO] [stdout]      |
[INFO] [stdout] 4618 |             Length::Fill => {
[INFO] [stdout]      |             ------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4623 |             Length::Shrink => {
[INFO] [stdout]      |             -------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4628 |             Length::Fixed(px) => {
[INFO] [stdout]      |             ----------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4636 |             Length::FillPortion(p) => {
[INFO] [stdout]      |             ---------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 4644 |             _ => {
[INFO] [stdout]      |             ^ collectively making this unreachable
[INFO] [stdout]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]   --> src/widget_helper/views/add_widgets.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     parent_id: WidgetId,
[INFO] [stdout]    |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_system`
[INFO] [stdout]    --> src/widget_helper/views/type_editor.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 369 |     type_system: &'a TypeSystem,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_system`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]   --> src/widget_helper/views/add_widgets.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     parent_id: WidgetId,
[INFO] [stdout]    |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_system`
[INFO] [stdout]    --> src/widget_helper/views/type_editor.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 369 |     type_system: &'a TypeSystem,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_system`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut s = Self {
[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: `pane_data`
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:98:26
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 let Some(pane_data) = self.panes.get(pane).copied() else { return Task::none(); };
[INFO] [stdout]    |                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pane_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_maximized`
[INFO] [stdout]    --> src/widget_helper/panegrid_dashboard.rs:220:63
[INFO] [stdout]     |
[INFO] [stdout] 220 |         let grid = PaneGrid::new(&self.panes, move |id, pane, is_maximized| {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_maximized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut s = Self {
[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: `pane_data`
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:98:26
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 let Some(pane_data) = self.panes.get(pane).copied() else { return Task::none(); };
[INFO] [stdout]    |                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pane_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_maximized`
[INFO] [stdout]    --> src/widget_helper/panegrid_dashboard.rs:220:63
[INFO] [stdout]     |
[INFO] [stdout] 220 |         let grid = PaneGrid::new(&self.panes, move |id, pane, is_maximized| {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_maximized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]     --> src/widget_helper.rs:2862:24
[INFO] [stdout]      |
[INFO] [stdout] 2862 |                     Ok(data) => {
[INFO] [stdout]      |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/widget_helper.rs:2978:13
[INFO] [stdout]      |
[INFO] [stdout] 2978 |             _ => column![text("Editor not implemented for this widget type")].into(),
[INFO] [stdout]      |             ^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]     --> src/widget_helper.rs:2978:13
[INFO] [stdout]      |
[INFO] [stdout] 2952 | ...   WidgetType::Container       => container_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       --------------------- matches some of the same values
[INFO] [stdout] 2953 | ...   WidgetType::Scrollable      => scrollable_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       ---------------------- matches some of the same values
[INFO] [stdout] 2954 | ...   WidgetType::Row             => row_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       --------------- matches some of the same values
[INFO] [stdout] 2955 | ...   WidgetType::Column          => column_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 2978 | ...   _ => column![text("Editor not implemented for this widget type")].into(),
[INFO] [stdout]      |       ^ ...and 22 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]     --> src/widget_helper.rs:2862:24
[INFO] [stdout]      |
[INFO] [stdout] 2862 |                     Ok(data) => {
[INFO] [stdout]      |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/widget_helper.rs:2978:13
[INFO] [stdout]      |
[INFO] [stdout] 2978 |             _ => column![text("Editor not implemented for this widget type")].into(),
[INFO] [stdout]      |             ^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]     --> src/widget_helper.rs:2978:13
[INFO] [stdout]      |
[INFO] [stdout] 2952 | ...   WidgetType::Container       => container_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       --------------------- matches some of the same values
[INFO] [stdout] 2953 | ...   WidgetType::Scrollable      => scrollable_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       ---------------------- matches some of the same values
[INFO] [stdout] 2954 | ...   WidgetType::Row             => row_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       --------------- matches some of the same values
[INFO] [stdout] 2955 | ...   WidgetType::Column          => column_controls(&self.hierarchy, widget_id, self.theme.clone(), Some(&self.type_system)),
[INFO] [stdout]      |       ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 2978 | ...   _ => column![text("Editor not implemented for this widget type")].into(),
[INFO] [stdout]      |       ^ ...and 22 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TypeSystemSnapshot` is more private than the item `type_system::TypeSystem::history`
[INFO] [stdout]    --> src/widget_helper/type_system.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub history: Vec<TypeSystemSnapshot>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `type_system::TypeSystem::history` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TypeSystemSnapshot` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/widget_helper/type_system.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | struct TypeSystemSnapshot {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cog` is never used
[INFO] [stdout]   --> src/icon.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn cog<'a>() -> Text<'a> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/widget_helper.rs:60:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | pub enum PropertyChange {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  60 |     BorderColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]  61 |     BackgroundColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  62 |     HasShadow(bool),
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]  63 |     ShadowOffsetX(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]  64 |     ShadowOffsetY(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]  65 |     ShadowBlur(f32),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]  66 |     ShadowColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     TextInputLineHeight(text::LineHeight),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     TooltipGap(f32),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     ComboBoxPadding(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PropertyChange` 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: variants `ButtonPressed`, `ComboBoxSelected`, `GenerateFullCode`, `AppNameChanged`, and `ToggleRadioLayout` are never constructed
[INFO] [stdout]     --> src/widget_helper.rs:3242:5
[INFO] [stdout]      |
[INFO] [stdout] 3230 | pub enum Message {
[INFO] [stdout]      |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 3242 |     ButtonPressed(WidgetId),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3252 |     ComboBoxSelected(WidgetId, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3263 |     GenerateFullCode,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 3264 |     CopyCode(String),
[INFO] [stdout] 3265 |     AppNameChanged(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 3266 |     ToggleRadioLayout,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Message` 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: variants `Stack` and `Themer` are never constructed
[INFO] [stdout]     --> src/widget_helper.rs:3350:5
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub enum WidgetType {
[INFO] [stdout]      |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 3350 |     Stack,
[INFO] [stdout]      |     ^^^^^
[INFO] [stdout] 3351 |     Themer,
[INFO] [stdout]      |     ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `WidgetType` 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: field `pin_point` is never read
[INFO] [stdout]     --> src/widget_helper.rs:3574:9
[INFO] [stdout]      |
[INFO] [stdout] 3413 | pub struct Properties {
[INFO] [stdout]      |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3574 |     pub pin_point: Point,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Properties` 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: fields `has_alignment`, `has_border`, and `has_background` are never read
[INFO] [stdout]     --> src/widget_helper.rs:3895:9
[INFO] [stdout]      |
[INFO] [stdout] 3890 | pub struct CommonProperties {
[INFO] [stdout]      |            ---------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3895 |     pub has_alignment: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout] 3896 |     pub has_text_properties: bool,
[INFO] [stdout] 3897 |     pub has_border: bool,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout] 3898 |     pub has_background: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `CommonProperties` 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 function `from_alignment` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4182:8
[INFO] [stdout]      |
[INFO] [stdout] 4171 | impl AlignmentYOption {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4182 |     fn from_alignment(alignment: iced::alignment::Vertical) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_wrap` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4265:8
[INFO] [stdout]      |
[INFO] [stdout] 4255 | impl TextWrapping {
[INFO] [stdout]      | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4265 |     fn from_wrap(alignment: text::Wrapping) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_shaping` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4312:8
[INFO] [stdout]      |
[INFO] [stdout] 4303 | impl TextShaping {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4312 |     fn from_shaping(alignment: text::Shaping) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RowColumnAlign` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4346:10
[INFO] [stdout]      |
[INFO] [stdout] 4346 | pub enum RowColumnAlign { Start, Center, End }
[INFO] [stdout]      |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_alignment` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4381:8
[INFO] [stdout]      |
[INFO] [stdout] 4368 | impl AlignText {
[INFO] [stdout]      | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4381 |     fn from_alignment(alignment: iced::advanced::text::Alignment) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `to_anchor` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4450:8
[INFO] [stdout]      |
[INFO] [stdout] 4449 | impl AnchorChoice {
[INFO] [stdout]      | ----------------- associated function in this implementation
[INFO] [stdout] 4450 |     fn to_anchor(d: iced::widget::scrollable::Anchor) -> AnchorChoice {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save` is never used
[INFO] [stdout]   --> src/widget_helper/styles/button.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn save(theme: &Theme, status: Status) -> Style {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `custom_style` is never used
[INFO] [stdout]  --> src/widget_helper/styles/container.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn custom_style() -> Style {
[INFO] [stdout]   |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ButtonStyle` is never constructed
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum ThemePaneEnum {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     ButtonStyle,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ThemePaneEnum` 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: function `button_stylefn_builder` is never used
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:43:4
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn button_stylefn_builder(text_color: Color, background: iced::Background, border: iced::Border, shadow: iced::Shadow, snap: bool) -...
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `button_styles` is never read
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct CustomThemes {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     button_styles: BTreeMap<usize, iced::widget::button::Style>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveCustomContainerStyle` is never constructed
[INFO] [stdout]     --> src/widget_helper/styles/stylefn_builders.rs:1080:5
[INFO] [stdout]      |
[INFO] [stdout] 1074 | pub enum Message {
[INFO] [stdout]      |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 1080 |     SaveCustomContainerStyle(usize, iced::widget::container::Style),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Message` 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 `color` is never used
[INFO] [stdout]   --> src/widget_helper/code_generator.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl TokenType {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 23 |     pub fn color(&self) -> Color {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_indent`, `add_identifier`, `add_string`, `add_comment`, `add_macro`, and `add_color_hex` are never used
[INFO] [stdout]    --> src/widget_helper/code_generator.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl TokenBuilder {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn set_indent(&mut self, level: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub fn add_identifier(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn add_string(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn add_comment(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn add_macro(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |     pub fn add_color_hex(&mut self, color: Color) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_unique_widget_name`, `generate_radio_widget`, `generate_text_input_properties`, `generate_markdown_properties`, and `add_color` are never used
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:520:8
[INFO] [stdout]      |
[INFO] [stdout]  303 | impl<'a> CodeGenerator<'a> {
[INFO] [stdout]      | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  520 |     fn get_unique_widget_name(&mut self, widget: &Widget) -> String {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3506 |     fn generate_radio_widget(&mut self, widget: &Widget, use_self: bool, use_column: bool) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4010 |     fn generate_text_input_properties(&mut self, props: &Properties) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4470 |     fn generate_markdown_properties(&mut self, props: &Properties) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4681 |     fn add_color(&mut self, color: Color) {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_code_view` is never used
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4891:8
[INFO] [stdout]      |
[INFO] [stdout] 4891 | pub fn build_code_view<'a>(tokens: &[Token], theme: Theme) -> Element<'a, crate::widget_helper::Message> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RenameEnum` is never constructed
[INFO] [stdout]   --> src/widget_helper/views/type_editor.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub enum Message {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 95 |     RenameEnum { enum_id: Uuid, new_name: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` 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: methods `get_variant` and `get_variant_by_name` are never used
[INFO] [stdout]   --> src/widget_helper/type_system.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl EnumDef {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn get_variant(&self, variant_id: Uuid) -> Option<&EnumVariant> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn get_variant_by_name(&self, name: &str) -> Option<&EnumVariant> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TypeSystemAction` is never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub enum TypeSystemAction {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:276:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | impl TypeSystem {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn clear_history(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 402 |     pub fn add_dependency(&mut self, enum_id: Uuid, widget_id: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 410 |     pub fn remove_dependency(&mut self, enum_id: Uuid, widget_id: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 |     pub fn remove_widget_dependencies(&mut self, widget_id: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 440 |     pub fn get_widget_enum_dependencies(&self, widget_id: &str) -> Vec<Uuid> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 449 |     pub fn is_enum_in_use(&self, enum_id: Uuid) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 |     pub fn get_dependency_info(&self, enum_id: Uuid) -> Option<DependencyInfo> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DependencyInfo` is never constructed
[INFO] [stdout]    --> src/widget_helper/type_system.rs:472:12
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub struct DependencyInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate_from_old_system` is never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:482:8
[INFO] [stdout]     |
[INFO] [stdout] 482 | pub fn migrate_from_old_system(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Maximize`, `Restore`, and `RegisteredMain` are never constructed
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum PaneMsg {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Maximize(pane_grid::Pane),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 34 |     Restore,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     RegisteredMain(window::Id),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PaneMsg` 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 functions `new_with_main` and `new_open_main` are never used
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl PaneDock {
[INFO] [stdout]    | ------------- associated functions in this implementation
[INFO] [stdout] 57 |     /// Host-managed: you already have a main window; set it here.
[INFO] [stdout] 58 |     pub fn new_with_main(main: window::Id) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn new_open_main() -> (Self, Task<PaneMsg>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PaneEnum` is never used
[INFO] [stdout]    --> src/widget_helper/panegrid_dashboard.rs:309:10
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub enum PaneEnum {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TypeSystemSnapshot` is more private than the item `type_system::TypeSystem::history`
[INFO] [stdout]    --> src/widget_helper/type_system.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub history: Vec<TypeSystemSnapshot>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `type_system::TypeSystem::history` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TypeSystemSnapshot` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/widget_helper/type_system.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | struct TypeSystemSnapshot {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/widget_helper.rs:3160:32
[INFO] [stdout]      |
[INFO] [stdout] 3160 |     fn build_full_code_content(&self) -> Element<Message> {
[INFO] [stdout]      |                                ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3160 |     fn build_full_code_content(&self) -> Element<'_, Message> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/widget_helper/styles/stylefn_builders.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn view(&self) -> Element<Message> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn view(&self) -> Element<'_, Message> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cog` is never used
[INFO] [stdout]   --> src/icon.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn cog<'a>() -> Text<'a> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/widget_helper.rs:60:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | pub enum PropertyChange {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  60 |     BorderColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]  61 |     BackgroundColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  62 |     HasShadow(bool),
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]  63 |     ShadowOffsetX(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]  64 |     ShadowOffsetY(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]  65 |     ShadowBlur(f32),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]  66 |     ShadowColor(Color),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     TextInputLineHeight(text::LineHeight),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     TooltipGap(f32),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     ComboBoxPadding(f32),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PropertyChange` 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: variants `ButtonPressed`, `ComboBoxSelected`, `GenerateFullCode`, `AppNameChanged`, and `ToggleRadioLayout` are never constructed
[INFO] [stdout]     --> src/widget_helper.rs:3242:5
[INFO] [stdout]      |
[INFO] [stdout] 3230 | pub enum Message {
[INFO] [stdout]      |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 3242 |     ButtonPressed(WidgetId),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3252 |     ComboBoxSelected(WidgetId, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3263 |     GenerateFullCode,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 3264 |     CopyCode(String),
[INFO] [stdout] 3265 |     AppNameChanged(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 3266 |     ToggleRadioLayout,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Message` 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: variants `Stack` and `Themer` are never constructed
[INFO] [stdout]     --> src/widget_helper.rs:3350:5
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub enum WidgetType {
[INFO] [stdout]      |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 3350 |     Stack,
[INFO] [stdout]      |     ^^^^^
[INFO] [stdout] 3351 |     Themer,
[INFO] [stdout]      |     ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `WidgetType` 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: field `pin_point` is never read
[INFO] [stdout]     --> src/widget_helper.rs:3574:9
[INFO] [stdout]      |
[INFO] [stdout] 3413 | pub struct Properties {
[INFO] [stdout]      |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3574 |     pub pin_point: Point,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Properties` 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: fields `has_alignment`, `has_border`, and `has_background` are never read
[INFO] [stdout]     --> src/widget_helper.rs:3895:9
[INFO] [stdout]      |
[INFO] [stdout] 3890 | pub struct CommonProperties {
[INFO] [stdout]      |            ---------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3895 |     pub has_alignment: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout] 3896 |     pub has_text_properties: bool,
[INFO] [stdout] 3897 |     pub has_border: bool,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout] 3898 |     pub has_background: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `CommonProperties` 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 function `from_alignment` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4182:8
[INFO] [stdout]      |
[INFO] [stdout] 4171 | impl AlignmentYOption {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4182 |     fn from_alignment(alignment: iced::alignment::Vertical) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_wrap` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4265:8
[INFO] [stdout]      |
[INFO] [stdout] 4255 | impl TextWrapping {
[INFO] [stdout]      | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4265 |     fn from_wrap(alignment: text::Wrapping) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_shaping` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4312:8
[INFO] [stdout]      |
[INFO] [stdout] 4303 | impl TextShaping {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4312 |     fn from_shaping(alignment: text::Shaping) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RowColumnAlign` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4346:10
[INFO] [stdout]      |
[INFO] [stdout] 4346 | pub enum RowColumnAlign { Start, Center, End }
[INFO] [stdout]      |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_alignment` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4381:8
[INFO] [stdout]      |
[INFO] [stdout] 4368 | impl AlignText {
[INFO] [stdout]      | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 4381 |     fn from_alignment(alignment: iced::advanced::text::Alignment) -> Self {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `to_anchor` is never used
[INFO] [stdout]     --> src/widget_helper.rs:4450:8
[INFO] [stdout]      |
[INFO] [stdout] 4449 | impl AnchorChoice {
[INFO] [stdout]      | ----------------- associated function in this implementation
[INFO] [stdout] 4450 |     fn to_anchor(d: iced::widget::scrollable::Anchor) -> AnchorChoice {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save` is never used
[INFO] [stdout]   --> src/widget_helper/styles/button.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn save(theme: &Theme, status: Status) -> Style {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `custom_style` is never used
[INFO] [stdout]  --> src/widget_helper/styles/container.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn custom_style() -> Style {
[INFO] [stdout]   |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ButtonStyle` is never constructed
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum ThemePaneEnum {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     ButtonStyle,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ThemePaneEnum` 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: function `button_stylefn_builder` is never used
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:43:4
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn button_stylefn_builder(text_color: Color, background: iced::Background, border: iced::Border, shadow: iced::Shadow, snap: bool) -...
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `button_styles` is never read
[INFO] [stdout]   --> src/widget_helper/styles/stylefn_builders.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct CustomThemes {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     button_styles: BTreeMap<usize, iced::widget::button::Style>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveCustomContainerStyle` is never constructed
[INFO] [stdout]     --> src/widget_helper/styles/stylefn_builders.rs:1080:5
[INFO] [stdout]      |
[INFO] [stdout] 1074 | pub enum Message {
[INFO] [stdout]      |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 1080 |     SaveCustomContainerStyle(usize, iced::widget::container::Style),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Message` 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 `color` is never used
[INFO] [stdout]   --> src/widget_helper/code_generator.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl TokenType {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 23 |     pub fn color(&self) -> Color {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_indent`, `add_identifier`, `add_string`, `add_comment`, `add_macro`, and `add_color_hex` are never used
[INFO] [stdout]    --> src/widget_helper/code_generator.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl TokenBuilder {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn set_indent(&mut self, level: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub fn add_identifier(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn add_string(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn add_comment(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn add_macro(&mut self, text: &str) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |     pub fn add_color_hex(&mut self, color: Color) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_unique_widget_name`, `generate_radio_widget`, `generate_text_input_properties`, `generate_markdown_properties`, and `add_color` are never used
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:520:8
[INFO] [stdout]      |
[INFO] [stdout]  303 | impl<'a> CodeGenerator<'a> {
[INFO] [stdout]      | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  520 |     fn get_unique_widget_name(&mut self, widget: &Widget) -> String {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3506 |     fn generate_radio_widget(&mut self, widget: &Widget, use_self: bool, use_column: bool) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4010 |     fn generate_text_input_properties(&mut self, props: &Properties) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4470 |     fn generate_markdown_properties(&mut self, props: &Properties) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4681 |     fn add_color(&mut self, color: Color) {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_code_view` is never used
[INFO] [stdout]     --> src/widget_helper/code_generator.rs:4891:8
[INFO] [stdout]      |
[INFO] [stdout] 4891 | pub fn build_code_view<'a>(tokens: &[Token], theme: Theme) -> Element<'a, crate::widget_helper::Message> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RenameEnum` is never constructed
[INFO] [stdout]   --> src/widget_helper/views/type_editor.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub enum Message {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 95 |     RenameEnum { enum_id: Uuid, new_name: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` 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 `get_variant_by_name` is never used
[INFO] [stdout]   --> src/widget_helper/type_system.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl EnumDef {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn get_variant_by_name(&self, name: &str) -> Option<&EnumVariant> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TypeSystemAction` is never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub enum TypeSystemAction {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `clear_history`, `remove_widget_dependencies`, `get_widget_enum_dependencies`, and `get_dependency_info` are never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:276:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | impl TypeSystem {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn clear_history(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 |     pub fn remove_widget_dependencies(&mut self, widget_id: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 440 |     pub fn get_widget_enum_dependencies(&self, widget_id: &str) -> Vec<Uuid> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 |     pub fn get_dependency_info(&self, enum_id: Uuid) -> Option<DependencyInfo> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DependencyInfo` is never constructed
[INFO] [stdout]    --> src/widget_helper/type_system.rs:472:12
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub struct DependencyInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate_from_old_system` is never used
[INFO] [stdout]    --> src/widget_helper/type_system.rs:482:8
[INFO] [stdout]     |
[INFO] [stdout] 482 | pub fn migrate_from_old_system(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Maximize`, `Restore`, and `RegisteredMain` are never constructed
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum PaneMsg {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Maximize(pane_grid::Pane),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 34 |     Restore,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     RegisteredMain(window::Id),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PaneMsg` 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 functions `new_with_main` and `new_open_main` are never used
[INFO] [stdout]   --> src/widget_helper/panegrid_dashboard.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl PaneDock {
[INFO] [stdout]    | ------------- associated functions in this implementation
[INFO] [stdout] 57 |     /// Host-managed: you already have a main window; set it here.
[INFO] [stdout] 58 |     pub fn new_with_main(main: window::Id) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn new_open_main() -> (Self, Task<PaneMsg>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PaneEnum` is never used
[INFO] [stdout]    --> src/widget_helper/panegrid_dashboard.rs:309:10
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub enum PaneEnum {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/widget_helper.rs:3160:32
[INFO] [stdout]      |
[INFO] [stdout] 3160 |     fn build_full_code_content(&self) -> Element<Message> {
[INFO] [stdout]      |                                ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3160 |     fn build_full_code_content(&self) -> Element<'_, Message> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/widget_helper/styles/stylefn_builders.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn view(&self) -> Element<Message> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn view(&self) -> Element<'_, Message> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 44s
[INFO] running `Command { std: "docker" "inspect" "2bbaad614ea967ead6f5955155c701e60cdb421459fc3588fc91e7c9ac9f762c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bbaad614ea967ead6f5955155c701e60cdb421459fc3588fc91e7c9ac9f762c", kill_on_drop: false }`
[INFO] [stdout] 2bbaad614ea967ead6f5955155c701e60cdb421459fc3588fc91e7c9ac9f762c
