selectors 0.37.0

CSS Selectors matching for Rust
Documentation
Build #3129587 2026-04-12 07:20:40

# rustc version rustc 1.97.0-nightly (bf4fbfb7a 2026-04-11)

# docs.rs version docsrs 0.0.0 (15f7e1e9dfac4fc5b7cc4abfd7682239002ba909 2026-04-08 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/selectors-0.37.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/selectors-0.37.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "12-15" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8 [INFO] running `Command { std: "docker" "start" "e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260411-1.97.0-nightly-bf4fbfb7a\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting selectors v0.37.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> nth_index_cache.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | /// See [1] for some discussion around the design tradeoffs. [INFO] [stderr] | ^ no item named `1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> nth_index_cache.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3 [INFO] [stderr] | ^ no item named `1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> parser.rs:2080:49 [INFO] [stderr] | [INFO] [stderr] 2080 | /// optimal packing and cache performance, see [1]. [INFO] [stderr] | ^ no item named `1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> parser.rs:2082:6 [INFO] [stderr] | [INFO] [stderr] 2082 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1357973 [INFO] [stderr] | ^ no item named `1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> context.rs:98:10 [INFO] [stderr] | [INFO] [stderr] 98 | /// See: https://quirks.spec.whatwg.org/ [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] 98 | /// See: <https://quirks.spec.whatwg.org/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> context.rs:151:13 [INFO] [stderr] | [INFO] [stderr] 151 | /// See https://drafts.csswg.org/selectors-4/#scope-pseudo [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] 151 | /// See <https://drafts.csswg.org/selectors-4/#scope-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> kleene_value.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | //! Kleen logic: https://en.wikipedia.org/wiki/Three-valued_logic#Kleene_and_Priest_logics [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 | //! Kleen logic: <https://en.wikipedia.org/wiki/Three-valued_logic#Kleene_and_Priest_logics> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> nth_index_cache.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3 [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] 14 | /// [1] <https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | /// https://drafts.csswg.org/css-pseudo-4/#element-like [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] 56 | /// <https://drafts.csswg.org/css-pseudo-4/#element-like> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | /// https://drafts.csswg.org/css-pseudo-4/#generated-content [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] 63 | /// <https://drafts.csswg.org/css-pseudo-4/#generated-content> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | /// https://drafts.csswg.org/css-view-transitions-1/#pseudo-root [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] 75 | /// <https://drafts.csswg.org/css-view-transitions-1/#pseudo-root> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | /// https://drafts.csswg.org/selectors-4/#useraction-pseudos [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] 91 | /// <https://drafts.csswg.org/selectors-4/#useraction-pseudos> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:248:23 [INFO] [stderr] | [INFO] [stderr] 248 | /// (see: https://drafts.csswg.org/selectors/#structural-pseudos) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 273 | / with_bounds! { [INFO] [stderr] 274 | | [Clone + Eq] [INFO] [stderr] 275 | | [for<'a> From<&'a str>] [INFO] [stderr] 276 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: this warning originates in the macro `with_all_bounds` which comes from the expansion of the macro `with_bounds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 248 | /// (see: <https://drafts.csswg.org/selectors/#structural-pseudos>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:1749:5 [INFO] [stderr] | [INFO] [stderr] 1749 | /// https://www.w3.org/TR/selectors-3/#nth-child-pseudo [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] 1749 | /// <https://www.w3.org/TR/selectors-3/#nth-child-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:1836:5 [INFO] [stderr] | [INFO] [stderr] 1836 | /// https://www.w3.org/TR/selectors-4/#nth-child-pseudo [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] 1836 | /// <https://www.w3.org/TR/selectors-4/#nth-child-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2082:9 [INFO] [stderr] | [INFO] [stderr] 2082 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1357973 [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] 2082 | /// [1] <https://bugzilla.mozilla.org/show_bug.cgi?id=1357973> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2126:9 [INFO] [stderr] | [INFO] [stderr] 2126 | /// https://drafts.csswg.org/css-cascade-6/#scoped-rules [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] 2126 | /// <https://drafts.csswg.org/css-cascade-6/#scoped-rules> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2129:13 [INFO] [stderr] | [INFO] [stderr] 2129 | /// See https://github.com/w3c/csswg-drafts/issues/10196 [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] 2129 | /// See <https://github.com/w3c/csswg-drafts/issues/10196> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2137:9 [INFO] [stderr] | [INFO] [stderr] 2137 | /// https://drafts.csswg.org/css-scoping/#slotted-pseudo [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] 2137 | /// <https://drafts.csswg.org/css-scoping/#slotted-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2145:13 [INFO] [stderr] | [INFO] [stderr] 2145 | /// See https://github.com/w3c/csswg-drafts/issues/2158 [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] 2145 | /// See <https://github.com/w3c/csswg-drafts/issues/2158> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2148:11 [INFO] [stderr] | [INFO] [stderr] 2148 | /// https://drafts.csswg.org/css-shadow-parts/#part [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] 2148 | /// <https://drafts.csswg.org/css-shadow-parts/#part> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2152:9 [INFO] [stderr] | [INFO] [stderr] 2152 | /// https://drafts.csswg.org/css-scoping/#host-selector [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] 2152 | /// <https://drafts.csswg.org/css-scoping/#host-selector> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2158:13 [INFO] [stderr] | [INFO] [stderr] 2158 | /// See https://github.com/w3c/csswg-drafts/issues/2158 [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] 2158 | /// See <https://github.com/w3c/csswg-drafts/issues/2158> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2162:9 [INFO] [stderr] | [INFO] [stderr] 2162 | /// https://drafts.csswg.org/selectors/#zero-matches [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] 2162 | /// <https://drafts.csswg.org/selectors/#zero-matches> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2169:9 [INFO] [stderr] | [INFO] [stderr] 2169 | /// https://drafts.csswg.org/selectors/#matches-pseudo [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] 2169 | /// <https://drafts.csswg.org/selectors/#matches-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2175:9 [INFO] [stderr] | [INFO] [stderr] 2175 | /// https://drafts.csswg.org/selectors/#has-pseudo [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] 2175 | /// <https://drafts.csswg.org/selectors/#has-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> parser.rs:2189:9 [INFO] [stderr] | [INFO] [stderr] 2189 | /// https://drafts.csswg.org/selectors-4/#typedef-relative-selector [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] 2189 | /// <https://drafts.csswg.org/selectors-4/#typedef-relative-selector> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `slot` [INFO] [stderr] --> tree.rs:129:48 [INFO] [stderr] | [INFO] [stderr] 129 | /// Returns whether the element is an HTML <slot> element. [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `slot` [INFO] [stderr] --> tree.rs:132:30 [INFO] [stderr] | [INFO] [stderr] 132 | /// Returns the assigned <slot> element this element is assigned to. [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> tree.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | /// See http://dev.w3.org/csswg/selectors-3/#empty-pseudo [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] 165 | /// See <http://dev.w3.org/csswg/selectors-3/#empty-pseudo> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `selector` [INFO] [stderr] --> visitor.rs:117:56 [INFO] [stderr] | [INFO] [stderr] 117 | /// Whether the visitor is inside :nth-child(.. of <selector list>) or [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `selector` [INFO] [stderr] --> visitor.rs:118:31 [INFO] [stderr] | [INFO] [stderr] 118 | /// :nth-last-child(.. of <selector list>) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `selectors` (lib doc) generated 32 warnings (run `cargo fix --lib -p selectors` to apply 24 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/selectors/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8", kill_on_drop: false }` [INFO] [stdout] e5650961029032216cc1bbe560203b037f104e180842d30c823ed8f2cccd5ef8