Build #802287 2023-04-27 16:43:06
# rustc version
rustc 1.71.0-nightly (1c42cb4ef 2023-04-26)# docs.rs version
docsrs 0.6.0 (77eaf077 2023-04-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.30.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.30.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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/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\", \"-20230426-1.71.0-nightly-1c42cb4ef\", \"--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" "-j3" "--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] cdda36929a61bae4ba08c34e99fb5713a137e88d57fb4a3acc5481a1598e91d7
[INFO] running `Command { std: "docker" "start" "-a" "cdda36929a61bae4ba08c34e99fb5713a137e88d57fb4a3acc5481a1598e91d7", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting cssparser v0.30.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/cow_rc_str.rs:20:11
[INFO] [stderr] |
[INFO] [stderr] 20 | /// FIXME(https://github.com/rust-lang/rfcs/issues/1230): use an actual enum if/when
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rfcs/issues/1230>`
[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/cow_rc_str.rs:23:16
[INFO] [stderr] |
[INFO] [stderr] 23 | /// FIXME: https://github.com/rust-lang/rust/issues/27730 use NonZero or Shared.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rust/issues/27730>`
[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/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]
[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:801:17
[INFO] [stderr] |
[INFO] [stderr] 801 | /// Parse a <whitespace-token> and return its value.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `ident-token`
[INFO] [stderr] --> src/parser.rs:811:17
[INFO] [stderr] |
[INFO] [stderr] 811 | /// 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:825:17
[INFO] [stderr] |
[INFO] [stderr] 825 | /// 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:836:17
[INFO] [stderr] |
[INFO] [stderr] 836 | /// 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:850:24
[INFO] [stderr] |
[INFO] [stderr] 850 | /// 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:850:43
[INFO] [stderr] |
[INFO] [stderr] 850 | /// 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:859:17
[INFO] [stderr] |
[INFO] [stderr] 859 | /// 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:873:24
[INFO] [stderr] |
[INFO] [stderr] 873 | /// 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:873:41
[INFO] [stderr] |
[INFO] [stderr] 873 | /// 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:888:17
[INFO] [stderr] |
[INFO] [stderr] 888 | /// 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:896:17
[INFO] [stderr] |
[INFO] [stderr] 896 | /// 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:904:17
[INFO] [stderr] |
[INFO] [stderr] 904 | /// 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:913:21
[INFO] [stderr] |
[INFO] [stderr] 913 | /// Parse a `:` <colon-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `semicolon-token`
[INFO] [stderr] --> src/parser.rs:921:21
[INFO] [stderr] |
[INFO] [stderr] 921 | /// Parse a `;` <semicolon-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `comma-token`
[INFO] [stderr] --> src/parser.rs:929:21
[INFO] [stderr] |
[INFO] [stderr] 929 | /// Parse a `,` <comma-token>.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `delim-token`
[INFO] [stderr] --> src/parser.rs:937:17
[INFO] [stderr] |
[INFO] [stderr] 937 | /// Parse a <delim-token> with the given value.
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `function`
[INFO] [stderr] --> src/parser.rs:975:17
[INFO] [stderr] |
[INFO] [stderr] 975 | /// Parse a <function> token and return its name.
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `function`
[INFO] [stderr] --> src/parser.rs:985:17
[INFO] [stderr] |
[INFO] [stderr] 985 | /// 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:397:13
[INFO] [stderr] |
[INFO] [stderr] 397 | /// 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:399:13
[INFO] [stderr] |
[INFO] [stderr] 399 | /// 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: `cssparser` (lib doc) generated 26 warnings (run `cargo fix --lib -p cssparser` to apply 8 suggestions)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "cdda36929a61bae4ba08c34e99fb5713a137e88d57fb4a3acc5481a1598e91d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdda36929a61bae4ba08c34e99fb5713a137e88d57fb4a3acc5481a1598e91d7", kill_on_drop: false }`
[INFO] [stdout] cdda36929a61bae4ba08c34e99fb5713a137e88d57fb4a3acc5481a1598e91d7