css 0.0.22

A crate that uses the cssparser and selectors crates to provide a domain model for CSS Stylesheets. Intended to allow effective minification of CSS and CSS transformations such as autoprefixing and removal by other crates
Build #1498590 2024-11-06 01:13:37

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.84.0-nightly (fbab78289 2024-11-04)

# docs.rs version docsrs 0.6.0 (fd0fad95 2024-11-04)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/css-0.0.22/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/css-0.0.22/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241104-1.84.0-nightly-fbab78289\", \"--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] [stdout] 195dc681c77aaf44f95749fc722714c2a565207d19327ed81b99896c35a7c0ea [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" "195dc681c77aaf44f95749fc722714c2a565207d19327ed81b99896c35a7c0ea", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking cssparser v0.21.3 [INFO] [stderr] error[E0506]: cannot assign to `self.input.cached_token` because it is borrowed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.21.3/src/parser.rs:450:17 [INFO] [stderr] | [INFO] [stderr] 426 | pub fn next_including_whitespace_and_comments(&mut self) -> Result<&Token<'i>, BasicParseError<'i>> { [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 439 | Some(ref cached_token) [INFO] [stderr] | ---------------- `self.input.cached_token` is borrowed here [INFO] [stderr] ... [INFO] [stderr] 450 | self.input.cached_token = Some(CachedToken { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self.input.cached_token` is assigned to here but it was already borrowed [INFO] [stderr] ... [INFO] [stderr] 462 | Ok(token) [INFO] [stderr] | --------- returning this value requires that `self.input.cached_token.0` is borrowed for `'1` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0506`. [INFO] [stderr] error: could not compile `cssparser` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "195dc681c77aaf44f95749fc722714c2a565207d19327ed81b99896c35a7c0ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "195dc681c77aaf44f95749fc722714c2a565207d19327ed81b99896c35a7c0ea", kill_on_drop: false }` [INFO] [stdout] 195dc681c77aaf44f95749fc722714c2a565207d19327ed81b99896c35a7c0ea