Build #1764017 2025-02-16T14:48:42.216650+00:00
# rustc version
rustc 1.86.0-nightly (9cd60bd2c 2025-02-15)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/heim-common-0.0.11/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/heim-common-0.0.11/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: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\", \"-20250215-1.86.0-nightly-9cd60bd2c\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", 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] 6e20b20085984ca1ab899bd4c38d01e40830a5b272dc18e59a2d5662514ef1ae
[INFO] running `Command { std: "docker" "start" "-a" "6e20b20085984ca1ab899bd4c38d01e40830a5b272dc18e59a2d5662514ef1ae", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting heim-common v0.0.11 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sys/macos/mod.rs:26:9
[INFO] [stderr] |
[INFO] [stderr] 26 | /// https://developer.apple.com/documentation/kernel/1502546-host_statistics?language=objc
[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] 26 | /// <https://developer.apple.com/documentation/kernel/1502546-host_statistics?language=objc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sys/macos/mod.rs:34:9
[INFO] [stderr] |
[INFO] [stderr] 34 | /// https://developer.apple.com/documentation/kernel/1502863-host_statistics64?language=objc
[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] 34 | /// <https://developer.apple.com/documentation/kernel/1502863-host_statistics64?language=objc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sys/macos/mod.rs:15:5
[INFO] [stderr] |
[INFO] [stderr] 15 | /// https://developer.apple.com/documentation/kernel/host_flavor_t?language=objc
[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] 15 | /// <https://developer.apple.com/documentation/kernel/host_flavor_t?language=objc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sys/macos/mod.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | /// https://developer.apple.com/documentation/kernel/host_info_t?language=objc
[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] 18 | /// <https://developer.apple.com/documentation/kernel/host_info_t?language=objc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sys/macos/mod.rs:20:5
[INFO] [stderr] |
[INFO] [stderr] 20 | /// https://developer.apple.com/documentation/kernel/host_info64_t?language=objc
[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] 20 | /// <https://developer.apple.com/documentation/kernel/host_info64_t?language=objc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `heim-common` (lib doc) generated 5 warnings (run `cargo fix --lib -p heim-common` to apply 5 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-apple-darwin/doc/heim_common/index.html
[INFO] running `Command { std: "docker" "inspect" "6e20b20085984ca1ab899bd4c38d01e40830a5b272dc18e59a2d5662514ef1ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e20b20085984ca1ab899bd4c38d01e40830a5b272dc18e59a2d5662514ef1ae", kill_on_drop: false }`
[INFO] [stdout] 6e20b20085984ca1ab899bd4c38d01e40830a5b272dc18e59a2d5662514ef1ae