# rustc version rustc 1.97.0-nightly (4b0c9d76a 2026-05-10)
# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/cat-dev-0.0.14/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/cat-dev-0.0.14/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "26-31" "--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] 3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef [INFO] running `Command { std: "docker" "start" "3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef", 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" "3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "clients nus servers" "--config" "build.rustflags=[\"--cfg\", \"tokio_unstable\", \"--cfg\", \"tracing_unstable\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"tokio_unstable\", \"--cfg\", \"tracing_unstable\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"tokio_unstable\", \"--cfg\", \"tracing_unstable\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260510-1.97.0-nightly-4b0c9d76a\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cat-dev v0.0.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `upsert_addressed_path` links to private item `MAX_ADDRESS` [INFO] [stderr] --> src/fsemul/dlf.rs:144:46 [INFO] [stderr] | [INFO] [stderr] 144 | /// - If you try to write an address past [`MAX_ADDRESS`]. [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 `ReadDir` [INFO] [stderr] --> src/fsemul/filesystem/host/mod.rs:672:33 [INFO] [stderr] | [INFO] [stderr] 672 | /// hold _two_ references to [`ReadDir`] at a time because the underlying [INFO] [stderr] | ^^^^^^^ no item named `ReadDir` 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 `SataClient::open_folder` [INFO] [stderr] --> src/fsemul/pcfs/sata/client.rs:933:27 [INFO] [stderr] | [INFO] [stderr] 933 | /// This is called with [`SataClient::open_folder`], and ensures that methods [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `SataClient` has no field or associated item named `open_folder` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `MIONFindBy::will_cause_full_scan` [INFO] [stderr] --> src/mion/discovery.rs:363:44 [INFO] [stderr] | [INFO] [stderr] 363 | /// need to do a full scan. You can call [`MIONFindBy::will_cause_full_scan`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `MIONFindBy` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `MionFirmwareType::FPGA` [INFO] [stderr] --> src/mion/firmware.rs:98:10 [INFO] [stderr] | [INFO] [stderr] 98 | /// [`MionFirmwareType::FPGA`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the enum `MionFirmwareType` has no variant or associated item named `FPGA` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `send` [INFO] [stderr] --> src/net/client/tcp.rs:792:26 [INFO] [stderr] | [INFO] [stderr] 792 | /// The equivalent of [`send`], but get all the responses back out of this [INFO] [stderr] | ^^^^ no item named `send` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `add_route` [INFO] [stderr] --> src/net/server/router.rs:205:15 [INFO] [stderr] | [INFO] [stderr] 205 | /// to the [`add_route`]. AS the function gets cast to a handler. [INFO] [stderr] | ^^^^^^^^^ no item named `add_route` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/change_mode.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/change_owner.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/create_folder.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/get_info_by_query.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/open_file.rs:28:20 [INFO] [stderr] | [INFO] [stderr] 28 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/open_folder.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `mounted` [INFO] [stderr] --> src/fsemul/pcfs/sata/proto/remove.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | /// - `%NETWORK`: <mounted network share path> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cat-dev` (lib doc) generated 14 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cat_dev/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef", kill_on_drop: false }` [INFO] [stdout] 3b61c44b1591b6065cf33ae1a0159ef9cc974ec7869357c23c28eb0547d152ef