Build #1751753 2025-02-14 09:49:51
# rustc version
rustc 1.86.0-nightly (a567209da 2025-02-13)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rust-stemmers-1.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rust-stemmers-1.2.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" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a50a7738488fd1fa8c9133e09de0b3af49890a1d630792418380c09aacda4e68
[INFO] running `Command { std: "docker" "start" "-a" "a50a7738488fd1fa8c9133e09de0b3af49890a1d630792418380c09aacda4e68", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/lib.rs:36:17
[INFO] [stderr] |
[INFO] [stderr] 36 | #[derive(Debug, Serialize, Deserialize, Eq, PartialEq, Copy, Clone)]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `Algorithm` is not local
[INFO] [stderr] | `Serialize` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Algorithm`
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/lib.rs:36:28
[INFO] [stderr] |
[INFO] [stderr] 36 | #[derive(Debug, Serialize, Deserialize, Eq, PartialEq, Copy, Clone)]
[INFO] [stderr] | -^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `Algorithm` is not local
[INFO] [stderr] | `Deserialize` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Algorithm`
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `rust-stemmers` (lib) generated 2 warnings
[INFO] [stderr] Scraping rust-stemmers v1.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting rust-stemmers v1.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/arabic.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/danish.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/dutch.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/english.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/finnish.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/french.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/german.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/greek.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/hungarian.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/italian.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/norwegian.rs:2:22
[INFO] [stderr] |
[INFO] [stderr] 2 | //! Snowball 2.0.0 - https://snowballstem.org/
[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] 2 | //! Snowball 2.0.0 - <https://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/portuguese.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/romanian.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/russian.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/spanish.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/swedish.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/tamil.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/snowball/algorithms/turkish.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | //! http://snowballstem.org/
[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] 2 | //! <http://snowballstem.org/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `rust-stemmers` (lib doc) generated 18 warnings (run `cargo fix --lib -p rust-stemmers` to apply 18 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rust_stemmers/index.html
[INFO] running `Command { std: "docker" "inspect" "a50a7738488fd1fa8c9133e09de0b3af49890a1d630792418380c09aacda4e68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a50a7738488fd1fa8c9133e09de0b3af49890a1d630792418380c09aacda4e68", kill_on_drop: false }`
[INFO] [stdout] a50a7738488fd1fa8c9133e09de0b3af49890a1d630792418380c09aacda4e68