# rustc version rustc 1.97.0-nightly (b954122bb 2026-05-20)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "401079202f1d51e88c0cfb2caf968cd0f42f037a6105f7f2d76d8ce902783aa3" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260520-1.97.0-nightly-b954122bb\", \"--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 databoard v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Self::create_outbound_parseable` [INFO] [stderr] --> src/databoard.rs:309:14 [INFO] [stderr] | [INFO] [stderr] 309 | /// (e.g. [`Self::create_outbound_parseable`]) so that the `FromStr` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Databoard` has no field or associated item named `create_outbound_parseable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Error::FromStr` [INFO] [stderr] --> src/databoard.rs:312:10 [INFO] [stderr] | [INFO] [stderr] 312 | /// - [`Error::FromStr`], if parsing or the setter was not registered. [INFO] [stderr] | ^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `FromStr` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Error::PortType` [INFO] [stderr] --> src/databoard.rs:313:10 [INFO] [stderr] | [INFO] [stderr] 313 | /// - [`Error::PortType`], if the port variant does not support writing. [INFO] [stderr] | ^^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `PortType` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `is_board_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:17:68 [INFO] [stderr] | [INFO] [stderr] 17 | /// Checks whether the given key is a pointer into a [`Databoard`](crate::databoard). [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 `strip_board_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | /// Returns Some(literal) of the [`Databoard`](crate::databoard) pointer if it is one, otherwise `None`. [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 `check_board_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:33:46 [INFO] [stderr] | [INFO] [stderr] 33 | /// Returns the literal of the [`Databoard`](crate::databoard) pointer if it is one. [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 `check_board_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | /// - if is not a [`Databoard`](crate::databoard) pointer, the error contains the unchanged key. [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 `check_local_key` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:44:60 [INFO] [stderr] | [INFO] [stderr] 44 | /// Returns the literal of the current/local [`Databoard`](crate::databoard) key if it is one. [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 `check_local_key` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:46:47 [INFO] [stderr] | [INFO] [stderr] 46 | /// - if is not a current/local [`Databoard`](crate::databoard) `key`, the error contains the unchanged `key`. [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 `is_local_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:55:80 [INFO] [stderr] | [INFO] [stderr] 55 | /// Checks whether the given key is a pointer into current/local [`Databoard`](crate::databoard). [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 `strip_local_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:61:62 [INFO] [stderr] | [INFO] [stderr] 61 | /// Returns Some(literal) of the current/local [`Databoard`](crate::databoard) pointer if it is one, otherwise `None`. [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 `check_local_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:72:60 [INFO] [stderr] | [INFO] [stderr] 72 | /// Returns the literal of the current/local [`Databoard`](crate::databoard) pointer if it is one. [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 `check_local_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:74:47 [INFO] [stderr] | [INFO] [stderr] 74 | /// - if is not a current/local [`Databoard`](crate::databoard) pointer, the error contains the unchanged key. [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 `check_top_level_key` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:83:56 [INFO] [stderr] | [INFO] [stderr] 83 | /// Returns the literal of the top level [`Databoard`](crate::databoard) key if it is one. [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 `check_top_level_key` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:85:43 [INFO] [stderr] | [INFO] [stderr] 85 | /// - if is not a top level [`Databoard`](crate::databoard) `key`, the error contains the unchanged `key`. [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 `is_top_level_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:94:76 [INFO] [stderr] | [INFO] [stderr] 94 | /// Checks whether the given key is a pointer into top level [`Databoard`](crate::databoard). [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 `strip_top_level_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:100:58 [INFO] [stderr] | [INFO] [stderr] 100 | /// Returns Some(literal) of the top level [`Databoard`](crate::databoard) pointer if it is one, otherwise `None`. [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 `check_top_level_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:111:56 [INFO] [stderr] | [INFO] [stderr] 111 | /// Returns the literal of the top level [`Databoard`](crate::databoard) pointer if it is one. [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 `check_top_level_pointer` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_helper.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | /// - if is not a top level [`Databoard`](crate::databoard) pointer, the error contains the unchanged pointer. [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 `RemappingList` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_list.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | /// It does not access a [`Databoard`](crate::databoard). [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 `RemappingList` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_list.rs:32:83 [INFO] [stderr] | [INFO] [stderr] 32 | /// - A `value` wrapped in brackets is a `remapped_key` to a parent [`Databoard`](crate::databoard), e.g. `{remapped_key}`. [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 `RemappingList` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_list.rs:33:91 [INFO] [stderr] | [INFO] [stderr] 33 | /// - A `remapped_key` starting with `@` is a redirection to the top level [`Databoard`](crate::databoard), e.g. `{@remapped_key}`. [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 `RemappingList` links to private item `crate::databoard` [INFO] [stderr] --> src/remapping_list.rs:34:95 [INFO] [stderr] | [INFO] [stderr] 34 | ...estriction to the current level [`Databoard`](crate::databoard), e.g. `{_remapped_key}`. [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 `Remappings` [INFO] [stderr] --> src/remapping_list.rs:63:29 [INFO] [stderr] | [INFO] [stderr] 63 | /// Adds an entry to the [`Remappings`] table. [INFO] [stderr] | ^^^^^^^^^^ no item named `Remappings` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Remappings` [INFO] [stderr] --> src/remapping_list.rs:100:29 [INFO] [stderr] | [INFO] [stderr] 100 | /// Adds an entry to the [`Remappings`] table. [INFO] [stderr] | ^^^^^^^^^^ no item named `Remappings` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unopened HTML tag `br` [INFO] [stderr] --> src/../README.md:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | </br> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `databoard` (lib doc) generated 26 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/databoard/index.html [INFO] running `Command { std: "docker" "inspect" "401079202f1d51e88c0cfb2caf968cd0f42f037a6105f7f2d76d8ce902783aa3", kill_on_drop: false }`