[INFO] cloning repository https://github.com/alpaylan/kale [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alpaylan/kale" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falpaylan%2Fkale", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falpaylan%2Fkale'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 63b84056525b50395a2fac8d584a628307168f3d [INFO] checking alpaylan/kale against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falpaylan%2Fkale" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/alpaylan/kale [INFO] finished tweaking git repo https://github.com/alpaylan/kale [INFO] tweaked toml for git repo https://github.com/alpaylan/kale written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/alpaylan/kale on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/alpaylan/kale 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ipnet v2.10.0 [INFO] [stderr] Downloaded pest_derive v2.7.12 [INFO] [stderr] Downloaded quad-rand v0.2.2 [INFO] [stderr] Downloaded pest_generator v2.7.12 [INFO] [stderr] Downloaded schannel v0.1.24 [INFO] [stderr] Downloaded reqwest v0.12.7 [INFO] [stderr] Downloaded pest_meta v2.7.12 [INFO] [stderr] Downloaded pest v2.7.12 [INFO] [stderr] Downloaded miniquad v0.4.6 [INFO] [stderr] Downloaded rustls v0.23.13 [INFO] [stderr] Downloaded macroquad v0.4.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f [INFO] running `Command { std: "docker" "start" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Compiling cc v1.1.18 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking indexmap v2.5.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling miniquad v0.4.6 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking bytemuck v1.18.0 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking ttf-parser v0.15.2 [INFO] [stderr] Compiling anyhow v1.0.88 [INFO] [stderr] Checking rustls-pemfile v2.1.3 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking quad-rand v0.2.2 [INFO] [stderr] Checking ipnet v2.10.0 [INFO] [stderr] Checking fontdue v0.7.3 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking macroquad v0.4.13 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tokio-util v0.7.12 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling pest v2.7.12 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking h2 v0.4.6 [INFO] [stderr] Compiling pest_meta v2.7.12 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Compiling pest_generator v2.7.12 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Compiling pest_derive v2.7.12 [INFO] [stderr] Checking hyper-util v0.1.8 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.7 [INFO] [stderr] Checking kale v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `uuid::Uuid` [INFO] [stdout] --> src/dom.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use uuid::Uuid; [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: `draw_circle`, `draw_line`, and `draw_rectangle_lines` [INFO] [stdout] --> src/rendering.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | shapes::{draw_circle, draw_line, draw_rectangle_lines}, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Position` [INFO] [stdout] --> src/rendering.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use pest::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::Uuid` [INFO] [stdout] --> src/dom.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use uuid::Uuid; [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: `draw_circle`, `draw_line`, and `draw_rectangle_lines` [INFO] [stdout] --> src/rendering.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | shapes::{draw_circle, draw_line, draw_rectangle_lines}, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Position` [INFO] [stdout] --> src/rendering.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use pest::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `style` [INFO] [stdout] --> src/dom.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | style, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `style: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `style` [INFO] [stdout] --> src/dom.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | style, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `style: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/rendering.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | tag, [INFO] [stdout] | ^^^ help: try ignoring the field: `tag: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `OpeningTag` is more private than the item `parse_opening_tag` [INFO] [stdout] --> src/parser.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_opening_tag(pair: Pair) -> anyhow::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `parse_opening_tag` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `OpeningTag` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parser.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | struct OpeningTag { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `actions` is never used [INFO] [stdout] --> src/dom.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 28 | impl DOMElement { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 35 | pub(crate) fn actions(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_mut` is never used [INFO] [stdout] --> src/dom.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 57 | impl DOMElement { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 86 | pub(crate) fn get_mut(&mut self, id: &str) -> Option<&mut DOMElement> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_hovered` is never used [INFO] [stdout] --> src/dom.rs:528:19 [INFO] [stdout] | [INFO] [stdout] 512 | impl DOM { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 528 | pub(crate) fn set_hovered(&mut self, id: &str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parse_closing_tag` is never used [INFO] [stdout] --> src/parser.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn parse_closing_tag(pair: Pair) -> anyhow::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/styling.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 10 | impl Style { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 11 | pub(crate) fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Rem` is never constructed [INFO] [stdout] --> src/styling.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) enum Unit { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 86 | Rem(f32), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Unit` 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 `style` is never read [INFO] [stdout] --> src/styling.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) struct Font { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 104 | pub style: FontStyle, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Font` 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: variant `Arial` is never constructed [INFO] [stdout] --> src/styling.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub enum FontFamily { [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] 132 | TimesNewRoman, [INFO] [stdout] 133 | Arial, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FontFamily` 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: variant `Italic` is never constructed [INFO] [stdout] --> src/styling.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 155 | pub enum FontStyle { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] 156 | Normal, [INFO] [stdout] 157 | Italic, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FontStyle` 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 `style` is never read [INFO] [stdout] --> src/styling.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 198 | pub(crate) struct TextDecoration { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 201 | pub style: TextDecorationStyle, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecoration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Overline` and `LineThrough` are never constructed [INFO] [stdout] --> src/styling.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub(crate) enum TextDecorationLine { [INFO] [stdout] | ------------------ variants in this enum [INFO] [stdout] ... [INFO] [stdout] 218 | Overline, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 219 | LineThrough, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecorationLine` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Double`, `Dotted`, `Dashed`, and `Wavy` are never constructed [INFO] [stdout] --> src/styling.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 229 | pub(crate) enum TextDecorationStyle { [INFO] [stdout] | ------------------- variants in this enum [INFO] [stdout] 230 | Solid, [INFO] [stdout] 231 | Double, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 232 | Dotted, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 233 | Dashed, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 234 | Wavy, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecorationStyle` 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: unused variable: `tag` [INFO] [stdout] --> src/rendering.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | tag, [INFO] [stdout] | ^^^ help: try ignoring the field: `tag: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `OpeningTag` is more private than the item `parse_opening_tag` [INFO] [stdout] --> src/parser.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_opening_tag(pair: Pair) -> anyhow::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `parse_opening_tag` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `OpeningTag` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parser.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | struct OpeningTag { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `actions` is never used [INFO] [stdout] --> src/dom.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 28 | impl DOMElement { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 35 | pub(crate) fn actions(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_mut` is never used [INFO] [stdout] --> src/dom.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 57 | impl DOMElement { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 86 | pub(crate) fn get_mut(&mut self, id: &str) -> Option<&mut DOMElement> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_hovered` is never used [INFO] [stdout] --> src/dom.rs:528:19 [INFO] [stdout] | [INFO] [stdout] 512 | impl DOM { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 528 | pub(crate) fn set_hovered(&mut self, id: &str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parse_closing_tag` is never used [INFO] [stdout] --> src/parser.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn parse_closing_tag(pair: Pair) -> anyhow::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/styling.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 10 | impl Style { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 11 | pub(crate) fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Rem` is never constructed [INFO] [stdout] --> src/styling.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) enum Unit { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 86 | Rem(f32), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Unit` 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 `style` is never read [INFO] [stdout] --> src/styling.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) struct Font { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 104 | pub style: FontStyle, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Font` 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: variant `Arial` is never constructed [INFO] [stdout] --> src/styling.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub enum FontFamily { [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] 132 | TimesNewRoman, [INFO] [stdout] 133 | Arial, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FontFamily` 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: variant `Italic` is never constructed [INFO] [stdout] --> src/styling.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 155 | pub enum FontStyle { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] 156 | Normal, [INFO] [stdout] 157 | Italic, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FontStyle` 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 `style` is never read [INFO] [stdout] --> src/styling.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 198 | pub(crate) struct TextDecoration { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 201 | pub style: TextDecorationStyle, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecoration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Overline` and `LineThrough` are never constructed [INFO] [stdout] --> src/styling.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub(crate) enum TextDecorationLine { [INFO] [stdout] | ------------------ variants in this enum [INFO] [stdout] ... [INFO] [stdout] 218 | Overline, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 219 | LineThrough, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecorationLine` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Double`, `Dotted`, `Dashed`, and `Wavy` are never constructed [INFO] [stdout] --> src/styling.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 229 | pub(crate) enum TextDecorationStyle { [INFO] [stdout] | ------------------- variants in this enum [INFO] [stdout] 230 | Solid, [INFO] [stdout] 231 | Double, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 232 | Dotted, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 233 | Dashed, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 234 | Wavy, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextDecorationStyle` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.58s [INFO] running `Command { std: "docker" "inspect" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f", kill_on_drop: false }` [INFO] [stdout] 313e655a13c4dae1f407d18aadcb7c081226b979e7677aa3264cbb5457530c8f