Build #2138268 2025-05-21 16:22:05
# rustc version
rustc 1.89.0-nightly (bc8215286 2025-05-20)# docs.rs version
docsrs 0.6.0 (d8ea4838 2025-05-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/css-color-parser-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/css-color-parser-0.1.2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250520-1.89.0-nightly-bc8215286\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stdout] e8d4f63717622b87181050ee6d6042ae27fe11d98a01325132802961f8ce4576
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "e8d4f63717622b87181050ee6d6042ae27fe11d98a01325132802961f8ce4576", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting css-color-parser v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr] --> src/color/named_colors.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | / lazy_static! {
[INFO] [stderr] 29 | | /// List of CSS3 named colors from http://www.w3.org/TR/css3-color.
[INFO] [stderr] 30 | | pub static ref NAMED_COLORS: HashMap<&'static str, Color> = {
[INFO] [stderr] 31 | | let mut m = HashMap::new();
[INFO] [stderr] ... |
[INFO] [stderr] 181 | | };
[INFO] [stderr] 182 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr] --> src/color/named_colors.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | / lazy_static! {
[INFO] [stderr] 29 | | /// List of CSS3 named colors from http://www.w3.org/TR/css3-color.
[INFO] [stderr] 30 | | pub static ref NAMED_COLORS: HashMap<&'static str, Color> = {
[INFO] [stderr] 31 | | let mut m = HashMap::new();
[INFO] [stderr] ... |
[INFO] [stderr] 181 | | };
[INFO] [stderr] 182 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:34:5
[INFO] [stderr] |
[INFO] [stderr] 34 | //! http://www.w3.org/TR/css3-color/<br>
[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] 34 | //! <http://www.w3.org/TR/css3-color/><br>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:35:5
[INFO] [stderr] |
[INFO] [stderr] 35 | //! https://developer.mozilla.org/en-US/docs/Web/CSS/color<br>
[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] 35 | //! <https://developer.mozilla.org/en-US/docs/Web/CSS/color><br>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:38:5
[INFO] [stderr] |
[INFO] [stderr] 38 | //! https://github.com/7thSigil/css-color-parser-rs.git
[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] 38 | //! <https://github.com/7thSigil/css-color-parser-rs.git>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:41:5
[INFO] [stderr] |
[INFO] [stderr] 41 | //! https://github.com/deanm/css-color-parser-js
[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] 41 | //! <https://github.com/deanm/css-color-parser-js>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `css-color-parser` (lib doc) generated 6 warnings (run `cargo fix --lib -p css-color-parser` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/css_color_parser/index.html
[INFO] running `Command { std: "docker" "inspect" "e8d4f63717622b87181050ee6d6042ae27fe11d98a01325132802961f8ce4576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8d4f63717622b87181050ee6d6042ae27fe11d98a01325132802961f8ce4576", kill_on_drop: false }`
[INFO] [stdout] e8d4f63717622b87181050ee6d6042ae27fe11d98a01325132802961f8ce4576