Build #2706169 2025-12-03 20:36:49
# rustc version
rustc 1.93.0-nightly (646a3f8c1 2025-12-02)# docs.rs version
docsrs 0.6.0 (42f000b7 2025-12-03 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/byte-array-ops-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/byte-array-ops-0.2.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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251202-1.93.0-nightly-646a3f8c1\", \"--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] 76bdf3c901e773c3c28feb2d79c4b4f5527a38b139c77e9dc8514fa6bccd3d49
[INFO] running `Command { std: "docker" "start" "-a" "76bdf3c901e773c3c28feb2d79c4b4f5527a38b139c77e9dc8514fa6bccd3d49", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting byte-array-ops v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `macros`
[INFO] [stderr] --> src/lib.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! Welcome to the ByteArrayOps Library
[INFO] [stderr] 2 | | //!
[INFO] [stderr] 3 | | //! # Introduction
[INFO] [stderr] 4 | | //! This is a `no_std`-compatible library designed to provide an ergonomic and easy way to conduct operations on byte arrays.
[INFO] [stderr] ... |
[INFO] [stderr] 208 | | //! (`sec_harden_zeroize`, `sec_harden_const_time_ops`, etc.) in `#[cfg]` attributes. Tiers (`sec_basic_hardening`,
[INFO] [stderr] 209 | | //! `sec_enhanced_hardening`, `sec_maximum_hardening`) are convenience bundles for users to activate multiple features at once.
[INFO] [stderr] | |_______________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] - [`byte_array::macros`](macros) - Declarative macros for easy [`ByteArray`] construction
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `macros` in scope
[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 `crate::byte_array::model::UninitByteArray`
[INFO] [stderr] --> src/lib.rs:167:27
[INFO] [stderr] |
[INFO] [stderr] 167 | //! - [`UninitByteArray`](crate::byte_array::model::UninitByteArray) - Builder for configuring ByteArray construction (odd-word pad...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `UninitByteArray` in module `model`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::byte_array::model::ByteArrayOddWordPad`
[INFO] [stderr] --> src/lib.rs:168:31
[INFO] [stderr] |
[INFO] [stderr] 168 | //! - [`ByteArrayOddWordPad`](crate::byte_array::model::ByteArrayOddWordPad) - Padding direction for odd-length hex/binary inputs
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ByteArrayOddWordPad` in module `model`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ByteArrayOddWordPad`
[INFO] [stderr] --> src/byte_array/model.rs:25:52
[INFO] [stderr] |
[INFO] [stderr] 25 | /// uses the default [Byte padding direction][`ByteArrayOddWordPad`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `ByteArrayOddWordPad` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `byte-array-ops` (lib doc) generated 4 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/byte_array_ops/index.html
[INFO] running `Command { std: "docker" "inspect" "76bdf3c901e773c3c28feb2d79c4b4f5527a38b139c77e9dc8514fa6bccd3d49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76bdf3c901e773c3c28feb2d79c4b4f5527a38b139c77e9dc8514fa6bccd3d49", kill_on_drop: false }`
[INFO] [stdout] 76bdf3c901e773c3c28feb2d79c4b4f5527a38b139c77e9dc8514fa6bccd3d49