# rustc version rustc 1.96.0-nightly (3645249d7 2026-03-16)
# docs.rs version docsrs 0.0.0 (da7690ee 2026-03-15 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/cssparser-0.37.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/cssparser-0.37.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260316-1.96.0-nightly-3645249d7\", \"--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" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] 62be6d95b44683b8c3fdc2d91d31c69562da0f9bef36c8a2bde8514780f0dada [INFO] running `Command { std: "docker" "start" "-a" "62be6d95b44683b8c3fdc2d91d31c69562da0f9bef36c8a2bde8514780f0dada", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cssparser v0.37.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/macros.rs:220:38 [INFO] [stderr] | [INFO] [stderr] 220 | /// Create a new array of MaybeUninit<T> items, in an uninitialized state. [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 220 | /// Create a new array of `MaybeUninit<T>` items, in an uninitialized state. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/from_bytes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | /// https://encoding.spec.whatwg.org/#concept-encoding-get [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] 10 | /// <https://encoding.spec.whatwg.org/#concept-encoding-get> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/from_bytes.rs:29:8 [INFO] [stderr] | [INFO] [stderr] 29 | /// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any. [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] 29 | /// (<https://drafts.csswg.org/css-syntax/#environment-encoding>), if any. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `whitespace-token` [INFO] [stderr] --> src/parser.rs:827:17 [INFO] [stderr] | [INFO] [stderr] 827 | /// Parse a <whitespace-token> and return its value. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `ident-token` [INFO] [stderr] --> src/parser.rs:837:17 [INFO] [stderr] | [INFO] [stderr] 837 | /// Parse a <ident-token> and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `ident-token` [INFO] [stderr] --> src/parser.rs:851:17 [INFO] [stderr] | [INFO] [stderr] 851 | /// Parse a <ident-token> whose unescaped value is an ASCII-insensitive match for the given value. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string-token` [INFO] [stderr] --> src/parser.rs:862:17 [INFO] [stderr] | [INFO] [stderr] 862 | /// Parse a <string-token> and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `ident-token` [INFO] [stderr] --> src/parser.rs:876:24 [INFO] [stderr] | [INFO] [stderr] 876 | /// Parse either a <ident-token> or a <string-token>, and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string-token` [INFO] [stderr] --> src/parser.rs:876:43 [INFO] [stderr] | [INFO] [stderr] 876 | /// Parse either a <ident-token> or a <string-token>, and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `url-token` [INFO] [stderr] --> src/parser.rs:885:17 [INFO] [stderr] | [INFO] [stderr] 885 | /// Parse a <url-token> and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `url-token` [INFO] [stderr] --> src/parser.rs:899:24 [INFO] [stderr] | [INFO] [stderr] 899 | /// Parse either a <url-token> or a <string-token>, and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string-token` [INFO] [stderr] --> src/parser.rs:899:41 [INFO] [stderr] | [INFO] [stderr] 899 | /// Parse either a <url-token> or a <string-token>, and return the unescaped value. [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `number-token` [INFO] [stderr] --> src/parser.rs:914:17 [INFO] [stderr] | [INFO] [stderr] 914 | /// Parse a <number-token> and return the integer value. [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `number-token` [INFO] [stderr] --> src/parser.rs:922:17 [INFO] [stderr] | [INFO] [stderr] 922 | /// Parse a <number-token> that does not have a fractional part, and return the integer value. [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `percentage-token` [INFO] [stderr] --> src/parser.rs:930:17 [INFO] [stderr] | [INFO] [stderr] 930 | /// Parse a <percentage-token> and return the value. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `colon-token` [INFO] [stderr] --> src/parser.rs:939:21 [INFO] [stderr] | [INFO] [stderr] 939 | /// Parse a `:` <colon-token>. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `semicolon-token` [INFO] [stderr] --> src/parser.rs:947:21 [INFO] [stderr] | [INFO] [stderr] 947 | /// Parse a `;` <semicolon-token>. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `comma-token` [INFO] [stderr] --> src/parser.rs:955:21 [INFO] [stderr] | [INFO] [stderr] 955 | /// Parse a `,` <comma-token>. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `delim-token` [INFO] [stderr] --> src/parser.rs:963:17 [INFO] [stderr] | [INFO] [stderr] 963 | /// Parse a <delim-token> with the given value. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `function` [INFO] [stderr] --> src/parser.rs:1001:17 [INFO] [stderr] | [INFO] [stderr] 1001 | /// Parse a <function> token and return its name. [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `function` [INFO] [stderr] --> src/parser.rs:1011:17 [INFO] [stderr] | [INFO] [stderr] 1011 | /// Parse a <function> token whose name is an ASCII-insensitive match for the given value. [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/serializer.rs:492:13 [INFO] [stderr] | [INFO] [stderr] 492 | /// See https://drafts.csswg.org/css-syntax/#serialization [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] 492 | /// See <https://drafts.csswg.org/css-syntax/#serialization> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/serializer.rs:494:13 [INFO] [stderr] | [INFO] [stderr] 494 | /// See https://github.com/w3c/csswg-drafts/issues/4088 for the [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] 494 | /// See <https://github.com/w3c/csswg-drafts/issues/4088> for the [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/unicode_range.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | //! https://drafts.csswg.org/css-syntax/#urange [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] 5 | //! <https://drafts.csswg.org/css-syntax/#urange> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/unicode_range.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | /// https://drafts.csswg.org/css-syntax/#urange-syntax [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] 26 | /// <https://drafts.csswg.org/css-syntax/#urange-syntax> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rules_and_declarations.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | /// https://drafts.csswg.org/css-syntax/#consume-a-blocks-contents [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] 244 | /// <https://drafts.csswg.org/css-syntax/#consume-a-blocks-contents> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `cssparser` (lib doc) generated 26 warnings (run `cargo fix --lib -p cssparser` to apply 7 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cssparser/index.html [INFO] running `Command { std: "docker" "inspect" "62be6d95b44683b8c3fdc2d91d31c69562da0f9bef36c8a2bde8514780f0dada", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62be6d95b44683b8c3fdc2d91d31c69562da0f9bef36c8a2bde8514780f0dada", kill_on_drop: false }` [INFO] [stdout] 62be6d95b44683b8c3fdc2d91d31c69562da0f9bef36c8a2bde8514780f0dada