# rustc version rustc 1.98.0-nightly (d595fce01 2026-06-02)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "166f39743fa1e92c39689471e2c6b1e30b7ccf9eb1c25e82e35640dc640e6fea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260602-1.98.0-nightly-d595fce01\", \"--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: unused macro definition: `info` [INFO] [stderr] --> src/lib.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | macro_rules! info { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/runtime.rs:151:40 [INFO] [stderr] | [INFO] [stderr] 151 | async fn create_environment(&self, config: RuntimeConfig) -> Result<RuntimeEnvironment> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: constant `MAX_PATH_LENGTH` is never used [INFO] [stderr] --> src/constants.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | pub const MAX_PATH_LENGTH: usize = 4096; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: constant `MAX_SYMLINK_CHAIN_LENGTH` is never used [INFO] [stderr] --> src/constants.rs:28:11 [INFO] [stderr] | [INFO] [stderr] 28 | pub const MAX_SYMLINK_CHAIN_LENGTH: usize = 100; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `blockchain-runtime` (lib) generated 4 warnings (run `cargo fix --lib -p blockchain-runtime` to apply 1 suggestion) [INFO] [stderr] Scraping blockchain-runtime v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to scan example "simple_runtime" in package `blockchain-runtime` for example code usage [INFO] [stderr] Try running with `--verbose` to see the error message. [INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml [INFO] [stderr] warning: `blockchain-runtime` (example "simple_runtime") generated 1 warning [INFO] [stderr] Documenting blockchain-runtime v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/blockchain_runtime/index.html [INFO] running `Command { std: "docker" "inspect" "166f39743fa1e92c39689471e2c6b1e30b7ccf9eb1c25e82e35640dc640e6fea", kill_on_drop: false }`