Build #1373432 2024-09-28T08:11:27.105589+00:00
# rustc version
rustc 1.83.0-nightly (fa724e5d8 2024-09-27)# docs.rs version
docsrs 0.6.0 (d5a37845 2024-09-24)# 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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/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\", \"-20240927-1.83.0-nightly-fa724e5d8\", \"--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] 5508b6c5b4703ea333f970314d570311bbca3d2343f73e58f554d126540ebf8d
[INFO] running `Command { std: "docker" "start" "-a" "5508b6c5b4703ea333f970314d570311bbca3d2343f73e58f554d126540ebf8d", 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.32s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tm1637_embedded_hal/index.html
[INFO] running `Command { std: "docker" "inspect" "5508b6c5b4703ea333f970314d570311bbca3d2343f73e58f554d126540ebf8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5508b6c5b4703ea333f970314d570311bbca3d2343f73e58f554d126540ebf8d", kill_on_drop: false }`
[INFO] [stdout] 5508b6c5b4703ea333f970314d570311bbca3d2343f73e58f554d126540ebf8d