Build #909133 2023-09-11T13:28:18.240099+00:00
# rustc version
rustc 1.74.0-nightly (030e4d382 2023-09-10)# docs.rs version
docsrs 0.6.0 (b2c47fa7 2023-09-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.33.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.33.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" "-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:8d77639b970c52ec67607038b3ec48894629de24504b62a68269497566821cc0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230910-1.74.0-nightly-030e4d382\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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] ce0ac783c2c5b28d204d074f1e838ede8e8a4a6de274bf5ccf2ab51afaa4f98d
[INFO] running `Command { std: "docker" "start" "-a" "ce0ac783c2c5b28d204d074f1e838ede8e8a4a6de274bf5ccf2ab51afaa4f98d", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting cssparser v0.33.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unclosed HTML tag `T`
[INFO] [stderr] --> src/macros.rs:132:38
[INFO] [stderr] |
[INFO] [stderr] 132 | /// 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] 132 | /// 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://encoding.spec.whatwg.org/#concept-encoding-get>`
[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]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/from_bytes.rs:29:10
[INFO] [stderr] |
[INFO] [stderr] 29 | /// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#environment-encoding>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `whitespace-token`
[INFO] [stderr] --> src/parser.rs:817:17
[INFO] [stderr] |
[INFO] [stderr] 817 | /// 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:827:17
[INFO] [stderr] |
[INFO] [stderr] 827 | /// 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:841:17
[INFO] [stderr] |
[INFO] [stderr] 841 | /// 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:852:17
[INFO] [stderr] |
[INFO] [stderr] 852 | /// 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:866:24
[INFO] [stderr] |
[INFO] [stderr] 866 | /// 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:866:43
[INFO] [stderr] |
[INFO] [stderr] 866 | /// 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:875:17
[INFO] [stderr] |
[INFO] [stderr] 875 | /// 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:889:24
[INFO] [stderr] |
[INFO] [stderr] 889 | /// 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:889:41
[INFO] [stderr] |
[INFO] [stderr] 889 | /// 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:904:17
[INFO] [stderr] |
[INFO] [stderr] 904 | /// 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:912:17
[INFO] [stderr] |
[INFO] [stderr] 912 | /// 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:920:17
[INFO] [stderr] |
[INFO] [stderr] 920 | /// 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:929:21
[INFO] [stderr] |
[INFO] [stderr] 929 | /// Parse a `:` <colon-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `semicolon-token`
[INFO] [stderr] --> src/parser.rs:937:21
[INFO] [stderr] |
[INFO] [stderr] 937 | /// Parse a `;` <semicolon-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `comma-token`
[INFO] [stderr] --> src/parser.rs:945:21
[INFO] [stderr] |
[INFO] [stderr] 945 | /// Parse a `,` <comma-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `delim-token`
[INFO] [stderr] --> src/parser.rs:953:17
[INFO] [stderr] |
[INFO] [stderr] 953 | /// Parse a <delim-token> with the given value.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `function`
[INFO] [stderr] --> src/parser.rs:991:17
[INFO] [stderr] |
[INFO] [stderr] 991 | /// Parse a <function> token and return its name.
[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 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:402:13
[INFO] [stderr] |
[INFO] [stderr] 402 | /// See https://drafts.csswg.org/css-syntax/#serialization
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#serialization>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/serializer.rs:404:13
[INFO] [stderr] |
[INFO] [stderr] 404 | /// See https://github.com/w3c/csswg-drafts/issues/4088 for the
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/w3c/csswg-drafts/issues/4088>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#urange>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#urange-syntax>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#consume-a-blocks-contents>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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 [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "ce0ac783c2c5b28d204d074f1e838ede8e8a4a6de274bf5ccf2ab51afaa4f98d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce0ac783c2c5b28d204d074f1e838ede8e8a4a6de274bf5ccf2ab51afaa4f98d", kill_on_drop: false }`
[INFO] [stdout] ce0ac783c2c5b28d204d074f1e838ede8e8a4a6de274bf5ccf2ab51afaa4f98d