# rustc version rustc 1.98.0-nightly (096694416 2026-06-29)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# 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" "075b3f3213e1f92fc231f6ffcac47e25255628af31834ac0ce6665a5d4c0882c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260629-1.98.0-nightly-096694416\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting simid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `feauture` [INFO] [stderr] --> src/name.rs:1:34 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 1 - #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))] [INFO] [stderr] 1 + #![cfg(any(feature = "hash_md5", feature = "hash_sha1"))] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `simid` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/simid/index.html [INFO] running `Command { std: "docker" "inspect" "075b3f3213e1f92fc231f6ffcac47e25255628af31834ac0ce6665a5d4c0882c", kill_on_drop: false }`