Build #1166775 2024-03-22T20:44:33.642391+00:00
# rustc version
rustc 1.79.0-nightly (0ad927c0c 2024-03-21)# docs.rs version
docsrs 0.6.0 (8b19841b 2024-03-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/os_info-3.8.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/os_info-3.8.2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240321-1.79.0-nightly-0ad927c0c\", \"--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] fff3577ee1b3ea911dec6b5a46c4980c47da588bb08c355451c5ecb06beb98b5
[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" "fff3577ee1b3ea911dec6b5a46c4980c47da588bb08c355451c5ecb06beb98b5", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: print_version
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting os_info v3.8.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/lib.rs:10:5
[INFO] [stderr] |
[INFO] [stderr] 10 | missing_doc_code_examples
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/lib.rs:6:1
[INFO] [stderr] |
[INFO] [stderr] 6 | / #![deny(
[INFO] [stderr] 7 | | missing_debug_implementations,
[INFO] [stderr] 8 | | missing_docs,
[INFO] [stderr] 9 | | unsafe_code,
[INFO] [stderr] 10 | | missing_doc_code_examples
[INFO] [stderr] 11 | | )]
[INFO] [stderr] | |__^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-03-21; consider upgrading it if it is out of date
[INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/os_type.rs:43:22
[INFO] [stderr] |
[INFO] [stderr] 43 | /// HardenedBSD (https://hardenedbsd.org/).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://hardenedbsd.org/>`
[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]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/os_type.rs:45:18
[INFO] [stderr] |
[INFO] [stderr] 45 | /// Illumos (https://en.wikipedia.org/wiki/Illumos).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Illumos>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/os_type.rs:47:21
[INFO] [stderr] |
[INFO] [stderr] 47 | /// Kali Linux (https://en.wikipedia.org/wiki/Kali_Linux).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Kali_Linux>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `os_info` (lib doc) generated 5 warnings (run `cargo fix --lib -p os_info` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/os_info/index.html
[INFO] running `Command { std: "docker" "inspect" "fff3577ee1b3ea911dec6b5a46c4980c47da588bb08c355451c5ecb06beb98b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fff3577ee1b3ea911dec6b5a46c4980c47da588bb08c355451c5ecb06beb98b5", kill_on_drop: false }`
[INFO] [stdout] fff3577ee1b3ea911dec6b5a46c4980c47da588bb08c355451c5ecb06beb98b5