Build #1978374 2025-04-10 06:25:56
# rustc version
rustc 1.88.0-nightly (934880f58 2025-04-09)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/lain-0.5.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/lain-0.5.5/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250409-1.88.0-nightly-934880f58\", \"--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] 68a3b47ebcbf4aaccbeacb49330a2a313eed00e2ba8378967d039cb1efc70777
[INFO] running `Command { std: "docker" "start" "-a" "68a3b47ebcbf4aaccbeacb49330a2a313eed00e2ba8378967d039cb1efc70777", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting lain v0.5.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr] --> src/lib.rs:101:12
[INFO] [stderr] |
[INFO] [stderr] 101 | #![feature(specialization)]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr] = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/mutatable.rs:14:23
[INFO] [stderr] |
[INFO] [stderr] 14 | #[derive(Copy, Clone, NewFuzzed, PartialEq)]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default_features`, `serde`, and `serde_support`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `NewFuzzed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `NewFuzzed` may come from an old version of the `lain_derive` crate, try updating your dependency with `cargo update -p lain_derive`
[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 derive macro `NewFuzzed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/mutatable.rs:23:23
[INFO] [stderr] |
[INFO] [stderr] 23 | #[derive(Copy, Clone, NewFuzzed)]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default_features`, `serde`, and `serde_support`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `NewFuzzed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `NewFuzzed` may come from an old version of the `lain_derive` crate, try updating your dependency with `cargo update -p lain_derive`
[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 derive macro `NewFuzzed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/mutatable.rs:29:34
[INFO] [stderr] |
[INFO] [stderr] 29 | #[derive(Copy, Clone, PartialEq, NewFuzzed)]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default_features`, `serde`, and `serde_support`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `NewFuzzed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `NewFuzzed` may come from an old version of the `lain_derive` crate, try updating your dependency with `cargo update -p lain_derive`
[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 derive macro `NewFuzzed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/mutator.rs:23:30
[INFO] [stderr] |
[INFO] [stderr] 23 | #[derive(Debug, Copy, Clone, NewFuzzed)]
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default_features`, `serde`, and `serde_support`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `NewFuzzed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `NewFuzzed` may come from an old version of the `lain_derive` crate, try updating your dependency with `cargo update -p lain_derive`
[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 derive macro `NewFuzzed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `mutate` links to private item `MutatorOperation`
[INFO] [stderr] --> src/mutator.rs:90:77
[INFO] [stderr] |
[INFO] [stderr] 90 | /// Mutates a number after randomly selecting a mutation strategy (see [MutatorOperation] for a list of strategies)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:13:28
[INFO] [stderr] |
[INFO] [stderr] 13 | //! For API documentation: https://docs.rs/lain
[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] 13 | //! For API documentation: <https://docs.rs/lain>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:88:70
[INFO] [stderr] |
[INFO] [stderr] 88 | //! grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
[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] 88 | //! grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/buffer.rs:237:45
[INFO] [stderr] |
[INFO] [stderr] 237 | /// bool (specifically) in the future. See: https://github.com/rust-lang/rust/issues/45542
[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] 237 | /// bool (specifically) in the future. See: <https://github.com/rust-lang/rust/issues/45542>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `lain` (lib doc) generated 9 warnings (run `cargo fix --lib -p lain` to apply 3 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lain/index.html
[INFO] running `Command { std: "docker" "inspect" "68a3b47ebcbf4aaccbeacb49330a2a313eed00e2ba8378967d039cb1efc70777", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68a3b47ebcbf4aaccbeacb49330a2a313eed00e2ba8378967d039cb1efc70777", kill_on_drop: false }`
[INFO] [stdout] 68a3b47ebcbf4aaccbeacb49330a2a313eed00e2ba8378967d039cb1efc70777