# rustc version rustc 1.97.0-nightly (9ec5d5f32 2026-04-21)
# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fhtmx-0.29.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fhtmx-0.29.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "8-11" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a [INFO] running `Command { std: "docker" "start" "2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260421-1.97.0-nightly-9ec5d5f32\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting fhtmx v0.29.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/components/toast.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | /// (https://daisyui.com/components/toast). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 8 | /// (<https://daisyui.com/components/toast>). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/components/toast.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | /// (https://daisyui.com/components/toast). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 34 | /// (<https://daisyui.com/components/toast>). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `colgroup` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `figure` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `fieldset` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `video` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `audio` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `details` [INFO] [stderr] --> src/html_element.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | #[doc = "Creates a `" $name "` html element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | / create_tag_fn!( [INFO] [stderr] 132 | | a; "Defines a hyperlink", [INFO] [stderr] 133 | | abbr; "Defines an abbreviation or an acronym", [INFO] [stderr] 134 | | address; "Defines contact information for the author/owner of a document", [INFO] [stderr] ... | [INFO] [stderr] 242 | | wbr; "Defines a possible line-break", [INFO] [stderr] 243 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_tag_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `CSS` [INFO] [stderr] --> src/htmx.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | /// closest <CSS selector> which will find the closest ancestor element or itself, that matches [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `CSS` [INFO] [stderr] --> src/htmx.rs:65:14 [INFO] [stderr] | [INFO] [stderr] 65 | /// find <CSS selector> which will find the first child descendant element that matches the [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `CSS` [INFO] [stderr] --> src/htmx.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | /// next <CSS selector> which will scan the DOM forward for the first element that matches the [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `CSS` [INFO] [stderr] --> src/htmx.rs:76:18 [INFO] [stderr] | [INFO] [stderr] 76 | /// previous <CSS selector> which will scan the DOM backwards for the first element that [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/sources.rs:69:33 [INFO] [stderr] | [INFO] [stderr] 69 | /// Styles for typography (from https://github.com/AnswerDotAI/typrose) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 69 | /// Styles for typography (from <https://github.com/AnswerDotAI/typrose>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `feDiffuseLighting` [INFO] [stderr] --> src/svg.rs:107:14 [INFO] [stderr] | [INFO] [stderr] 107 | #[doc = "Creates a `" $tag "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `feSpecularLighting` [INFO] [stderr] --> src/svg.rs:107:14 [INFO] [stderr] | [INFO] [stderr] 107 | #[doc = "Creates a `" $tag "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `feMerge` [INFO] [stderr] --> src/svg.rs:107:14 [INFO] [stderr] | [INFO] [stderr] 107 | #[doc = "Creates a `" $tag "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `path` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `line` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `polyline` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `polygon` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `animateMotion` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `use` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `text` [INFO] [stderr] --> src/svg.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[doc = "Creates a `" $name "` svg element.\n"$eg] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / create_svg_fn!( [INFO] [stderr] 126 | | a; "Creates a hyperlink around an element", [INFO] [stderr] 127 | | animate; "Animates an attribute of an element over time", [INFO] [stderr] 128 | | animate_motion="animateMotion"; "Sets how an element moves along a motion path", [INFO] [stderr] ... | [INFO] [stderr] 187 | | view; "How to view the graphic (zoom level or detail view)" [INFO] [stderr] 188 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_svg_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `fhtmx` (lib doc) generated 26 warnings (3 duplicates) (run `cargo fix --lib -p fhtmx` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/fhtmx/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a", kill_on_drop: false }` [INFO] [stdout] 2e4666c2863a11911592a33028210779cc2be7ad1277786e535949cdbe816f1a