test-binary-features 0.0.1

Programmatic testing of Rust binary crate features
Documentation

Build #2074103 2025-05-04 09:40:37

# rustc version rustc 1.88.0-nightly (d6a325d93 2025-05-03)

# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/test-binary-features-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/test-binary-features-0.0.1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250503-1.88.0-nightly-d6a325d93\", \"--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] 789f1cd4c378b6d2f6201b60ca8b4baca0c1cfc60433d81dacc1b5720f4dd211 [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" "789f1cd4c378b6d2f6201b60ca8b4baca0c1cfc60433d81dacc1b5720f4dd211", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting test-binary-features v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `BinaryCrateName` [INFO] [stderr] --> src/lib.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | //! Any `B` generic parameter is for [BinaryCrateName]. That's separate from `S` because of [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `BinaryCrateName` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode` [INFO] [stderr] --> src/group.rs:135:27 [INFO] [stderr] | [INFO] [stderr] 135 | /// This does NOT have a [crate::indicators::SpawningMode] parameter - we behave as if under [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: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode::ProcessAll` [INFO] [stderr] --> src/group.rs:136:6 [INFO] [stderr] | [INFO] [stderr] 136 | /// [crate::indicators::SpawningMode::ProcessAll]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode` [INFO] [stderr] --> src/group.rs:140:6 [INFO] [stderr] | [INFO] [stderr] 140 | /// [crate::indicators::SpawningMode] of the result tuple is [SpawningMode::ProcessAll]. Otherwise [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `SpawningMode::ProcessAll` [INFO] [stderr] --> src/group.rs:140:63 [INFO] [stderr] | [INFO] [stderr] 140 | /// [crate::indicators::SpawningMode] of the result tuple is [SpawningMode::ProcessAll]. Otherwise [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode` [INFO] [stderr] --> src/group.rs:141:10 [INFO] [stderr] | [INFO] [stderr] 141 | /// the [crate::indicators::SpawningMode] part of the result tuple is either [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode::FinishActive` [INFO] [stderr] --> src/group.rs:142:6 [INFO] [stderr] | [INFO] [stderr] 142 | /// [crate::indicators::SpawningMode::FinishActive] or [crate::indicators::SpawningMode::StopAll], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `crate::indicators::SpawningMode::StopAll` [INFO] [stderr] --> src/group.rs:142:57 [INFO] [stderr] | [INFO] [stderr] 142 | /// [crate::indicators::SpawningMode::FinishActive] or [crate::indicators::SpawningMode::StopAll], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `start_parallel_tasks` links to private item `GroupEnd` [INFO] [stderr] --> src/group.rs:143:38 [INFO] [stderr] | [INFO] [stderr] 143 | /// depending on the given `until` ([GroupEnd]). [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `collect_finished_child` links to private item `SpawningMode` [INFO] [stderr] --> src/group.rs:217:22 [INFO] [stderr] | [INFO] [stderr] 217 | /// does NOT modify [SpawningMode] part of the result [GroupExecutionAndOptOutput]. [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `GroupExecutionAndOptOutput` [INFO] [stderr] --> src/group.rs:217:56 [INFO] [stderr] | [INFO] [stderr] 217 | /// does NOT modify [SpawningMode] part of the result [GroupExecutionAndOptOutput]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GroupExecutionAndOptOutput` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `test-binary-features` (lib doc) generated 11 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/test_binary_features/index.html [INFO] running `Command { std: "docker" "inspect" "789f1cd4c378b6d2f6201b60ca8b4baca0c1cfc60433d81dacc1b5720f4dd211", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "789f1cd4c378b6d2f6201b60ca8b4baca0c1cfc60433d81dacc1b5720f4dd211", kill_on_drop: false }` [INFO] [stdout] 789f1cd4c378b6d2f6201b60ca8b4baca0c1cfc60433d81dacc1b5720f4dd211