# rustc version rustc 1.100.0-nightly (feaadeeac 2026-09-19)
# docs.rs version docsrs 0.0.0 (5779ee8ca2c69daa652b2060f9f7b942ad62a4f0 2026-09-15 )
# 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" "40326a85c7718cc53754636c1bfa1ca984a62104e6e0b4637e5de96e77dfb8ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260919-1.100.0-nightly-feaadeeac\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.clippy.borrowed-box` is deprecated in favor of `lints.clippy.borrowed_box` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.extra-unused-type-parameters` is deprecated in favor of `lints.clippy.extra_unused_type_parameters` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.identity-op` is deprecated in favor of `lints.clippy.identity_op` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.if-same-then-else` is deprecated in favor of `lints.clippy.if_same_then_else` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-lifetimes` is deprecated in favor of `lints.clippy.needless_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.nonminimal-bool` is deprecated in favor of `lints.clippy.nonminimal_bool` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-map-unit-fn` is deprecated in favor of `lints.clippy.option_map_unit_fn` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-many-arguments` is deprecated in favor of `lints.clippy.too_many_arguments` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.zero-prefixed-literal` is deprecated in favor of `lints.clippy.zero_prefixed_literal` and will not work in a future edition [INFO] [stderr] warning: `sp-arithmetic` (manifest) generated 9 warnings [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting sp-arithmetic v28.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fixed_point.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Decimal Fixed Point implementations for Substrate runtime. [INFO] [stderr] 19 | | //! Similar to types that implement [`PerThing`](crate::per_things), these are also [INFO] [stderr] 20 | | //! fixed-point types, however, they are able to represent larger fractions: [INFO] [stderr] 21 | | #![doc = docify::embed!("./src/lib.rs", fixed_u64)] [INFO] [stderr] ... | [INFO] [stderr] 42 | | )] [INFO] [stderr] 43 | | //! [INFO] [stderr] | |___^ explicit target `FixedU64` is redundant because label `FixedU64` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fixed_point.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Decimal Fixed Point implementations for Substrate runtime. [INFO] [stderr] 19 | | //! Similar to types that implement [`PerThing`](crate::per_things), these are also [INFO] [stderr] 20 | | //! fixed-point types, however, they are able to represent larger fractions: [INFO] [stderr] 21 | | #![doc = docify::embed!("./src/lib.rs", fixed_u64)] [INFO] [stderr] ... | [INFO] [stderr] 42 | | )] [INFO] [stderr] 43 | | //! [INFO] [stderr] | |___^ explicit target `PerThing` is redundant because label `PerThing` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/per_things.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Types that implement [`PerThing`](PerThing) can be used as a floating-point alternative for [INFO] [stderr] 19 | | //! numbers that operate within the realm of `[0, 1]`. The primary types may you encounter in [INFO] [stderr] 20 | | //! Substrate would be the following: [INFO] [stderr] 21 | | //! - [`Percent`](Percent) - parts of one hundred. [INFO] [stderr] ... | [INFO] [stderr] 51 | | #![doc = docify::embed!("./src/lib.rs", percent_mult)] [INFO] [stderr] | |_____________________________________________________^ explicit target `PerThing` is redundant because label `PerThing` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/per_things.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Types that implement [`PerThing`](PerThing) can be used as a floating-point alternative for [INFO] [stderr] 19 | | //! numbers that operate within the realm of `[0, 1]`. The primary types may you encounter in [INFO] [stderr] 20 | | //! Substrate would be the following: [INFO] [stderr] 21 | | //! - [`Percent`](Percent) - parts of one hundred. [INFO] [stderr] ... | [INFO] [stderr] 51 | | #![doc = docify::embed!("./src/lib.rs", percent_mult)] [INFO] [stderr] | |_____________________________________________________^ explicit target `Percent` is redundant because label `Percent` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/per_things.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Types that implement [`PerThing`](PerThing) can be used as a floating-point alternative for [INFO] [stderr] 19 | | //! numbers that operate within the realm of `[0, 1]`. The primary types may you encounter in [INFO] [stderr] 20 | | //! Substrate would be the following: [INFO] [stderr] 21 | | //! - [`Percent`](Percent) - parts of one hundred. [INFO] [stderr] ... | [INFO] [stderr] 51 | | #![doc = docify::embed!("./src/lib.rs", percent_mult)] [INFO] [stderr] | |_____________________________________________________^ explicit target `Permill` is redundant because label `Permill` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/per_things.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / //! Types that implement [`PerThing`](PerThing) can be used as a floating-point alternative for [INFO] [stderr] 19 | | //! numbers that operate within the realm of `[0, 1]`. The primary types may you encounter in [INFO] [stderr] 20 | | //! Substrate would be the following: [INFO] [stderr] 21 | | //! - [`Percent`](Percent) - parts of one hundred. [INFO] [stderr] ... | [INFO] [stderr] 51 | | #![doc = docify::embed!("./src/lib.rs", percent_mult)] [INFO] [stderr] | |_____________________________________________________^ explicit target `Perbill` is redundant because label `Perbill` 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] [INFO] [stderr] warning: `sp-arithmetic` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sp_arithmetic/index.html [INFO] running `Command { std: "docker" "inspect" "40326a85c7718cc53754636c1bfa1ca984a62104e6e0b4637e5de96e77dfb8ea", kill_on_drop: false }`