Build #1820631 2025-03-01 11:40:37
# rustc version
rustc 1.87.0-nightly (287487624 2025-02-28)# docs.rs version
docsrs 0.6.0 (d925d3c8 2025-02-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/process-memory-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/process-memory-0.5.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\", \"-20250228-1.87.0-nightly-287487624\", \"--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] 34aeab4a426ef386f32d3f63bc05aed51f797bc9729186278c0bced93ac01bb8
[INFO] running `Command { std: "docker" "start" "-a" "34aeab4a426ef386f32d3f63bc05aed51f797bc9729186278c0bced93ac01bb8", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: fastyboy
[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 process-memory v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr] --> src/architecture.rs:9:9
[INFO] [stderr] |
[INFO] [stderr] 9 | target_pointer_width = "8",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:13:9
[INFO] [stderr] |
[INFO] [stderr] 13 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:21:9
[INFO] [stderr] |
[INFO] [stderr] 21 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:32:44
[INFO] [stderr] |
[INFO] [stderr] 32 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:35:11
[INFO] [stderr] |
[INFO] [stderr] 35 | #[cfg(target_pointer_width = "128")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr] --> src/architecture.rs:43:15
[INFO] [stderr] |
[INFO] [stderr] 43 | #[cfg(target_pointer_width = "8")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:51:15
[INFO] [stderr] |
[INFO] [stderr] 51 | #[cfg(target_pointer_width = "128")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr] --> src/architecture.rs:66:17
[INFO] [stderr] |
[INFO] [stderr] 66 | target_pointer_width = "8",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:70:17
[INFO] [stderr] |
[INFO] [stderr] 70 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:78:17
[INFO] [stderr] |
[INFO] [stderr] 78 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:85:17
[INFO] [stderr] |
[INFO] [stderr] 85 | target_pointer_width = "128"
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:89:52
[INFO] [stderr] |
[INFO] [stderr] 89 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr] --> src/architecture.rs:92:19
[INFO] [stderr] |
[INFO] [stderr] 92 | #[cfg(target_pointer_width = "128")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[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]
[INFO] [stderr] warning: `process-memory` (lib doc) generated 14 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/process_memory/index.html
[INFO] running `Command { std: "docker" "inspect" "34aeab4a426ef386f32d3f63bc05aed51f797bc9729186278c0bced93ac01bb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34aeab4a426ef386f32d3f63bc05aed51f797bc9729186278c0bced93ac01bb8", kill_on_drop: false }`
[INFO] [stdout] 34aeab4a426ef386f32d3f63bc05aed51f797bc9729186278c0bced93ac01bb8