# rustc version rustc 1.97.0-nightly (913e4bea8 2026-04-22)
# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/force-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/force-0.2.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" "-m" "6442450944" "--cpuset-cpus" "12-15" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1 [INFO] running `Command { std: "docker" "start" "c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260422-1.97.0-nightly-913e4bea8\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: basic_crud, bulk_delete, bulk_error_handling, bulk_insert, bulk_query, bulk_update, data_dictionary, describe, dynamic_query, generate_struct, graphql, org_limits, query_plan, readme_bulk_insert, readme_bulk_query, readme_quick_start, search, soql_mass_op, soql_query, tooling, ui_api [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 force v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `RestOperation` links to private item `Session::resolve_url` [INFO] [stderr] --> src/api/rest_operation.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | /// 2. [`Session::resolve_url()`] constructs the full URL: [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: unresolved link to `is_soft_expired` [INFO] [stderr] --> src/auth/token.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | /// Checks if the token is expired (alias for [`is_soft_expired`]). [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `is_soft_expired` 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 `execute_response_with_retry_class` links to private item `classify_request` [INFO] [stderr] --> src/http/executor.rs:118:11 [INFO] [stderr] | [INFO] [stderr] 118 | /// [`classify_request`]) is insufficient — for example, to mark a POST [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: Rust code block is empty [INFO] [stderr] --> src/api/rest_operation.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | /// ```ignore [INFO] [stderr] | _________^ [INFO] [stderr] 85 | | /// // REST (prefix = ""): "sobjects/Account" → "sobjects/Account" [INFO] [stderr] 86 | | /// // Tooling (prefix = "tooling"): "sobjects/Account" → "tooling/sobjects/Account" [INFO] [stderr] 87 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stderr] --> src/api/rest_operation.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | /// ```ignore [INFO] [stderr] | ^^^ [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `force` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/force/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1", kill_on_drop: false }` [INFO] [stdout] c175ed6a62e90430238f1da89b26f86d40668b5f84ed42aeaa4d4ca52cb7e5c1