# rustc version rustc 1.89.0-nightly (4d08223c0 2025-05-31)
# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/ordcode-0.2.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/ordcode-0.2.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--output-format\", \"json\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 726510c255e39f49b831f46487354d403c4da4988d63bd050332d0f5d1d766c3 [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" "726510c255e39f49b831f46487354d403c4da4988d63bd050332d0f5d1d766c3", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting ordcode v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `no_i128` [INFO] [stderr] --> src/primitives.rs:104:11 [INFO] [stderr] | [INFO] [stderr] 104 | #[cfg(not(no_i128))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/primitives.rs:9:83 [INFO] [stderr] | [INFO] [stderr] 9 | //! **Deserializing a value which was serialized for different [`EncodingParams`](crate::params::EncodingParams) [INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 9 - //! **Deserializing a value which was serialized for different [`EncodingParams`](crate::params::EncodingParams) [INFO] [stderr] 9 + //! **Deserializing a value which was serialized for different [`EncodingParams`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/params.rs:100:68 [INFO] [stderr] | [INFO] [stderr] 100 | /// However, it still requires implementation of [`TailReadBytes`](crate::buf::TailReadBytes), [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 100 - /// However, it still requires implementation of [`TailReadBytes`](crate::buf::TailReadBytes), [INFO] [stderr] 100 + /// However, it still requires implementation of [`TailReadBytes`], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/params.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | /// [`TailWriteBytes`](crate::buf::TailWriteBytes) traits [INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 101 - /// [`TailWriteBytes`](crate::buf::TailWriteBytes) traits [INFO] [stderr] 101 + /// [`TailWriteBytes`] traits [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/params.rs:120:59 [INFO] [stderr] | [INFO] [stderr] 120 | /// It still requires implementation of [`TailReadBytes`](crate::buf::TailReadBytes), [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 120 - /// It still requires implementation of [`TailReadBytes`](crate::buf::TailReadBytes), [INFO] [stderr] 120 + /// It still requires implementation of [`TailReadBytes`], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/params.rs:121:24 [INFO] [stderr] | [INFO] [stderr] 121 | /// [`TailWriteBytes`](crate::buf::TailWriteBytes) traits for reader [INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 121 - /// [`TailWriteBytes`](crate::buf::TailWriteBytes) traits for reader [INFO] [stderr] 121 + /// [`TailWriteBytes`] traits for reader [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ordcode` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "726510c255e39f49b831f46487354d403c4da4988d63bd050332d0f5d1d766c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "726510c255e39f49b831f46487354d403c4da4988d63bd050332d0f5d1d766c3", kill_on_drop: false }` [INFO] [stdout] 726510c255e39f49b831f46487354d403c4da4988d63bd050332d0f5d1d766c3