[INFO] cloning repository https://github.com/harishsg993010/agent-explorer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/harishsg993010/agent-explorer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharishsg993010%2Fagent-explorer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharishsg993010%2Fagent-explorer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee775347e8d14f593917df1e8aca5b6cefc05273
[INFO] checking harishsg993010/agent-explorer against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharishsg993010%2Fagent-explorer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/harishsg993010/agent-explorer
[INFO] finished tweaking git repo https://github.com/harishsg993010/agent-explorer
[INFO] tweaked toml for git repo https://github.com/harishsg993010/agent-explorer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/harishsg993010/agent-explorer on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/harishsg993010/agent-explorer 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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5843de0285ea4560e9844e328084080432de5926fd4b744dec7a92fd2ceccca6
[INFO] running `Command { std: "docker" "start" "-a" "5843de0285ea4560e9844e328084080432de5926fd4b744dec7a92fd2ceccca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5843de0285ea4560e9844e328084080432de5926fd4b744dec7a92fd2ceccca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5843de0285ea4560e9844e328084080432de5926fd4b744dec7a92fd2ceccca6", kill_on_drop: false }`
[INFO] [stdout] 5843de0285ea4560e9844e328084080432de5926fd4b744dec7a92fd2ceccca6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1b00246510c67881f203e2fec37ff6190628cd42f2ff484ee861895593780f2
[INFO] running `Command { std: "docker" "start" "-a" "b1b00246510c67881f203e2fec37ff6190628cd42f2ff484ee861895593780f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking itoa v1.0.16
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking ryu v1.0.21
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.146
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling web_atoms v0.2.0
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling selectors v0.33.0
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking ryu-js v1.0.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]     Checking boa_string v0.21.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling float16 v0.1.5
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking diatomic-waker v0.2.3
[INFO] [stderr]     Checking grid v0.15.0
[INFO] [stderr]     Checking cordyceps v0.3.4
[INFO] [stderr]    Compiling portable-atomic v1.12.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking futures-buffered v0.2.12
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking taffy v0.7.7
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking regress v0.10.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking small_btree v0.1.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking tag_ptr v0.1.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking compression-codecs v0.4.35
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking xsum v0.1.6
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking cssparser v0.36.0
[INFO] [stderr]    Compiling boa_macros v0.21.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling dynify-macros v0.1.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking icu_properties v2.0.2
[INFO] [stderr]     Checking icu_normalizer v2.0.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking dynify v0.1.2
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking futures-concurrency v7.6.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking boa_gc v0.21.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking boa_interner v0.21.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rust-mcp-schema v0.10.0
[INFO] [stderr]     Checking markup5ever v0.36.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking boa_ast v0.21.0
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking xml5ever v0.18.1
[INFO] [stderr]     Checking html5ever v0.36.1
[INFO] [stderr]     Checking cookie_store v0.22.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-compression v0.4.36
[INFO] [stderr]     Checking markup5ever_rcdom v0.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking arc-swap v1.9.0
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking dom_query v0.24.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking dom v0.1.0 (/opt/rustwide/workdir/dom)
[INFO] [stdout] warning: unused import: `html5ever::tree_builder::TreeSink`
[INFO] [stdout]    --> dom/src/lib.rs:225:13
[INFO] [stdout]     |
[INFO] [stdout] 225 |         use html5ever::tree_builder::TreeSink;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `markup5ever_rcdom::Node`
[INFO] [stdout]    --> dom/src/lib.rs:227:13
[INFO] [stdout]     |
[INFO] [stdout] 227 |         use markup5ever_rcdom::Node;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cell::Cell`
[INFO] [stdout]    --> dom/src/lib.rs:228:13
[INFO] [stdout]     |
[INFO] [stdout] 228 |         use std::cell::Cell;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `html5ever::tree_builder::TreeSink`
[INFO] [stdout]    --> dom/src/lib.rs:225:13
[INFO] [stdout]     |
[INFO] [stdout] 225 |         use html5ever::tree_builder::TreeSink;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `markup5ever_rcdom::Node`
[INFO] [stdout]    --> dom/src/lib.rs:227:13
[INFO] [stdout]     |
[INFO] [stdout] 227 |         use markup5ever_rcdom::Node;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cell::Cell`
[INFO] [stdout]    --> dom/src/lib.rs:228:13
[INFO] [stdout]     |
[INFO] [stdout] 228 |         use std::cell::Cell;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking markdown v0.1.0 (/opt/rustwide/workdir/markdown)
[INFO] [stdout] warning: unused variable: `md`
[INFO] [stdout]     --> dom/src/lib.rs:2461:13
[INFO] [stdout]      |
[INFO] [stdout] 2461 |         let md = dom.to_markdown();
[INFO] [stdout]      |             ^^ help: if this is intentional, prefix it with an underscore: `_md`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-mcp-macros v0.9.0
[INFO] [stdout] warning: unused import: `Span`
[INFO] [stdout]   --> markdown/src/layout/inline.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::ast::{InlineContent, Span, SpanKind};
[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: `InlineLayoutContext` and `layout_inline`
[INFO] [stdout]   --> markdown/src/layout/table.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 | use super::inline::{display_width, layout_inline, InlineLayoutContext};
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking boa_parser v0.21.0
[INFO] [stdout] warning: unused imports: `FlexDirection` and `Viewport`
[INFO] [stdout]   --> markdown/src/layout/flex.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | use super::{AlignItems, FlexDirection, FlexWrap, JustifyContent, Viewport};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Span`
[INFO] [stdout]   --> markdown/src/layout/inline.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::ast::{InlineContent, Span, SpanKind};
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `InlineLayoutContext` and `layout_inline`
[INFO] [stdout]   --> markdown/src/layout/table.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 | use super::inline::{display_width, layout_inline, InlineLayoutContext};
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::Viewport`
[INFO] [stdout]   --> markdown/src/layout/table.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use super::Viewport;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> markdown/src/layout/flex.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |     let mut free_space = available_for_items as i64 - total_base as i64;
[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: `container_id`
[INFO] [stdout]    --> markdown/src/layout/flex.rs:480:5
[INFO] [stdout]     |
[INFO] [stdout] 480 |     container_id: NodeId,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> markdown/src/layout/flex.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |     let mut free_space = available_for_items as i64 - total_base as i64;
[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: `container_id`
[INFO] [stdout]    --> markdown/src/layout/flex.rs:480:5
[INFO] [stdout]     |
[INFO] [stdout] 480 |     container_id: NodeId,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column_widths`
[INFO] [stdout]    --> markdown/src/layout/table.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 327 |     column_widths: &[usize],
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_column_widths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]    --> markdown/src/layout/table.rs:444:5
[INFO] [stdout]     |
[INFO] [stdout] 444 |     max_width: usize,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `root_layout`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |     let root_layout = taffy.layout(root_node).unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_layout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:432:51
[INFO] [stdout]     |
[INFO] [stdout] 432 |                     LayoutContent::Inline(inline, source) => {
[INFO] [stdout]     |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container_id`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:472:5
[INFO] [stdout]     |
[INFO] [stdout] 472 |     container_id: NodeId,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column_widths`
[INFO] [stdout]    --> markdown/src/layout/table.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 327 |     column_widths: &[usize],
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_column_widths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]    --> markdown/src/layout/table.rs:444:5
[INFO] [stdout]     |
[INFO] [stdout] 444 |     max_width: usize,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `root_layout`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |     let root_layout = taffy.layout(root_node).unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_layout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:432:51
[INFO] [stdout]     |
[INFO] [stdout] 432 |                     LayoutContent::Inline(inline, source) => {
[INFO] [stdout]     |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container_id`
[INFO] [stdout]    --> markdown/src/layout/taffy_layout.rs:472:5
[INFO] [stdout]     |
[INFO] [stdout] 472 |     container_id: NodeId,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]    --> markdown/src/lib.rs:697:58
[INFO] [stdout]     |
[INFO] [stdout] 697 |     pub fn layout_inline(&self, content: &InlineContent, viewport: &Viewport) -> String {
[INFO] [stdout]     |                                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `strip_important` is never used
[INFO] [stdout]     --> markdown/src/dom_converter.rs:2137:4
[INFO] [stdout]      |
[INFO] [stdout] 2137 | fn strip_important(value: &str) -> (&str, bool) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_media_feature` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4507:4
[INFO] [stdout]      |
[INFO] [stdout] 4507 | fn parse_media_feature(s: &str) -> Option<MediaFeature> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_length_f32` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4571:4
[INFO] [stdout]      |
[INFO] [stdout] 4571 | fn parse_length_f32(s: &str) -> Option<f32> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `evaluate_feature` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4585:4
[INFO] [stdout]      |
[INFO] [stdout] 4585 | fn evaluate_feature(feature: &MediaFeature, ctx: &MediaContext) -> bool {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `frozen` is never read
[INFO] [stdout]   --> markdown/src/layout/flex.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | struct FlexItem {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     frozen: bool,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FlexItem` 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 `0` is never read
[INFO] [stdout]   --> markdown/src/layout/taffy_layout.rs:69:15
[INFO] [stdout]    |
[INFO] [stdout] 69 |     Container(NodeId),
[INFO] [stdout]    |     --------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LayoutContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 69 -     Container(NodeId),
[INFO] [stdout] 69 +     Container(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_font_size` is never used
[INFO] [stdout]    --> markdown/src/style_store.rs:497:4
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn parse_font_size(value: &str) -> Option<u32> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]    --> markdown/src/lib.rs:697:58
[INFO] [stdout]     |
[INFO] [stdout] 697 |     pub fn layout_inline(&self, content: &InlineContent, viewport: &Viewport) -> String {
[INFO] [stdout]     |                                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `strip_important` is never used
[INFO] [stdout]     --> markdown/src/dom_converter.rs:2137:4
[INFO] [stdout]      |
[INFO] [stdout] 2137 | fn strip_important(value: &str) -> (&str, bool) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_media_feature` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4507:4
[INFO] [stdout]      |
[INFO] [stdout] 4507 | fn parse_media_feature(s: &str) -> Option<MediaFeature> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_length_f32` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4571:4
[INFO] [stdout]      |
[INFO] [stdout] 4571 | fn parse_length_f32(s: &str) -> Option<f32> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `evaluate_feature` is never used
[INFO] [stdout]     --> markdown/src/layout/mod.rs:4585:4
[INFO] [stdout]      |
[INFO] [stdout] 4585 | fn evaluate_feature(feature: &MediaFeature, ctx: &MediaContext) -> bool {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `frozen` is never read
[INFO] [stdout]   --> markdown/src/layout/flex.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | struct FlexItem {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     frozen: bool,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FlexItem` 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 `0` is never read
[INFO] [stdout]   --> markdown/src/layout/taffy_layout.rs:69:15
[INFO] [stdout]    |
[INFO] [stdout] 69 |     Container(NodeId),
[INFO] [stdout]    |     --------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LayoutContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 69 -     Container(NodeId),
[INFO] [stdout] 69 +     Container(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_font_size` is never used
[INFO] [stdout]    --> markdown/src/style_store.rs:497:4
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn parse_font_size(value: &str) -> Option<u32> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking boa_engine v0.21.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking jsonwebtoken v10.3.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking axum-server v0.7.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking js v0.1.0 (/opt/rustwide/workdir/js)
[INFO] [stderr]     Checking net v0.1.0 (/opt/rustwide/workdir/net)
[INFO] [stderr]     Checking rust-mcp-transport v0.9.0
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> net/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// Global cookie jar for session persistence
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> net/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// Global cookie jar for session persistence
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/cookies.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// Global cookie store
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/event_system.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | /// Thread-local event listener registry (JS is single-threaded)
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/fetch.rs:973:1
[INFO] [stdout]     |
[INFO] [stdout] 973 | /// Storage for deferred fetch requests
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `JsArgs`, `JsObject`, `NativeFunction`, `object::ObjectInitializer`, and `property::Attribute`
[INFO] [stdout]   --> js/src/jquery.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     js_string, object::ObjectInitializer, property::Attribute, Context, JsArgs, JsResult,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^           ^^^^^^
[INFO] [stdout] 12 |     JsValue, NativeFunction, JsObject,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/network.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | /// Global registry for WebSocket connections (thread-safe data only)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/network.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | /// Thread-local storage for JS object references (not Send/Sync)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/script_loader.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// Global queue of pending scripts to execute
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/timers.rs:449:1
[INFO] [stdout]     |
[INFO] [stdout] 449 | /// Global job queue state
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/timers.rs:874:1
[INFO] [stdout]     |
[INFO] [stdout] 874 | /// Pending messages queue for MessageChannel
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]   --> js/src/timers.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use std::rc::Rc;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JsObject`
[INFO] [stdout]  --> js/src/workers.rs:7:37
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Context, JsArgs, JsNativeError, JsObject, JsResult, JsValue, Source,
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JoinHandle`
[INFO] [stdout]   --> js/src/workers.rs:11:25
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::thread::{self, JoinHandle};
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/xhr.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | /// Thread-local storage for XHR JS objects (not Send/Sync)
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/cookies.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// Global cookie store
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/event_system.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | /// Thread-local event listener registry (JS is single-threaded)
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/fetch.rs:973:1
[INFO] [stdout]     |
[INFO] [stdout] 973 | /// Storage for deferred fetch requests
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `JsArgs`, `JsObject`, `NativeFunction`, `object::ObjectInitializer`, and `property::Attribute`
[INFO] [stdout]   --> js/src/jquery.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     js_string, object::ObjectInitializer, property::Attribute, Context, JsArgs, JsResult,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^           ^^^^^^
[INFO] [stdout] 12 |     JsValue, NativeFunction, JsObject,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/network.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | /// Global registry for WebSocket connections (thread-safe data only)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/network.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | /// Thread-local storage for JS object references (not Send/Sync)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/script_loader.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// Global queue of pending scripts to execute
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/timers.rs:449:1
[INFO] [stdout]     |
[INFO] [stdout] 449 | /// Global job queue state
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> js/src/timers.rs:874:1
[INFO] [stdout]     |
[INFO] [stdout] 874 | /// Pending messages queue for MessageChannel
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]   --> js/src/timers.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use std::rc::Rc;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JsObject`
[INFO] [stdout]  --> js/src/workers.rs:7:37
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Context, JsArgs, JsNativeError, JsObject, JsResult, JsValue, Source,
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JoinHandle`
[INFO] [stdout]   --> js/src/workers.rs:11:25
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::thread::{self, JoinHandle};
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> js/src/xhr.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | /// Thread-local storage for XHR JS objects (not Send/Sync)
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rust-mcp-sdk v0.9.0
[INFO] [stdout] warning: unused variable: `callable`
[INFO] [stdout]    --> js/src/document.rs:168:29
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 if let Some(callable) = accept_fn.as_callable() {
[INFO] [stdout]     |                             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_callable`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `callable`
[INFO] [stdout]    --> js/src/document.rs:168:29
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 if let Some(callable) = accept_fn.as_callable() {
[INFO] [stdout]     |                             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_callable`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> js/src/document.rs:1530:57
[INFO] [stdout]      |
[INFO] [stdout] 1530 |         NativeFunction::from_closure(move |_this, args, ctx| {
[INFO] [stdout]      |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> js/src/document.rs:1530:57
[INFO] [stdout]      |
[INFO] [stdout] 1530 |         NativeFunction::from_closure(move |_this, args, ctx| {
[INFO] [stdout]      |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/dom_bindings.rs:1223:30
[INFO] [stdout]      |
[INFO] [stdout] 1197 |         unsafe {
[INFO] [stdout]      |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1223 |                 let get_fn = unsafe {
[INFO] [stdout]      |                              ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/dom_bindings.rs:1265:34
[INFO] [stdout]      |
[INFO] [stdout] 1197 |         unsafe {
[INFO] [stdout]      |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1265 |                 let get_all_fn = unsafe {
[INFO] [stdout]      |                                  ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/dom_bindings.rs:1223:30
[INFO] [stdout]      |
[INFO] [stdout] 1197 |         unsafe {
[INFO] [stdout]      |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1223 |                 let get_fn = unsafe {
[INFO] [stdout]      |                              ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/dom_bindings.rs:1135:25
[INFO] [stdout]      |
[INFO] [stdout] 1135 |                     let mut ancestor_ids = Vec::new();
[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: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/dom_bindings.rs:1265:34
[INFO] [stdout]      |
[INFO] [stdout] 1197 |         unsafe {
[INFO] [stdout]      |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1265 |                 let get_all_fn = unsafe {
[INFO] [stdout]      |                                  ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/dom_bindings.rs:1135:25
[INFO] [stdout]      |
[INFO] [stdout] 1135 |                     let mut ancestor_ids = Vec::new();
[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: `get_collapsed`
[INFO] [stdout]    --> js/src/dom_traversal.rs:987:9
[INFO] [stdout]     |
[INFO] [stdout] 987 |     let get_collapsed = NativeFunction::from_copy_closure(move |_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_collapsed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `get_collapsed`
[INFO] [stdout]    --> js/src/dom_traversal.rs:987:9
[INFO] [stdout]     |
[INFO] [stdout] 987 |     let get_collapsed = NativeFunction::from_copy_closure(move |_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_collapsed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dom_types`
[INFO] [stdout]     --> js/src/element.rs:2295:9
[INFO] [stdout]      |
[INFO] [stdout] 2295 |     let dom_types = [
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dom_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sid3`
[INFO] [stdout]    --> js/src/encoding.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |     let sid3 = stream_id;
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_sid3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dom_types`
[INFO] [stdout]     --> js/src/element.rs:2295:9
[INFO] [stdout]      |
[INFO] [stdout] 2295 |     let dom_types = [
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dom_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sid3`
[INFO] [stdout]    --> js/src/encoding.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |     let sid3 = stream_id;
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_sid3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/encoding.rs:1555:17
[INFO] [stdout]      |
[INFO] [stdout] 1546 |     let iterator = unsafe {
[INFO] [stdout]      |                    ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1555 |                 unsafe {
[INFO] [stdout]      |                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/encoding.rs:1580:9
[INFO] [stdout]      |
[INFO] [stdout] 1580 |     let mut file_list = ObjectInitializer::new(ctx)
[INFO] [stdout]      |         ----^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> js/src/encoding.rs:1555:17
[INFO] [stdout]      |
[INFO] [stdout] 1546 |     let iterator = unsafe {
[INFO] [stdout]      |                    ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1555 |                 unsafe {
[INFO] [stdout]      |                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/encoding.rs:1580:9
[INFO] [stdout]      |
[INFO] [stdout] 1580 |     let mut file_list = ObjectInitializer::new(ctx)
[INFO] [stdout]      |         ----^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `clipboard_text`
[INFO] [stdout]    --> js/src/modern.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |                 let clipboard_text = CLIPBOARD_TEXT.lock().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_clipboard_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]    --> js/src/modern.rs:357:13
[INFO] [stdout]     |
[INFO] [stdout] 357 |         let stack = HISTORY_STACK.lock().unwrap();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `get_state`
[INFO] [stdout]    --> js/src/modern.rs:380:9
[INFO] [stdout]     |
[INFO] [stdout] 380 |     let get_state = NativeFunction::from_copy_closure(|_this, _args, ctx| {
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `get_length`
[INFO] [stdout]    --> js/src/modern.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |     let get_length = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_change`
[INFO] [stdout]     --> js/src/modern.rs:1048:21
[INFO] [stdout]      |
[INFO] [stdout] 1048 |                 let on_change = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]      |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `clipboard_text`
[INFO] [stdout]    --> js/src/modern.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |                 let clipboard_text = CLIPBOARD_TEXT.lock().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_clipboard_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]    --> js/src/modern.rs:357:13
[INFO] [stdout]     |
[INFO] [stdout] 357 |         let stack = HISTORY_STACK.lock().unwrap();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `get_state`
[INFO] [stdout]    --> js/src/modern.rs:380:9
[INFO] [stdout]     |
[INFO] [stdout] 380 |     let get_state = NativeFunction::from_copy_closure(|_this, _args, ctx| {
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `get_length`
[INFO] [stdout]    --> js/src/modern.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |     let get_length = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_get_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_change`
[INFO] [stdout]     --> js/src/modern.rs:1048:21
[INFO] [stdout]      |
[INFO] [stdout] 1048 |                 let on_change = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]      |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/modern.rs:2232:9
[INFO] [stdout]      |
[INFO] [stdout] 2232 |     let mut domquad_ctor = FunctionObjectBuilder::new(context.realm(), domquad_constructor)
[INFO] [stdout]      |         ----^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> js/src/modern.rs:2232:9
[INFO] [stdout]      |
[INFO] [stdout] 2232 |     let mut domquad_ctor = FunctionObjectBuilder::new(context.realm(), domquad_constructor)
[INFO] [stdout]      |         ----^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cache`
[INFO] [stdout]     --> js/src/storage.rs:1214:13
[INFO] [stdout]      |
[INFO] [stdout] 1214 |         let cache = ObjectInitializer::new(ctx)
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cache`
[INFO] [stdout]     --> js/src/storage.rs:1214:13
[INFO] [stdout]      |
[INFO] [stdout] 1214 |         let cache = ObjectInitializer::new(ctx)
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]     --> js/src/workers.rs:1060:13
[INFO] [stdout]      |
[INFO] [stdout] 1060 |         let state = match name.as_str() {
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> js/src/workers.rs:966:13
[INFO] [stdout]     |
[INFO] [stdout] 966 |         let result = ObjectInitializer::new(ctx)
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `url_clone`
[INFO] [stdout]    --> js/src/service_workers.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |     let url_clone = url.clone();
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_url_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> js/src/service_workers.rs:402:22
[INFO] [stdout]     |
[INFO] [stdout] 402 |                 for (i, (key, value)) in headers_clone3.iter().enumerate() {
[INFO] [stdout]     |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> js/src/service_workers.rs:654:21
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 let mut request_data = CachedRequest::new(&url);
[INFO] [stdout]     |                     ----^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]     --> js/src/workers.rs:1060:13
[INFO] [stdout]      |
[INFO] [stdout] 1060 |         let state = match name.as_str() {
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> js/src/workers.rs:966:13
[INFO] [stdout]     |
[INFO] [stdout] 966 |         let result = ObjectInitializer::new(ctx)
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> js/src/service_workers.rs:867:61
[INFO] [stdout]     |
[INFO] [stdout] 867 |             NativeFunction::from_copy_closure(|_this, args, ctx| {
[INFO] [stdout]     |                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> js/src/service_workers.rs:1461:75
[INFO] [stdout]      |
[INFO] [stdout] 1461 |                 unsafe { NativeFunction::from_closure(move |_this, _args, ctx| {
[INFO] [stdout]      |                                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `url_clone`
[INFO] [stdout]    --> js/src/service_workers.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |     let url_clone = url.clone();
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_url_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> js/src/service_workers.rs:402:22
[INFO] [stdout]     |
[INFO] [stdout] 402 |                 for (i, (key, value)) in headers_clone3.iter().enumerate() {
[INFO] [stdout]     |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> js/src/service_workers.rs:654:21
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 let mut request_data = CachedRequest::new(&url);
[INFO] [stdout]     |                     ----^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id3`
[INFO] [stdout]    --> js/src/streams.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let id3 = stream_id;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> js/src/service_workers.rs:867:61
[INFO] [stdout]     |
[INFO] [stdout] 867 |             NativeFunction::from_copy_closure(|_this, args, ctx| {
[INFO] [stdout]     |                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id4`
[INFO] [stdout]    --> js/src/streams.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |     let id4 = stream_id;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_for_locked`
[INFO] [stdout]    --> js/src/streams.rs:454:13
[INFO] [stdout]     |
[INFO] [stdout] 454 |         let id_for_locked = stream_id;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_id_for_locked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_for_pipe`
[INFO] [stdout]    --> js/src/streams.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let id_for_pipe = stream_id;
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_id_for_pipe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> js/src/service_workers.rs:1461:75
[INFO] [stdout]      |
[INFO] [stdout] 1461 |                 unsafe { NativeFunction::from_closure(move |_this, _args, ctx| {
[INFO] [stdout]      |                                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:121:26
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 121 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id3`
[INFO] [stdout]    --> js/src/streams.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let id3 = stream_id;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_locale`
[INFO] [stdout]    --> js/src/intl.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let resolved_locale = locale.clone();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_time_zone`
[INFO] [stdout]    --> js/src/intl.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |             let resolved_time_zone = time_zone.clone();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_time_zone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:174:26
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 174 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id4`
[INFO] [stdout]    --> js/src/streams.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |     let id4 = stream_id;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:185:36
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 185 |             let resolved_options = unsafe {
[INFO] [stdout]     |                                    ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `locale`
[INFO] [stdout]    --> js/src/intl.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |             let locale = get_locale_from_args(args, 0);
[INFO] [stdout]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sensitivity`
[INFO] [stdout]    --> js/src/intl.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |             let sensitivity = options.get("sensitivity").cloned().unwrap_or_else(|| "variant".to_string());
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sensitivity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numeric`
[INFO] [stdout]    --> js/src/intl.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |             let numeric = options.get("numeric").map(|s| s == "true").unwrap_or(false);
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numeric`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_`
[INFO] [stdout]    --> js/src/intl.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 282 |             let type_ = options.get("type").cloned().unwrap_or_else(|| "cardinal".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_type_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_for_locked`
[INFO] [stdout]    --> js/src/streams.rs:454:13
[INFO] [stdout]     |
[INFO] [stdout] 454 |         let id_for_locked = stream_id;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_id_for_locked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> js/src/intl.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |             let style = options.get("style").cloned().unwrap_or_else(|| "long".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_for_pipe`
[INFO] [stdout]    --> js/src/streams.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let id_for_pipe = stream_id;
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_id_for_pipe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numeric`
[INFO] [stdout]    --> js/src/intl.rs:326:17
[INFO] [stdout]     |
[INFO] [stdout] 326 |             let numeric = options.get("numeric").cloned().unwrap_or_else(|| "always".to_string());
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numeric`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:388:26
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 388 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> js/src/intl.rs:383:17
[INFO] [stdout]     |
[INFO] [stdout] 383 |             let style = options.get("style").cloned().unwrap_or_else(|| "long".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:435:27
[INFO] [stdout]     |
[INFO] [stdout] 426 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 435 |             let segment = unsafe {
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:483:25
[INFO] [stdout]     |
[INFO] [stdout] 472 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 483 |             let of_fn = unsafe {
[INFO] [stdout]     |                         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:121:26
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 121 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_locale`
[INFO] [stdout]    --> js/src/intl.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let resolved_locale = locale.clone();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_time_zone`
[INFO] [stdout]    --> js/src/intl.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |             let resolved_time_zone = time_zone.clone();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_time_zone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:174:26
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 174 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:185:36
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 185 |             let resolved_options = unsafe {
[INFO] [stdout]     |                                    ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `locale`
[INFO] [stdout]    --> js/src/intl.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |             let locale = get_locale_from_args(args, 0);
[INFO] [stdout]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_locale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blob`
[INFO] [stdout]    --> js/src/canvas.rs:389:17
[INFO] [stdout]     |
[INFO] [stdout] 389 |             let blob = ObjectInitializer::new(ctx)
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_blob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sensitivity`
[INFO] [stdout]    --> js/src/intl.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |             let sensitivity = options.get("sensitivity").cloned().unwrap_or_else(|| "variant".to_string());
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sensitivity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numeric`
[INFO] [stdout]    --> js/src/intl.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |             let numeric = options.get("numeric").map(|s| s == "true").unwrap_or(false);
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numeric`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> js/src/canvas.rs:550:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |                 'A'..='H' | 'J'..='N' | 'P'..='Z' => 0.65,
[INFO] [stdout]     |                 --------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 550 |                 'M' | 'W' => 0.85,
[INFO] [stdout]     |                 ^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_`
[INFO] [stdout]    --> js/src/intl.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 282 |             let type_ = options.get("type").cloned().unwrap_or_else(|| "cardinal".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_type_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> js/src/intl.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |             let style = options.get("style").cloned().unwrap_or_else(|| "long".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numeric`
[INFO] [stdout]    --> js/src/intl.rs:326:17
[INFO] [stdout]     |
[INFO] [stdout] 326 |             let numeric = options.get("numeric").cloned().unwrap_or_else(|| "always".to_string());
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numeric`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:388:26
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 388 |             let format = unsafe {
[INFO] [stdout]     |                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> js/src/intl.rs:383:17
[INFO] [stdout]     |
[INFO] [stdout] 383 |             let style = options.get("style").cloned().unwrap_or_else(|| "long".to_string());
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:435:27
[INFO] [stdout]     |
[INFO] [stdout] 426 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 435 |             let segment = unsafe {
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> js/src/intl.rs:483:25
[INFO] [stdout]     |
[INFO] [stdout] 472 |     let constructor = unsafe {
[INFO] [stdout]     |                       ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 483 |             let of_fn = unsafe {
[INFO] [stdout]     |                         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/forms.rs:579:41
[INFO] [stdout]     |
[INFO] [stdout] 579 | fn register_url_search_params_form_data(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]    --> js/src/drag_drop.rs:273:57
[INFO] [stdout]     |
[INFO] [stdout] 273 |     let add = NativeFunction::from_copy_closure(|_this, args, ctx| {
[INFO] [stdout]     |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blob`
[INFO] [stdout]    --> js/src/canvas.rs:389:17
[INFO] [stdout]     |
[INFO] [stdout] 389 |             let blob = ObjectInitializer::new(ctx)
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_blob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> js/src/canvas.rs:550:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |                 'A'..='H' | 'J'..='N' | 'P'..='Z' => 0.65,
[INFO] [stdout]     |                 --------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 550 |                 'M' | 'W' => 0.85,
[INFO] [stdout]     |                 ^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> js/src/touch_pointer.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let mut list = ObjectInitializer::new(context)
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/forms.rs:579:41
[INFO] [stdout]     |
[INFO] [stdout] 579 | fn register_url_search_params_form_data(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]    --> js/src/drag_drop.rs:273:57
[INFO] [stdout]     |
[INFO] [stdout] 273 |     let add = NativeFunction::from_copy_closure(|_this, args, ctx| {
[INFO] [stdout]     |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `effect`
[INFO] [stdout]    --> js/src/animation.rs:540:13
[INFO] [stdout]     |
[INFO] [stdout] 540 |         let effect = create_keyframe_effect_object(ctx, &JsValue::undefined(), keyframes, options)?;
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> js/src/touch_pointer.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let mut list = ObjectInitializer::new(context)
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_html_get`
[INFO] [stdout]    --> js/src/web_components.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |     let inner_html_get = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_html_get`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/web_components.rs:588:34
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn register_adopted_style_sheets(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sentinel_value`
[INFO] [stdout]    --> js/src/visibility_fullscreen.rs:253:13
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let sentinel_value = JsValue::from(sentinel);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sentinel_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pip_value`
[INFO] [stdout]    --> js/src/visibility_fullscreen.rs:332:13
[INFO] [stdout]     |
[INFO] [stdout] 332 |         let pip_value = JsValue::from(pip_window);
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pip_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `effect`
[INFO] [stdout]    --> js/src/animation.rs:540:13
[INFO] [stdout]     |
[INFO] [stdout] 540 |         let effect = create_keyframe_effect_object(ctx, &JsValue::undefined(), keyframes, options)?;
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_html_get`
[INFO] [stdout]    --> js/src/web_components.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |     let inner_html_get = NativeFunction::from_copy_closure(|_this, _args, _ctx| {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_html_get`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/web_components.rs:588:34
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn register_adopted_style_sheets(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sentinel_value`
[INFO] [stdout]    --> js/src/visibility_fullscreen.rs:253:13
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let sentinel_value = JsValue::from(sentinel);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sentinel_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pip_value`
[INFO] [stdout]    --> js/src/visibility_fullscreen.rs:332:13
[INFO] [stdout]     |
[INFO] [stdout] 332 |         let pip_value = JsValue::from(pip_window);
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pip_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> js/src/html_elements.rs:798:57
[INFO] [stdout]     |
[INFO] [stdout] 798 |         NativeFunction::from_closure(move |_this, args, ctx| {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> js/src/html_elements.rs:798:57
[INFO] [stdout]     |
[INFO] [stdout] 798 |         NativeFunction::from_closure(move |_this, args, ctx| {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]     --> js/src/cssom.rs:2048:32
[INFO] [stdout]      |
[INFO] [stdout] 2048 | fn create_fontface_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]      |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]     --> js/src/cssom.rs:2170:35
[INFO] [stdout]      |
[INFO] [stdout] 2170 | fn create_fontfaceset_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]      |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> js/src/credentials.rs:64:34
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn create_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]    |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> js/src/credentials.rs:77:43
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn create_password_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]    |                                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:169:44
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn create_federated_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_id`
[INFO] [stdout]    --> js/src/credentials.rs:278:64
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn create_attestation_response(ctx: &mut Context, rp_id: &str, user_id: &[u8]) -> JsObject {
[INFO] [stdout]     |                                                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:399:45
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn create_public_key_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:816:45
[INFO] [stdout]     |
[INFO] [stdout] 816 | fn create_credentials_container_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]     --> js/src/cssom.rs:2048:32
[INFO] [stdout]      |
[INFO] [stdout] 2048 | fn create_fontface_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]      |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]     --> js/src/cssom.rs:2170:35
[INFO] [stdout]      |
[INFO] [stdout] 2170 | fn create_fontfaceset_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]      |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> js/src/credentials.rs:64:34
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn create_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]    |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> js/src/credentials.rs:77:43
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn create_password_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]    |                                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:169:44
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn create_federated_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_id`
[INFO] [stdout]    --> js/src/credentials.rs:278:64
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn create_attestation_response(ctx: &mut Context, rp_id: &str, user_id: &[u8]) -> JsObject {
[INFO] [stdout]     |                                                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:399:45
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn create_public_key_credential_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> js/src/credentials.rs:816:45
[INFO] [stdout]     |
[INFO] [stdout] 816 | fn create_credentials_container_constructor(context: &mut Context) -> NativeFunction {
[INFO] [stdout]     |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `protocol_exec`
[INFO] [stdout]     --> js/src/lib.rs:2345:17
[INFO] [stdout]      |
[INFO] [stdout] 2345 |             let protocol_exec = protocol.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_protocol_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hostname_exec`
[INFO] [stdout]     --> js/src/lib.rs:2346:17
[INFO] [stdout]      |
[INFO] [stdout] 2346 |             let hostname_exec = hostname.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_hostname_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pathname_exec`
[INFO] [stdout]     --> js/src/lib.rs:2347:17
[INFO] [stdout]      |
[INFO] [stdout] 2347 |             let pathname_exec = pathname.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pathname_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `base_url` is never read
[INFO] [stdout]    --> js/src/lib.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub struct JsRuntime {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 168 |     base_url: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `init_timers`, `init_fetch_stub`, and `init_events` are never used
[INFO] [stdout]     --> js/src/lib.rs:1463:8
[INFO] [stdout]      |
[INFO] [stdout]  172 | impl JsRuntime {
[INFO] [stdout]      | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1463 |     fn init_timers(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1543 |     fn init_fetch_stub(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1775 |     fn init_events(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key_type` and `length` are never read
[INFO] [stdout]   --> js/src/crypto.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct CryptoKeyData {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 33 |     key_type: String,        // "secret", "public", "private"
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     length: usize,           // Key length in bits
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CryptoKeyData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_range_by_id` is never used
[INFO] [stdout]   --> js/src/document.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn remove_range_by_id(id: u64) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]    --> js/src/document.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 141 | struct TreeWalkerState {
[INFO] [stdout]     |        --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     filter: Option<JsObject>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `accept_node` is never used
[INFO] [stdout]    --> js/src/document.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 148 | impl TreeWalkerState {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 159 |     fn accept_node(&self, node: &DomElement, context: &mut Context) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `root`, `what_to_show`, and `filter` are never read
[INFO] [stdout]    --> js/src/document.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | struct NodeIteratorState {
[INFO] [stdout]     |        ----------------- fields in this struct
[INFO] [stdout] 197 |     root: DomElement,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     what_to_show: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 201 |     filter: Option<JsObject>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clone_range` is never used
[INFO] [stdout]    --> js/src/document.rs:410:8
[INFO] [stdout]     |
[INFO] [stdout] 246 | impl RangeState {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 410 |     fn clone_range(&self) -> RangeState {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `id` is never used
[INFO] [stdout]   --> js/src/dom_bindings.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl ElementWrapper {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 89 |     fn id(&self) -> u64 {
[INFO] [stdout]    |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_full_class_list` is never used
[INFO] [stdout]    --> js/src/element.rs:355:8
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub fn create_full_class_list(classes: Vec<String>, context: &mut Context) -> JsObject {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_named_node_map` is never used
[INFO] [stdout]    --> js/src/element.rs:573:8
[INFO] [stdout]     |
[INFO] [stdout] 573 | pub fn create_named_node_map(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_attr_node` is never used
[INFO] [stdout]    --> js/src/element.rs:695:4
[INFO] [stdout]     |
[INFO] [stdout] 695 | fn create_attr_node(context: &mut Context, name: &str, value: &str) -> JsObject {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_animation_object` is never used
[INFO] [stdout]    --> js/src/element.rs:712:8
[INFO] [stdout]     |
[INFO] [stdout] 712 | pub fn create_animation_object(context: &mut Context) -> JsObject {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_shadow_id_for_host` is never used
[INFO] [stdout]    --> js/src/element.rs:970:8
[INFO] [stdout]     |
[INFO] [stdout] 970 | pub fn get_shadow_id_for_host(host_id: u64) -> Option<u64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_dom_rect_list` is never used
[INFO] [stdout]     --> js/src/element.rs:1242:8
[INFO] [stdout]      |
[INFO] [stdout] 1242 | pub fn create_dom_rect_list(context: &mut Context, rects: Vec<JsObject>) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_dom_matrix` is never used
[INFO] [stdout]     --> js/src/element.rs:1295:8
[INFO] [stdout]      |
[INFO] [stdout] 1295 | pub fn create_dom_matrix(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_resolved_promise_simple` is never used
[INFO] [stdout]     --> js/src/element.rs:1435:4
[INFO] [stdout]      |
[INFO] [stdout] 1435 | fn create_resolved_promise_simple(context: &mut Context) -> JsValue {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_intersection_observer_entry` is never used
[INFO] [stdout]     --> js/src/element.rs:1465:8
[INFO] [stdout]      |
[INFO] [stdout] 1465 | pub fn create_intersection_observer_entry(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_resize_observer_entry` is never used
[INFO] [stdout]     --> js/src/element.rs:1483:8
[INFO] [stdout]      |
[INFO] [stdout] 1483 | pub fn create_resize_observer_entry(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extend_element` is never used
[INFO] [stdout]     --> js/src/element.rs:1583:8
[INFO] [stdout]      |
[INFO] [stdout] 1583 | pub fn extend_element(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `File` is never constructed
[INFO] [stdout]   --> js/src/encoding.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum FormDataValue {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] 44 |     String(String),
[INFO] [stdout] 45 |     File { data: Vec<u8>, filename: String, mime_type: String },
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormDataValue` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `encoding`, `fatal`, `ignore_bom`, and `pending_bytes` are never read
[INFO] [stdout]    --> js/src/encoding.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 261 | struct TextStreamData {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 264 |     encoding: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 265 |     fatal: bool,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 266 |     ignore_bom: bool,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 267 |     pending_bytes: Vec<u8>,  // For decoder: incomplete multi-byte sequences
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TextStreamData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_form_data` is never used
[INFO] [stdout]     --> js/src/encoding.rs:1951:4
[INFO] [stdout]      |
[INFO] [stdout] 1951 | fn register_form_data(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_form_data_object` is never used
[INFO] [stdout]     --> js/src/encoding.rs:1979:4
[INFO] [stdout]      |
[INFO] [stdout] 1979 | fn create_form_data_object(ctx: &mut Context, fd_id: u32) -> JsResult<JsValue> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> js/src/event_system.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct EventListener {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventListener` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear_element` is never used
[INFO] [stdout]    --> js/src/event_system.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl EventRegistry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn clear_element(&mut self, element_id: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `activate_after` and `created_at` are never read
[INFO] [stdout]    --> js/src/fetch.rs:986:5
[INFO] [stdout]     |
[INFO] [stdout] 980 | struct DeferredRequest {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 986 |     activate_after: Option<u64>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 987 |     created_at: std::time::Instant,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DeferredRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_deferred_requests` is never used
[INFO] [stdout]     --> js/src/fetch.rs:1033:8
[INFO] [stdout]      |
[INFO] [stdout] 1033 | pub fn process_deferred_requests() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title` and `url` are never read
[INFO] [stdout]   --> js/src/modern.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | struct HistoryEntry {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] 50 |     state: String,  // JSON serialized state
[INFO] [stdout] 51 |     title: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 52 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HistoryEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> js/src/network.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Binary(Vec<u8>),
[INFO] [stdout]    |     ------ ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WebSocketMessage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 98 -     Binary(Vec<u8>),
[INFO] [stdout] 98 +     Binary(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffered_amount`, `protocol`, `extensions`, and `binary_type` are never read
[INFO] [stdout]    --> js/src/network.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct WebSocketConnectionData {
[INFO] [stdout]     |        ----------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     buffered_amount: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     protocol: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 138 |     extensions: String,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 139 |     binary_type: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `with_credentials`, `retry_ms`, and `reconnect_at` are never read
[INFO] [stdout]    --> js/src/network.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct EventSourceConnectionData {
[INFO] [stdout]     |        ------------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 152 |     with_credentials: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 153 |     last_event_id: String,
[INFO] [stdout] 154 |     retry_ms: u64,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     reconnect_at: Option<Instant>,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> js/src/network.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct BroadcastChannelData {
[INFO] [stdout]     |        -------------------- field in this struct
[INFO] [stdout] 173 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_message_channel` is never used
[INFO] [stdout]    --> js/src/network.rs:715:4
[INFO] [stdout]     |
[INFO] [stdout] 715 | fn register_message_channel(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_message_port_prototype` is never used
[INFO] [stdout]    --> js/src/network.rs:773:4
[INFO] [stdout]     |
[INFO] [stdout] 773 | fn create_message_port_prototype(ctx: &mut Context) -> JsResult<JsObject> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_message_port` is never used
[INFO] [stdout]    --> js/src/network.rs:808:4
[INFO] [stdout]     |
[INFO] [stdout] 808 | fn create_message_port(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `subtree`, `attribute_old_value`, `character_data_old_value`, and `attribute_filter` are never read
[INFO] [stdout]   --> js/src/observers.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub struct MutationObserverInit {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub subtree: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 87 |     pub attribute_old_value: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 88 |     pub character_data_old_value: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 89 |     pub attribute_filter: Option<Vec<String>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MutationObserverInit` 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 `target` and `options` are never read
[INFO] [stdout]    --> js/src/observers.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | struct ObserverTarget {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] 141 |     target: JsObject,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 142 |     options: MutationObserverInit,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ObserverTarget` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 202 | struct IntersectionObserverState {
[INFO] [stdout]     |        ------------------------- field in this struct
[INFO] [stdout] 203 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `box_type` is never read
[INFO] [stdout]    --> js/src/observers.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub struct ResizeObserverOptions {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 277 |     pub box_type: String, // "content-box", "border-box", "device-pixel-content-box"
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ResizeObserverOptions` 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 `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 280 | struct ResizeObserverState {
[INFO] [stdout]     |        ------------------- field in this struct
[INFO] [stdout] 281 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entry_types`, `type_`, and `buffered` are never read
[INFO] [stdout]    --> js/src/observers.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub struct PerformanceObserverInit {
[INFO] [stdout]     |            ----------------------- fields in this struct
[INFO] [stdout] 420 |     pub entry_types: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 421 |     pub type_: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 422 |     pub buffered: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PerformanceObserverInit` 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 `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:426:5
[INFO] [stdout]     |
[INFO] [stdout] 425 | struct PerformanceObserverState {
[INFO] [stdout]     |        ------------------------ field in this struct
[INFO] [stdout] 426 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `queue_mutation_record` is never used
[INFO] [stdout]    --> js/src/observers.rs:644:8
[INFO] [stdout]     |
[INFO] [stdout] 644 | pub fn queue_mutation_record(record: MutationRecord) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pop_pending_script` is never used
[INFO] [stdout]    --> js/src/script_loader.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub fn pop_pending_script() -> Option<PendingScript> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_pending_scripts` is never used
[INFO] [stdout]    --> js/src/script_loader.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn clear_pending_scripts() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_current_origin` is never used
[INFO] [stdout]    --> js/src/storage.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub fn set_current_origin(origin: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_priority` is never used
[INFO] [stdout]   --> js/src/timers.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl ScheduledTask {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     fn with_priority(mut self, priority: TaskPriority) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]    --> js/src/timers.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub struct IdleCallbackRequest {
[INFO] [stdout]     |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub timeout: Option<u64>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IdleCallbackRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pending_timer_count` is never used
[INFO] [stdout]    --> js/src/timers.rs:430:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl JobQueue {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 430 |     pub fn pending_timer_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_job_queue` is never used
[INFO] [stdout]     --> js/src/timers.rs:1150:8
[INFO] [stdout]      |
[INFO] [stdout] 1150 | pub fn process_job_queue(context: &mut Context) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pending_timer_count` is never used
[INFO] [stdout]     --> js/src/timers.rs:1162:8
[INFO] [stdout]      |
[INFO] [stdout] 1162 | pub fn pending_timer_count() -> usize {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `input_properties`, `input_arguments`, and `context_options` are never read
[INFO] [stdout]   --> js/src/workers.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct PaintWorkletEntry {
[INFO] [stdout]    |        ----------------- fields in this struct
[INFO] [stdout] 64 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 65 |     input_properties: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 66 |     input_arguments: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 67 |     context_options: PaintContextOptions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `parameter_descriptors` are never read
[INFO] [stdout]   --> js/src/workers.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | struct AudioProcessorEntry {
[INFO] [stdout]    |        ------------------- fields in this struct
[INFO] [stdout] 78 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 79 |     parameter_descriptors: Vec<AudioParamDescriptor>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `default_value`, `min_value`, `max_value`, and `automation_rate` are never read
[INFO] [stdout]   --> js/src/workers.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | struct AudioParamDescriptor {
[INFO] [stdout]    |        -------------------- fields in this struct
[INFO] [stdout] 85 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 86 |     default_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 87 |     min_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 88 |     max_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 89 |     automation_rate: String, // "a-rate" or "k-rate"
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioParamDescriptor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `worker_id`, `message_type`, and `data` are never read
[INFO] [stdout]    --> js/src/workers.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | struct WorkerIncomingMessage {
[INFO] [stdout]     |        --------------------- fields in this struct
[INFO] [stdout] 101 |     worker_id: u32,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 102 |     message_type: String, // "message" or "error"
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 103 |     data: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkerIncomingMessage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_message_channel` is never used
[INFO] [stdout]    --> js/src/workers.rs:588:4
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn register_message_channel(ctx: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `drain_worker_messages` is never used
[INFO] [stdout]     --> js/src/workers.rs:1303:8
[INFO] [stdout]      |
[INFO] [stdout] 1303 | pub fn drain_worker_messages() -> Vec<(u32, String, String)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body_used` is never read
[INFO] [stdout]   --> js/src/service_workers.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct CachedResponse {
[INFO] [stdout]    |        -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     body_used: bool,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `headers`, `cache_mode`, `redirect`, `referrer`, and `integrity` are never read
[INFO] [stdout]   --> js/src/service_workers.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct CachedRequest {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     headers: HashMap<String, String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     cache_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 51 |     redirect: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 52 |     referrer: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 53 |     integrity: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedRequest` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> js/src/service_workers.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct Cache {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 75 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cache` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Parsed`, `Installing`, `Installed`, `Activating`, and `Redundant` are never constructed
[INFO] [stdout]   --> js/src/service_workers.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | enum ServiceWorkerState {
[INFO] [stdout]    |      ------------------ variants in this enum
[INFO] [stdout] 91 |     Parsed,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 92 |     Installing,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 93 |     Installed,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 94 |     Activating,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 95 |     Activated,
[INFO] [stdout] 96 |     Redundant,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServiceWorkerState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scope` is never read
[INFO] [stdout]    --> js/src/service_workers.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct ServiceWorkerData {
[INFO] [stdout]     |        ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     scope: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceWorkerData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `script_url`, and `navigation_preload_enabled` are never read
[INFO] [stdout]    --> js/src/service_workers.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | struct ServiceWorkerRegistrationData {
[INFO] [stdout]     |        ----------------------------- fields in this struct
[INFO] [stdout] 123 |     id: u32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 124 |     scope: String,
[INFO] [stdout] 125 |     script_url: String,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     navigation_preload_enabled: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceWorkerRegistrationData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `strategy_size` is never read
[INFO] [stdout]   --> js/src/streams.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct StreamData {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     strategy_size: Option<String>, // "byteLength" or "count"
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StreamData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Erroring` is never constructed
[INFO] [stdout]   --> js/src/streams.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | enum WritableState {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 58 |     Erroring,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WritableState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `auto_allocate_chunk_size` and `pending_pull_intos` are never read
[INFO] [stdout]     --> js/src/streams.rs:1010:5
[INFO] [stdout]      |
[INFO] [stdout] 1007 | struct ByteStreamData {
[INFO] [stdout]      |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     auto_allocate_chunk_size: Option<usize>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 1011 |     pending_pull_intos: VecDeque<PullIntoDescriptor>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ByteStreamData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffer_byte_length`, `byte_offset`, `byte_length`, `bytes_filled`, `element_size`, and `reader_type` are never read
[INFO] [stdout]     --> js/src/streams.rs:1016:5
[INFO] [stdout]      |
[INFO] [stdout] 1015 | struct PullIntoDescriptor {
[INFO] [stdout]      |        ------------------ fields in this struct
[INFO] [stdout] 1016 |     buffer_byte_length: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 1017 |     byte_offset: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] 1018 |     byte_length: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] 1019 |     bytes_filled: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 1020 |     element_size: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 1021 |     reader_type: String, // "default" or "byob"
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `PullIntoDescriptor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content` and `mime_type` are never read
[INFO] [stdout]   --> js/src/forms.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |     File { name: String, content: Vec<u8>, mime_type: String },
[INFO] [stdout]    |     ----                 ^^^^^^^           ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormDataValue` 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 `custom_message` is never read
[INFO] [stdout]    --> js/src/forms.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | struct ValidityState {
[INFO] [stdout]     |        ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     custom_message: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ValidityState` 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 `get_form_data_id` is never used
[INFO] [stdout]    --> js/src/forms.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn get_form_data_id(this: &JsValue, ctx: &mut Context) -> Option<u32> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_form_element_validation_methods` is never used
[INFO] [stdout]    --> js/src/forms.rs:585:8
[INFO] [stdout]     |
[INFO] [stdout] 585 | pub fn create_form_element_validation_methods(context: &mut Context) -> JsResult<(JsValue, JsValue, JsValue, JsValue)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `files` is never read
[INFO] [stdout]   --> js/src/drag_drop.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct DataTransferStore {
[INFO] [stdout]    |        ----------------- field in this struct
[INFO] [stdout] 30 |     data: HashMap<String, String>,
[INFO] [stdout] 31 |     files: Vec<FileData>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataTransferStore` 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 `name`, `size`, `mime_type`, and `last_modified` are never read
[INFO] [stdout]   --> js/src/drag_drop.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct FileData {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] 39 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 40 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 41 |     mime_type: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 42 |     last_modified: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileData` 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: struct `PointerData` is never constructed
[INFO] [stdout]   --> js/src/touch_pointer.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct PointerData {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> js/src/animation.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct EffectData {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] 62 |     keyframes: Vec<HashMap<String, String>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 63 |     duration: f64,
[INFO] [stdout] 64 |     iterations: f64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 65 |     delay: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 66 |     end_delay: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 67 |     direction: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 68 |     easing: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 69 |     fill: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 70 |     iteration_start: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EffectData` 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: struct `TimelineData` is never constructed
[INFO] [stdout]   --> js/src/animation.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | struct TimelineData {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `observed_attributes`, and `extends` are never read
[INFO] [stdout]   --> js/src/web_components.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct CustomElementDefinition {
[INFO] [stdout]    |        ----------------------- fields in this struct
[INFO] [stdout] 41 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 42 |     observed_attributes: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     extends: Option<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CustomElementDefinition` 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 `create_dom_string_map` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:247:8
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub fn create_dom_string_map(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_abstract_range` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:967:8
[INFO] [stdout]     |
[INFO] [stdout] 967 | pub fn create_abstract_range(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_xml_document` is never used
[INFO] [stdout]     --> js/src/dom_core.rs:1297:8
[INFO] [stdout]      |
[INFO] [stdout] 1297 | pub fn create_xml_document(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FONT_FEATURE_VALUES_RULE` is never used
[INFO] [stdout]    --> js/src/cssom.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const FONT_FEATURE_VALUES_RULE: u16 = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_document_stylesheets` is never used
[INFO] [stdout]     --> js/src/cssom.rs:1271:8
[INFO] [stdout]      |
[INFO] [stdout] 1271 | pub fn create_document_stylesheets(style_elements: Vec<JsObject>, context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `response_type` and `with_credentials` are never read
[INFO] [stdout]   --> js/src/xhr.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct XhrState {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     response_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 38 |     timeout: u32,
[INFO] [stdout] 39 |     with_credentials: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `protocol_exec`
[INFO] [stdout]     --> js/src/lib.rs:2345:17
[INFO] [stdout]      |
[INFO] [stdout] 2345 |             let protocol_exec = protocol.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_protocol_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hostname_exec`
[INFO] [stdout]     --> js/src/lib.rs:2346:17
[INFO] [stdout]      |
[INFO] [stdout] 2346 |             let hostname_exec = hostname.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_hostname_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pathname_exec`
[INFO] [stdout]     --> js/src/lib.rs:2347:17
[INFO] [stdout]      |
[INFO] [stdout] 2347 |             let pathname_exec = pathname.clone();
[INFO] [stdout]      |                 ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pathname_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `base_url` is never read
[INFO] [stdout]    --> js/src/lib.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub struct JsRuntime {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 168 |     base_url: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `init_timers`, `init_fetch_stub`, and `init_events` are never used
[INFO] [stdout]     --> js/src/lib.rs:1463:8
[INFO] [stdout]      |
[INFO] [stdout]  172 | impl JsRuntime {
[INFO] [stdout]      | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1463 |     fn init_timers(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1543 |     fn init_fetch_stub(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1775 |     fn init_events(context: &mut Context) -> Result<()> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key_type` and `length` are never read
[INFO] [stdout]   --> js/src/crypto.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct CryptoKeyData {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 33 |     key_type: String,        // "secret", "public", "private"
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     length: usize,           // Key length in bits
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CryptoKeyData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_range_by_id` is never used
[INFO] [stdout]   --> js/src/document.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn remove_range_by_id(id: u64) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]    --> js/src/document.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 141 | struct TreeWalkerState {
[INFO] [stdout]     |        --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     filter: Option<JsObject>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `accept_node` is never used
[INFO] [stdout]    --> js/src/document.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 148 | impl TreeWalkerState {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 159 |     fn accept_node(&self, node: &DomElement, context: &mut Context) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `root`, `what_to_show`, and `filter` are never read
[INFO] [stdout]    --> js/src/document.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | struct NodeIteratorState {
[INFO] [stdout]     |        ----------------- fields in this struct
[INFO] [stdout] 197 |     root: DomElement,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     what_to_show: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 201 |     filter: Option<JsObject>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clone_range` is never used
[INFO] [stdout]    --> js/src/document.rs:410:8
[INFO] [stdout]     |
[INFO] [stdout] 246 | impl RangeState {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 410 |     fn clone_range(&self) -> RangeState {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `id` is never used
[INFO] [stdout]   --> js/src/dom_bindings.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl ElementWrapper {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 89 |     fn id(&self) -> u64 {
[INFO] [stdout]    |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_full_class_list` is never used
[INFO] [stdout]    --> js/src/element.rs:355:8
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub fn create_full_class_list(classes: Vec<String>, context: &mut Context) -> JsObject {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_named_node_map` is never used
[INFO] [stdout]    --> js/src/element.rs:573:8
[INFO] [stdout]     |
[INFO] [stdout] 573 | pub fn create_named_node_map(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_attr_node` is never used
[INFO] [stdout]    --> js/src/element.rs:695:4
[INFO] [stdout]     |
[INFO] [stdout] 695 | fn create_attr_node(context: &mut Context, name: &str, value: &str) -> JsObject {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_animation_object` is never used
[INFO] [stdout]    --> js/src/element.rs:712:8
[INFO] [stdout]     |
[INFO] [stdout] 712 | pub fn create_animation_object(context: &mut Context) -> JsObject {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_shadow_id_for_host` is never used
[INFO] [stdout]    --> js/src/element.rs:970:8
[INFO] [stdout]     |
[INFO] [stdout] 970 | pub fn get_shadow_id_for_host(host_id: u64) -> Option<u64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_dom_rect_list` is never used
[INFO] [stdout]     --> js/src/element.rs:1242:8
[INFO] [stdout]      |
[INFO] [stdout] 1242 | pub fn create_dom_rect_list(context: &mut Context, rects: Vec<JsObject>) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_dom_matrix` is never used
[INFO] [stdout]     --> js/src/element.rs:1295:8
[INFO] [stdout]      |
[INFO] [stdout] 1295 | pub fn create_dom_matrix(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_resolved_promise_simple` is never used
[INFO] [stdout]     --> js/src/element.rs:1435:4
[INFO] [stdout]      |
[INFO] [stdout] 1435 | fn create_resolved_promise_simple(context: &mut Context) -> JsValue {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_intersection_observer_entry` is never used
[INFO] [stdout]     --> js/src/element.rs:1465:8
[INFO] [stdout]      |
[INFO] [stdout] 1465 | pub fn create_intersection_observer_entry(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_resize_observer_entry` is never used
[INFO] [stdout]     --> js/src/element.rs:1483:8
[INFO] [stdout]      |
[INFO] [stdout] 1483 | pub fn create_resize_observer_entry(context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extend_element` is never used
[INFO] [stdout]     --> js/src/element.rs:1583:8
[INFO] [stdout]      |
[INFO] [stdout] 1583 | pub fn extend_element(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `File` is never constructed
[INFO] [stdout]   --> js/src/encoding.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum FormDataValue {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] 44 |     String(String),
[INFO] [stdout] 45 |     File { data: Vec<u8>, filename: String, mime_type: String },
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormDataValue` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `encoding`, `fatal`, `ignore_bom`, and `pending_bytes` are never read
[INFO] [stdout]    --> js/src/encoding.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 261 | struct TextStreamData {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 264 |     encoding: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 265 |     fatal: bool,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 266 |     ignore_bom: bool,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 267 |     pending_bytes: Vec<u8>,  // For decoder: incomplete multi-byte sequences
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TextStreamData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_form_data` is never used
[INFO] [stdout]     --> js/src/encoding.rs:1951:4
[INFO] [stdout]      |
[INFO] [stdout] 1951 | fn register_form_data(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_form_data_object` is never used
[INFO] [stdout]     --> js/src/encoding.rs:1979:4
[INFO] [stdout]      |
[INFO] [stdout] 1979 | fn create_form_data_object(ctx: &mut Context, fd_id: u32) -> JsResult<JsValue> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> js/src/event_system.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct EventListener {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventListener` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear_element` is never used
[INFO] [stdout]    --> js/src/event_system.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl EventRegistry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn clear_element(&mut self, element_id: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_registry` is never used
[INFO] [stdout]    --> js/src/event_system.rs:266:8
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub fn clear_registry() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `activate_after` and `created_at` are never read
[INFO] [stdout]    --> js/src/fetch.rs:986:5
[INFO] [stdout]     |
[INFO] [stdout] 980 | struct DeferredRequest {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 986 |     activate_after: Option<u64>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 987 |     created_at: std::time::Instant,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DeferredRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_deferred_requests` is never used
[INFO] [stdout]     --> js/src/fetch.rs:1033:8
[INFO] [stdout]      |
[INFO] [stdout] 1033 | pub fn process_deferred_requests() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title` and `url` are never read
[INFO] [stdout]   --> js/src/modern.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | struct HistoryEntry {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] 50 |     state: String,  // JSON serialized state
[INFO] [stdout] 51 |     title: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 52 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HistoryEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> js/src/network.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Binary(Vec<u8>),
[INFO] [stdout]    |     ------ ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WebSocketMessage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 98 -     Binary(Vec<u8>),
[INFO] [stdout] 98 +     Binary(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffered_amount`, `protocol`, `extensions`, and `binary_type` are never read
[INFO] [stdout]    --> js/src/network.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct WebSocketConnectionData {
[INFO] [stdout]     |        ----------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     buffered_amount: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     protocol: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 138 |     extensions: String,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 139 |     binary_type: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `with_credentials`, `retry_ms`, and `reconnect_at` are never read
[INFO] [stdout]    --> js/src/network.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct EventSourceConnectionData {
[INFO] [stdout]     |        ------------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 152 |     with_credentials: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 153 |     last_event_id: String,
[INFO] [stdout] 154 |     retry_ms: u64,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     reconnect_at: Option<Instant>,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> js/src/network.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct BroadcastChannelData {
[INFO] [stdout]     |        -------------------- field in this struct
[INFO] [stdout] 173 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_message_channel` is never used
[INFO] [stdout]    --> js/src/network.rs:715:4
[INFO] [stdout]     |
[INFO] [stdout] 715 | fn register_message_channel(context: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_message_port_prototype` is never used
[INFO] [stdout]    --> js/src/network.rs:773:4
[INFO] [stdout]     |
[INFO] [stdout] 773 | fn create_message_port_prototype(ctx: &mut Context) -> JsResult<JsObject> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_message_port` is never used
[INFO] [stdout]    --> js/src/network.rs:808:4
[INFO] [stdout]     |
[INFO] [stdout] 808 | fn create_message_port(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `subtree`, `attribute_old_value`, `character_data_old_value`, and `attribute_filter` are never read
[INFO] [stdout]   --> js/src/observers.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub struct MutationObserverInit {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub subtree: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 87 |     pub attribute_old_value: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 88 |     pub character_data_old_value: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 89 |     pub attribute_filter: Option<Vec<String>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MutationObserverInit` 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 `target` and `options` are never read
[INFO] [stdout]    --> js/src/observers.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | struct ObserverTarget {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] 141 |     target: JsObject,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 142 |     options: MutationObserverInit,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ObserverTarget` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 202 | struct IntersectionObserverState {
[INFO] [stdout]     |        ------------------------- field in this struct
[INFO] [stdout] 203 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `box_type` is never read
[INFO] [stdout]    --> js/src/observers.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub struct ResizeObserverOptions {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 277 |     pub box_type: String, // "content-box", "border-box", "device-pixel-content-box"
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ResizeObserverOptions` 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 `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 280 | struct ResizeObserverState {
[INFO] [stdout]     |        ------------------- field in this struct
[INFO] [stdout] 281 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entry_types`, `type_`, and `buffered` are never read
[INFO] [stdout]    --> js/src/observers.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub struct PerformanceObserverInit {
[INFO] [stdout]     |            ----------------------- fields in this struct
[INFO] [stdout] 420 |     pub entry_types: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 421 |     pub type_: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 422 |     pub buffered: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PerformanceObserverInit` 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 `callback` is never read
[INFO] [stdout]    --> js/src/observers.rs:426:5
[INFO] [stdout]     |
[INFO] [stdout] 425 | struct PerformanceObserverState {
[INFO] [stdout]     |        ------------------------ field in this struct
[INFO] [stdout] 426 |     callback: JsObject,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `queue_mutation_record` is never used
[INFO] [stdout]    --> js/src/observers.rs:644:8
[INFO] [stdout]     |
[INFO] [stdout] 644 | pub fn queue_mutation_record(record: MutationRecord) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pop_pending_script` is never used
[INFO] [stdout]    --> js/src/script_loader.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub fn pop_pending_script() -> Option<PendingScript> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_pending_scripts` is never used
[INFO] [stdout]    --> js/src/script_loader.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn clear_pending_scripts() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_current_origin` is never used
[INFO] [stdout]    --> js/src/storage.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub fn set_current_origin(origin: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_priority` is never used
[INFO] [stdout]   --> js/src/timers.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl ScheduledTask {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     fn with_priority(mut self, priority: TaskPriority) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]    --> js/src/timers.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub struct IdleCallbackRequest {
[INFO] [stdout]     |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub timeout: Option<u64>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IdleCallbackRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pending_timer_count` is never used
[INFO] [stdout]    --> js/src/timers.rs:430:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl JobQueue {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 430 |     pub fn pending_timer_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_job_queue` is never used
[INFO] [stdout]     --> js/src/timers.rs:1150:8
[INFO] [stdout]      |
[INFO] [stdout] 1150 | pub fn process_job_queue(context: &mut Context) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pending_timer_count` is never used
[INFO] [stdout]     --> js/src/timers.rs:1162:8
[INFO] [stdout]      |
[INFO] [stdout] 1162 | pub fn pending_timer_count() -> usize {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_job_queue` is never used
[INFO] [stdout]     --> js/src/timers.rs:1167:8
[INFO] [stdout]      |
[INFO] [stdout] 1167 | pub fn reset_job_queue() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `input_properties`, `input_arguments`, and `context_options` are never read
[INFO] [stdout]   --> js/src/workers.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct PaintWorkletEntry {
[INFO] [stdout]    |        ----------------- fields in this struct
[INFO] [stdout] 64 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 65 |     input_properties: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 66 |     input_arguments: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 67 |     context_options: PaintContextOptions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `parameter_descriptors` are never read
[INFO] [stdout]   --> js/src/workers.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | struct AudioProcessorEntry {
[INFO] [stdout]    |        ------------------- fields in this struct
[INFO] [stdout] 78 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 79 |     parameter_descriptors: Vec<AudioParamDescriptor>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `default_value`, `min_value`, `max_value`, and `automation_rate` are never read
[INFO] [stdout]   --> js/src/workers.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | struct AudioParamDescriptor {
[INFO] [stdout]    |        -------------------- fields in this struct
[INFO] [stdout] 85 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 86 |     default_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 87 |     min_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 88 |     max_value: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 89 |     automation_rate: String, // "a-rate" or "k-rate"
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioParamDescriptor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `worker_id`, `message_type`, and `data` are never read
[INFO] [stdout]    --> js/src/workers.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | struct WorkerIncomingMessage {
[INFO] [stdout]     |        --------------------- fields in this struct
[INFO] [stdout] 101 |     worker_id: u32,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 102 |     message_type: String, // "message" or "error"
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 103 |     data: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkerIncomingMessage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_message_channel` is never used
[INFO] [stdout]    --> js/src/workers.rs:588:4
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn register_message_channel(ctx: &mut Context) -> JsResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `drain_worker_messages` is never used
[INFO] [stdout]     --> js/src/workers.rs:1303:8
[INFO] [stdout]      |
[INFO] [stdout] 1303 | pub fn drain_worker_messages() -> Vec<(u32, String, String)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body_used` is never read
[INFO] [stdout]   --> js/src/service_workers.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct CachedResponse {
[INFO] [stdout]    |        -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     body_used: bool,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `headers`, `cache_mode`, `redirect`, `referrer`, and `integrity` are never read
[INFO] [stdout]   --> js/src/service_workers.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct CachedRequest {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     headers: HashMap<String, String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     cache_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 51 |     redirect: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 52 |     referrer: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 53 |     integrity: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedRequest` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> js/src/service_workers.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct Cache {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 75 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cache` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Parsed`, `Installing`, `Installed`, `Activating`, and `Redundant` are never constructed
[INFO] [stdout]   --> js/src/service_workers.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | enum ServiceWorkerState {
[INFO] [stdout]    |      ------------------ variants in this enum
[INFO] [stdout] 91 |     Parsed,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 92 |     Installing,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 93 |     Installed,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 94 |     Activating,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 95 |     Activated,
[INFO] [stdout] 96 |     Redundant,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServiceWorkerState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scope` is never read
[INFO] [stdout]    --> js/src/service_workers.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct ServiceWorkerData {
[INFO] [stdout]     |        ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     scope: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceWorkerData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `script_url`, and `navigation_preload_enabled` are never read
[INFO] [stdout]    --> js/src/service_workers.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | struct ServiceWorkerRegistrationData {
[INFO] [stdout]     |        ----------------------------- fields in this struct
[INFO] [stdout] 123 |     id: u32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 124 |     scope: String,
[INFO] [stdout] 125 |     script_url: String,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     navigation_preload_enabled: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceWorkerRegistrationData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_service_worker_state` is never used
[INFO] [stdout]     --> js/src/service_workers.rs:2479:8
[INFO] [stdout]      |
[INFO] [stdout] 2479 | pub fn reset_service_worker_state() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `strategy_size` is never read
[INFO] [stdout]   --> js/src/streams.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct StreamData {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     strategy_size: Option<String>, // "byteLength" or "count"
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StreamData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Erroring` is never constructed
[INFO] [stdout]   --> js/src/streams.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | enum WritableState {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 58 |     Erroring,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WritableState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `auto_allocate_chunk_size` and `pending_pull_intos` are never read
[INFO] [stdout]     --> js/src/streams.rs:1010:5
[INFO] [stdout]      |
[INFO] [stdout] 1007 | struct ByteStreamData {
[INFO] [stdout]      |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     auto_allocate_chunk_size: Option<usize>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 1011 |     pending_pull_intos: VecDeque<PullIntoDescriptor>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ByteStreamData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffer_byte_length`, `byte_offset`, `byte_length`, `bytes_filled`, `element_size`, and `reader_type` are never read
[INFO] [stdout]     --> js/src/streams.rs:1016:5
[INFO] [stdout]      |
[INFO] [stdout] 1015 | struct PullIntoDescriptor {
[INFO] [stdout]      |        ------------------ fields in this struct
[INFO] [stdout] 1016 |     buffer_byte_length: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 1017 |     byte_offset: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] 1018 |     byte_length: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] 1019 |     bytes_filled: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 1020 |     element_size: usize,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 1021 |     reader_type: String, // "default" or "byob"
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `PullIntoDescriptor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_streams_state` is never used
[INFO] [stdout]     --> js/src/streams.rs:1290:8
[INFO] [stdout]      |
[INFO] [stdout] 1290 | pub fn reset_streams_state() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content` and `mime_type` are never read
[INFO] [stdout]   --> js/src/forms.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |     File { name: String, content: Vec<u8>, mime_type: String },
[INFO] [stdout]    |     ----                 ^^^^^^^           ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormDataValue` 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 `custom_message` is never read
[INFO] [stdout]    --> js/src/forms.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | struct ValidityState {
[INFO] [stdout]     |        ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     custom_message: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ValidityState` 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 `get_form_data_id` is never used
[INFO] [stdout]    --> js/src/forms.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn get_form_data_id(this: &JsValue, ctx: &mut Context) -> Option<u32> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_form_element_validation_methods` is never used
[INFO] [stdout]    --> js/src/forms.rs:585:8
[INFO] [stdout]     |
[INFO] [stdout] 585 | pub fn create_form_element_validation_methods(context: &mut Context) -> JsResult<(JsValue, JsValue, JsValue, JsValue)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `files` is never read
[INFO] [stdout]   --> js/src/drag_drop.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct DataTransferStore {
[INFO] [stdout]    |        ----------------- field in this struct
[INFO] [stdout] 30 |     data: HashMap<String, String>,
[INFO] [stdout] 31 |     files: Vec<FileData>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataTransferStore` 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 `name`, `size`, `mime_type`, and `last_modified` are never read
[INFO] [stdout]   --> js/src/drag_drop.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct FileData {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] 39 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 40 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 41 |     mime_type: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 42 |     last_modified: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileData` 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: struct `PointerData` is never constructed
[INFO] [stdout]   --> js/src/touch_pointer.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct PointerData {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> js/src/animation.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct EffectData {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] 62 |     keyframes: Vec<HashMap<String, String>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 63 |     duration: f64,
[INFO] [stdout] 64 |     iterations: f64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 65 |     delay: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 66 |     end_delay: f64,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 67 |     direction: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 68 |     easing: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 69 |     fill: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 70 |     iteration_start: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EffectData` 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: struct `TimelineData` is never constructed
[INFO] [stdout]   --> js/src/animation.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | struct TimelineData {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `observed_attributes`, and `extends` are never read
[INFO] [stdout]   --> js/src/web_components.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct CustomElementDefinition {
[INFO] [stdout]    |        ----------------------- fields in this struct
[INFO] [stdout] 41 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 42 |     observed_attributes: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     extends: Option<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CustomElementDefinition` 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 `create_dom_string_map` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:247:8
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub fn create_dom_string_map(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `camel_to_data_attr` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:313:8
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub fn camel_to_data_attr(name: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `data_attr_to_camel` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:327:8
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub fn data_attr_to_camel(name: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_abstract_range` is never used
[INFO] [stdout]    --> js/src/dom_core.rs:967:8
[INFO] [stdout]     |
[INFO] [stdout] 967 | pub fn create_abstract_range(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_xml_document` is never used
[INFO] [stdout]     --> js/src/dom_core.rs:1297:8
[INFO] [stdout]      |
[INFO] [stdout] 1297 | pub fn create_xml_document(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FONT_FEATURE_VALUES_RULE` is never used
[INFO] [stdout]    --> js/src/cssom.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const FONT_FEATURE_VALUES_RULE: u16 = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_document_stylesheets` is never used
[INFO] [stdout]     --> js/src/cssom.rs:1271:8
[INFO] [stdout]      |
[INFO] [stdout] 1271 | pub fn create_document_stylesheets(style_elements: Vec<JsObject>, context: &mut Context) -> JsObject {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `response_type` and `with_credentials` are never read
[INFO] [stdout]   --> js/src/xhr.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct XhrState {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     response_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 38 |     timeout: u32,
[INFO] [stdout] 39 |     with_credentials: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking protocol v0.1.0 (/opt/rustwide/workdir/protocol)
[INFO] [stderr]     Checking tui v0.1.0 (/opt/rustwide/workdir/tui)
[INFO] [stderr]     Checking browser v0.1.0 (/opt/rustwide/workdir/browser)
[INFO] [stdout] warning: unused imports: `Interactive` and `NumberedLink`
[INFO] [stdout]  --> tui/src/app.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::render::{RenderedPage, Interactive, NumberedLink};
[INFO] [stdout]   |                                   ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> tui/src/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Span`
[INFO] [stdout]   --> tui/src/ast_renderer.rs:11:65
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ast::{Alignment, Block, BlockKind, InlineContent, ListItem, Span, SpanKind, TableCell},
[INFO] [stdout]    |                                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::render::ClickTarget`
[INFO] [stdout]  --> tui/src/event.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::render::ClickTarget;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]  --> tui/src/render.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::rc::Rc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Borders`
[INFO] [stdout]  --> tui/src/widgets/content.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 |     widgets::{Block, Borders, Paragraph, Widget, Wrap},
[INFO] [stdout]   |                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Interactive` and `NumberedLink`
[INFO] [stdout]  --> tui/src/app.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::render::{RenderedPage, Interactive, NumberedLink};
[INFO] [stdout]   |                                   ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> tui/src/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Span`
[INFO] [stdout]   --> tui/src/ast_renderer.rs:11:65
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ast::{Alignment, Block, BlockKind, InlineContent, ListItem, Span, SpanKind, TableCell},
[INFO] [stdout]    |                                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::render::ClickTarget`
[INFO] [stdout]  --> tui/src/event.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::render::ClickTarget;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]  --> tui/src/render.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::rc::Rc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Borders`
[INFO] [stdout]  --> tui/src/widgets/content.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 |     widgets::{Block, Borders, Paragraph, Widget, Wrap},
[INFO] [stdout]   |                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> protocol/src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]   --> protocol/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::rc::Rc;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]   --> protocol/src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 | use std::sync::{Arc, Mutex};
[INFO] [stdout]    |                 ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]  --> protocol/src/server.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `widget_id`
[INFO] [stdout]    --> tui/src/ast_renderer.rs:450:5
[INFO] [stdout]     |
[INFO] [stdout] 450 |     widget_id: WidgetId,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_widget_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> tui/src/ast_renderer.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 |     ctx: &mut RenderContext,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checked`
[INFO] [stdout]    --> tui/src/event.rs:146:87
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...                   if let crate::render::LineContent::Checkbox { checked, .. } = &line.content {
[INFO] [stdout]     |                                                                     ^^^^^^^ help: try ignoring the field: `checked: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `col`
[INFO] [stdout]    --> tui/src/event.rs:461:21
[INFO] [stdout]     |
[INFO] [stdout] 461 |                 let col = mouse.column;
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_col`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `theme`
[INFO] [stdout]    --> tui/src/style.rs:119:19
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn code_style(theme: &Theme) -> Style {
[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]    --> tui/src/style.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn code_block_style(theme: &Theme) -> Style {
[INFO] [stdout]     |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_theme`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:150:35
[INFO] [stdout]     |
[INFO] [stdout] 150 |             LineContent::Button { id, label } => {
[INFO] [stdout]     |                                   ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:177:37
[INFO] [stdout]     |
[INFO] [stdout] 177 |             LineContent::Checkbox { id, label, checked } => {
[INFO] [stdout]     |                                     ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:34
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                  ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:38
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:51
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                                   ^^^^^ help: try ignoring the field: `value: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:237:35
[INFO] [stdout]     |
[INFO] [stdout] 237 |             LineContent::Select { id, options, selected } => {
[INFO] [stdout]     |                                   ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `language`
[INFO] [stdout]    --> tui/src/widgets/content.rs:261:44
[INFO] [stdout]     |
[INFO] [stdout] 261 |             LineContent::CodeBlock { code, language } => {
[INFO] [stdout]     |                                            ^^^^^^^^ help: try ignoring the field: `language: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `search_line`
[INFO] [stdout]    --> tui/src/widgets/content.rs:336:13
[INFO] [stdout]     |
[INFO] [stdout] 336 |         let search_line = if !self.app.search_results.is_empty() {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_search_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value` is never read
[INFO] [stdout]    --> tui/src/render.rs:622:5
[INFO] [stdout]     |
[INFO] [stdout] 617 | struct InputMarker {
[INFO] [stdout]     |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 622 |     value: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `widget_id`
[INFO] [stdout]    --> tui/src/ast_renderer.rs:450:5
[INFO] [stdout]     |
[INFO] [stdout] 450 |     widget_id: WidgetId,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_widget_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> tui/src/ast_renderer.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 |     ctx: &mut RenderContext,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checked`
[INFO] [stdout]    --> tui/src/event.rs:146:87
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...                   if let crate::render::LineContent::Checkbox { checked, .. } = &line.content {
[INFO] [stdout]     |                                                                     ^^^^^^^ help: try ignoring the field: `checked: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `col`
[INFO] [stdout]    --> tui/src/event.rs:461:21
[INFO] [stdout]     |
[INFO] [stdout] 461 |                 let col = mouse.column;
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_col`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `theme`
[INFO] [stdout]    --> tui/src/style.rs:119:19
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn code_style(theme: &Theme) -> Style {
[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]    --> tui/src/style.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn code_block_style(theme: &Theme) -> Style {
[INFO] [stdout]     |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_theme`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:150:35
[INFO] [stdout]     |
[INFO] [stdout] 150 |             LineContent::Button { id, label } => {
[INFO] [stdout]     |                                   ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:177:37
[INFO] [stdout]     |
[INFO] [stdout] 177 |             LineContent::Checkbox { id, label, checked } => {
[INFO] [stdout]     |                                     ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:34
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                  ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:38
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> tui/src/widgets/content.rs:207:51
[INFO] [stdout]     |
[INFO] [stdout] 207 |             LineContent::Radio { id, name, label, value, checked } => {
[INFO] [stdout]     |                                                   ^^^^^ help: try ignoring the field: `value: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> tui/src/widgets/content.rs:237:35
[INFO] [stdout]     |
[INFO] [stdout] 237 |             LineContent::Select { id, options, selected } => {
[INFO] [stdout]     |                                   ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `language`
[INFO] [stdout]    --> tui/src/widgets/content.rs:261:44
[INFO] [stdout]     |
[INFO] [stdout] 261 |             LineContent::CodeBlock { code, language } => {
[INFO] [stdout]     |                                            ^^^^^^^^ help: try ignoring the field: `language: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `search_line`
[INFO] [stdout]    --> tui/src/widgets/content.rs:336:13
[INFO] [stdout]     |
[INFO] [stdout] 336 |         let search_line = if !self.app.search_results.is_empty() {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_search_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value` is never read
[INFO] [stdout]    --> tui/src/render.rs:622:5
[INFO] [stdout]     |
[INFO] [stdout] 617 | struct InputMarker {
[INFO] [stdout]     |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 622 |     value: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> protocol/src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]   --> protocol/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::rc::Rc;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]   --> protocol/src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 | use std::sync::{Arc, Mutex};
[INFO] [stdout]    |                 ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]  --> protocol/src/server.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `render::render_markdown`
[INFO] [stdout]   --> tui/src/main.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     render::render_markdown,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `render::render_markdown`
[INFO] [stdout]   --> tui/src/main.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     render::render_markdown,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Refresh` is never constructed
[INFO] [stdout]   --> tui/src/main.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | enum BrowserCommand {
[INFO] [stdout]    |      -------------- variant in this enum
[INFO] [stdout] 39 |     Navigate(String),
[INFO] [stdout] 40 |     Refresh,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport_width`
[INFO] [stdout]    --> protocol/src/session.rs:734:5
[INFO] [stdout]     |
[INFO] [stdout] 734 |     viewport_width: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Refresh` is never constructed
[INFO] [stdout]   --> tui/src/main.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | enum BrowserCommand {
[INFO] [stdout]    |      -------------- variant in this enum
[INFO] [stdout] 39 |     Navigate(String),
[INFO] [stdout] 40 |     Refresh,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `extract_domain` is never used
[INFO] [stdout]    --> protocol/src/session.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout]  27 | impl Session {
[INFO] [stdout]     | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn extract_domain(url: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport_width`
[INFO] [stdout]    --> protocol/src/session.rs:734:5
[INFO] [stdout]     |
[INFO] [stdout] 734 |     viewport_width: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `extract_domain` is never used
[INFO] [stdout]    --> protocol/src/session.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout]  27 | impl Session {
[INFO] [stdout]     | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn extract_domain(url: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mcp v0.1.0 (/opt/rustwide/workdir/mcp)
[INFO] [stdout] warning: field `console` is never read
[INFO] [stdout]   --> mcp/src/browser.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct BrowserResult {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub console: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BrowserResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Shutdown` is never constructed
[INFO] [stdout]   --> mcp/src/browser.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum BrowserCommand {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 74 |     Shutdown,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `console` is never read
[INFO] [stdout]   --> mcp/src/browser.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct BrowserResult {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub console: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BrowserResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Shutdown` is never constructed
[INFO] [stdout]   --> mcp/src/browser.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum BrowserCommand {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 74 |     Shutdown,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
[INFO] running `Command { std: "docker" "inspect" "b1b00246510c67881f203e2fec37ff6190628cd42f2ff484ee861895593780f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1b00246510c67881f203e2fec37ff6190628cd42f2ff484ee861895593780f2", kill_on_drop: false }`
[INFO] [stdout] b1b00246510c67881f203e2fec37ff6190628cd42f2ff484ee861895593780f2
