# rustc version rustc 1.96.0-nightly (7e46c5f6f 2026-04-01)
# docs.rs version docsrs 0.0.0 (c1f9de8e135af80a92999a0f7ded8c3997b50c40 2026-04-02 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/perspective-python-4.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/perspective-python-4.4.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--html-in-header\", \"docs/index.html\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260401-1.96.0-nightly-7e46c5f6f\", \"--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] f1af65e3ba98d616508cfcd3c56664cf6476f9cf92165b2a086116990b55d50c [INFO] running `Command { std: "docker" "start" "-a" "f1af65e3ba98d616508cfcd3c56664cf6476f9cf92165b2a086116990b55d50c", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting perspective-python v4.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `Client` links to private item `Server` [INFO] [stderr] --> src/client/client_sync.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / /// An instance of a [`Client`] is a connection to a single [`Server`], whether [INFO] [stderr] 78 | | /// locally in-memory or remote over some transport like a WebSocket. [INFO] [stderr] 79 | | /// [INFO] [stderr] 80 | | /// [`Client`] and Perspective objects derived from it have _synchronous_ APIs, [INFO] [stderr] ... | [INFO] [stderr] 83 | | /// integrate with a Web framework or otherwise connect multiple clients, [INFO] [stderr] 84 | | /// use [`AsyncClient`]. [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] An instance of a [`Client`] is a connection to a single [`Server`], whether [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 `Client` links to private item `Server` [INFO] [stderr] --> src/client/client_sync.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / /// An instance of a [`Client`] is a connection to a single [`Server`], whether [INFO] [stderr] 78 | | /// locally in-memory or remote over some transport like a WebSocket. [INFO] [stderr] 79 | | /// [INFO] [stderr] 80 | | /// [`Client`] and Perspective objects derived from it have _synchronous_ APIs, [INFO] [stderr] ... | [INFO] [stderr] 83 | | /// integrate with a Web framework or otherwise connect multiple clients, [INFO] [stderr] 84 | | /// use [`AsyncClient`]. [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`Client`] connected to its [`Server`]. If you want to [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Client` links to private item `AsyncClient` [INFO] [stderr] --> src/client/client_sync.rs:84:11 [INFO] [stderr] | [INFO] [stderr] 84 | /// use [`AsyncClient`]. [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 `from_server` links to private item `Server` [INFO] [stderr] --> src/client/client_sync.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | / /// Create a new [`Client`] instance bound to a specific in-process [INFO] [stderr] 102 | | /// [`Server`] (e.g. generally _not_ the global [`Server`]). [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`Server`] (e.g. generally _not_ the global [`Server`]). [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `from_server` links to private item `Server` [INFO] [stderr] --> src/client/client_sync.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | / /// Create a new [`Client`] instance bound to a specific in-process [INFO] [stderr] 102 | | /// [`Server`] (e.g. generally _not_ the global [`Server`]). [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`Server`] (e.g. generally _not_ the global [`Server`]). [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `handle_response` links to private item `Server` [INFO] [stderr] --> src/client/client_sync.rs:111:43 [INFO] [stderr] | [INFO] [stderr] 111 | /// connection to a local-or-remote [`Server`], and [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 `SystemInfo` [INFO] [stderr] --> src/client/client_sync.rs:275:24 [INFO] [stderr] | [INFO] [stderr] 275 | /// Provides the [`SystemInfo`] struct, implementation-specific metadata [INFO] [stderr] | ^^^^^^^^^^ no item named `SystemInfo` 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: unresolved link to `Schema` [INFO] [stderr] --> src/client/client_sync.rs:428:5 [INFO] [stderr] | [INFO] [stderr] 428 | / /// Returns a table's [`Schema`], a mapping of column names to column types. [INFO] [stderr] 429 | | /// [INFO] [stderr] 430 | | /// The mapping of a [`Table`]'s column names to data types is referred to [INFO] [stderr] 431 | | /// as a [`Schema`]. Each column has a unique name and a data type, one [INFO] [stderr] ... | [INFO] [stderr] 444 | | /// Note that all [`Table`] columns are _nullable_, regardless of the data [INFO] [stderr] 445 | | /// type. [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Returns a table's [`Schema`], a mapping of column names to column types. [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: no item named `Schema` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Schema` [INFO] [stderr] --> src/client/client_sync.rs:428:5 [INFO] [stderr] | [INFO] [stderr] 428 | / /// Returns a table's [`Schema`], a mapping of column names to column types. [INFO] [stderr] 429 | | /// [INFO] [stderr] 430 | | /// The mapping of a [`Table`]'s column names to data types is referred to [INFO] [stderr] 431 | | /// as a [`Schema`]. Each column has a unique name and a data type, one [INFO] [stderr] ... | [INFO] [stderr] 444 | | /// Note that all [`Table`] columns are _nullable_, regardless of the data [INFO] [stderr] 445 | | /// type. [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] as a [`Schema`]. Each column has a unique name and a data type, one [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: no item named `Schema` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ViewWindow` [INFO] [stderr] --> src/client/client_sync.rs:664:26 [INFO] [stderr] | [INFO] [stderr] 664 | /// - `window` - a [`ViewWindow`] [INFO] [stderr] | ^^^^^^^^^^ no item named `ViewWindow` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ViewConfig` [INFO] [stderr] --> src/client/client_sync.rs:712:25 [INFO] [stderr] | [INFO] [stderr] 712 | /// A copy of the [`ViewConfig`] object passed to the [`Table::view`] method [INFO] [stderr] | ^^^^^^^^^^ no item named `ViewConfig` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/client/client_sync.rs:518:9 [INFO] [stderr] | [INFO] [stderr] 518 | /// ``` [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 518 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `perspective-python` (lib doc) generated 12 warnings (run `cargo fix --lib -p perspective-python` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/perspective_python/index.html [INFO] running `Command { std: "docker" "inspect" "f1af65e3ba98d616508cfcd3c56664cf6476f9cf92165b2a086116990b55d50c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1af65e3ba98d616508cfcd3c56664cf6476f9cf92165b2a086116990b55d50c", kill_on_drop: false }` [INFO] [stdout] f1af65e3ba98d616508cfcd3c56664cf6476f9cf92165b2a086116990b55d50c