Build #1720344 2025-02-08T03:55:57.385817+00:00
# rustc version
rustc 1.86.0-nightly (a9e7b3048 2025-02-07)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tm1637-embedded-hal-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tm1637-embedded-hal-0.4.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250207-1.86.0-nightly-a9e7b3048\", \"--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] [stdout] f782a211483887025e9f36d85c266114e7c2f95cdb35a15b695859bd3d9eaa4f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f782a211483887025e9f36d85c266114e7c2f95cdb35a15b695859bd3d9eaa4f", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting tm1637-embedded-hal v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `write_segments_raw_iter` links to private item `TM1637::num_positions`
[INFO] [stderr] --> src/device.rs:241:13
[INFO] [stderr] |
[INFO] [stderr] 241 | / /// Write the given bytes to the display starting from the given position.
[INFO] [stderr] 242 | | ///
[INFO] [stderr] 243 | | /// # Notes:
[INFO] [stderr] 244 | | /// - Positions greater than [`TM1637::num_positions`] will be ignored.
[INFO] [stderr] 245 | | /// - Bytes with index greater than [`TM1637::num_positions`] will be ignored.
[INFO] [stderr] 246 | | ///
[INFO] [stderr] 247 | | /// Brightness level will not be written to the device on each call. Make sure to call [`TM1637::write_brightness`] or [`TM1637::init`] to set the brightness level.
[INFO] [stderr] | |________________________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] - Positions greater than [`TM1637::num_positions`] will be ignored.
[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 `write_segments_raw_iter` links to private item `TM1637::num_positions`
[INFO] [stderr] --> src/device.rs:241:13
[INFO] [stderr] |
[INFO] [stderr] 241 | / /// Write the given bytes to the display starting from the given position.
[INFO] [stderr] 242 | | ///
[INFO] [stderr] 243 | | /// # Notes:
[INFO] [stderr] 244 | | /// - Positions greater than [`TM1637::num_positions`] will be ignored.
[INFO] [stderr] 245 | | /// - Bytes with index greater than [`TM1637::num_positions`] will be ignored.
[INFO] [stderr] 246 | | ///
[INFO] [stderr] 247 | | /// Brightness level will not be written to the device on each call. Make sure to call [`TM1637::write_brightness`] or [`TM1637::init`] to set the brightness level.
[INFO] [stderr] | |________________________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] - Bytes with index greater than [`TM1637::num_positions`] will be ignored.
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `write_brightness` links to private item `TM1637::brightness`
[INFO] [stderr] --> src/device.rs:277:13
[INFO] [stderr] |
[INFO] [stderr] 277 | /// Set [`TM1637::brightness`] and write the brightness level to the display.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Set [`TM1637::brightness`] and write the brightness level to the display.
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `move_segments_raw` links to private item `TM1637::num_positions`
[INFO] [stderr] --> src/device.rs:283:13
[INFO] [stderr] |
[INFO] [stderr] 283 | / /// Move all segments across the display starting and ending at `position`.
[INFO] [stderr] 284 | | ///
[INFO] [stderr] 285 | | /// If the length of the bytes is less than or equal to [`TM1637::num_positions`] - `position`, the bytes will only be written to the displ...
[INFO] [stderr] 286 | | ///
[INFO] [stderr] 287 | | /// `N` is the size of the internal window used to move the segments. Please make sure that `N` is equal to [`TM1637::num_positions`].
[INFO] [stderr] 288 | | /// [`TM1637::num_positions`] will be removed in the future in favor of a constant generic parameter representing the number of positions.
[INFO] [stderr] | |______________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] If the length of the bytes is less than or equal to [`TM1637::num_positions`] - `position`, the bytes will only be written to the display.
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `move_segments_raw` links to private item `TM1637::num_positions`
[INFO] [stderr] --> src/device.rs:283:13
[INFO] [stderr] |
[INFO] [stderr] 283 | / /// Move all segments across the display starting and ending at `position`.
[INFO] [stderr] 284 | | ///
[INFO] [stderr] 285 | | /// If the length of the bytes is less than or equal to [`TM1637::num_positions`] - `position`, the bytes will only be written to the displ...
[INFO] [stderr] 286 | | ///
[INFO] [stderr] 287 | | /// `N` is the size of the internal window used to move the segments. Please make sure that `N` is equal to [`TM1637::num_positions`].
[INFO] [stderr] 288 | | /// [`TM1637::num_positions`] will be removed in the future in favor of a constant generic parameter representing the number of positions.
[INFO] [stderr] | |______________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] `N` is the size of the internal window used to move the segments. Please make sure that `N` is equal to [`TM1637::num_positions`].
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `move_segments_raw` links to private item `TM1637::num_positions`
[INFO] [stderr] --> src/device.rs:283:13
[INFO] [stderr] |
[INFO] [stderr] 283 | / /// Move all segments across the display starting and ending at `position`.
[INFO] [stderr] 284 | | ///
[INFO] [stderr] 285 | | /// If the length of the bytes is less than or equal to [`TM1637::num_positions`] - `position`, the bytes will only be written to the displ...
[INFO] [stderr] 286 | | ///
[INFO] [stderr] 287 | | /// `N` is the size of the internal window used to move the segments. Please make sure that `N` is equal to [`TM1637::num_positions`].
[INFO] [stderr] 288 | | /// [`TM1637::num_positions`] will be removed in the future in favor of a constant generic parameter representing the number of positions.
[INFO] [stderr] | |______________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`TM1637::num_positions`] will be removed in the future in favor of a constant generic parameter representing the number of positions.
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: `tm1637-embedded-hal` (lib doc) generated 6 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tm1637_embedded_hal/index.html
[INFO] running `Command { std: "docker" "inspect" "f782a211483887025e9f36d85c266114e7c2f95cdb35a15b695859bd3d9eaa4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f782a211483887025e9f36d85c266114e7c2f95cdb35a15b695859bd3d9eaa4f", kill_on_drop: false }`
[INFO] [stdout] f782a211483887025e9f36d85c266114e7c2f95cdb35a15b695859bd3d9eaa4f