Build #2314951 2025-07-13 18:52:39
# rustc version
rustc 1.90.0-nightly (bfc046a4b 2025-07-12)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/perspective-python-3.7.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/perspective-python-3.7.3/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/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\", \"-20250712-1.90.0-nightly-bfc046a4b\", \"--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] 449f81037d3b23fe58705be8be435f46638621e14f41f31c702157c9ed084bb7
[INFO] running `Command { std: "docker" "start" "-a" "449f81037d3b23fe58705be8be435f46638621e14f41f31c702157c9ed084bb7", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting perspective-python v3.7.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `Client` links to private item `Server`
[INFO] [stderr] --> src/client/client_sync.rs:40:1
[INFO] [stderr] |
[INFO] [stderr] 40 | / /// An instance of a [`Client`] is a connection to a single [`Server`], whether
[INFO] [stderr] 41 | | /// locally in-memory or remote over some transport like a WebSocket.
[INFO] [stderr] 42 | | ///
[INFO] [stderr] 43 | | /// [`Client`] and Perspective objects derived from it have _synchronous_ APIs,
[INFO] [stderr] ... |
[INFO] [stderr] 46 | | /// integrate with a Web framework or otherwise connect multiple clients,
[INFO] [stderr] 47 | | /// 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:40:1
[INFO] [stderr] |
[INFO] [stderr] 40 | / /// An instance of a [`Client`] is a connection to a single [`Server`], whether
[INFO] [stderr] 41 | | /// locally in-memory or remote over some transport like a WebSocket.
[INFO] [stderr] 42 | | ///
[INFO] [stderr] 43 | | /// [`Client`] and Perspective objects derived from it have _synchronous_ APIs,
[INFO] [stderr] ... |
[INFO] [stderr] 46 | | /// integrate with a Web framework or otherwise connect multiple clients,
[INFO] [stderr] 47 | | /// 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:47:11
[INFO] [stderr] |
[INFO] [stderr] 47 | /// 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:64:5
[INFO] [stderr] |
[INFO] [stderr] 64 | / /// Create a new [`Client`] instance bound to a specific in-process
[INFO] [stderr] 65 | | /// [`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:64:5
[INFO] [stderr] |
[INFO] [stderr] 64 | / /// Create a new [`Client`] instance bound to a specific in-process
[INFO] [stderr] 65 | | /// [`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:74:43
[INFO] [stderr] |
[INFO] [stderr] 74 | /// 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 `ViewWindow`
[INFO] [stderr] --> src/client/client_sync.rs:561:26
[INFO] [stderr] |
[INFO] [stderr] 561 | /// - `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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ViewConfig`
[INFO] [stderr] --> src/client/client_sync.rs:609:25
[INFO] [stderr] |
[INFO] [stderr] 609 | /// 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:420:9
[INFO] [stderr] |
[INFO] [stderr] 420 | /// ```
[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] 420 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `perspective-python` (lib doc) generated 9 warnings (run `cargo fix --lib -p perspective-python` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/perspective_python/index.html
[INFO] running `Command { std: "docker" "inspect" "449f81037d3b23fe58705be8be435f46638621e14f41f31c702157c9ed084bb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "449f81037d3b23fe58705be8be435f46638621e14f41f31c702157c9ed084bb7", kill_on_drop: false }`
[INFO] [stdout] 449f81037d3b23fe58705be8be435f46638621e14f41f31c702157c9ed084bb7