# rustc version rustc 1.94.0-nightly (e29fcf45e 2026-01-04)
# docs.rs version docsrs 0.1.0 (7bfb09c2 2026-01-03 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/raspberry-web-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/raspberry-web-0.1.3/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260104-1.94.0-nightly-e29fcf45e\", \"--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] 9ae409e9c48b4a40209a97e38ce6554e5f81ecc9c69624be0120d64bc368ba16 [INFO] running `Command { std: "docker" "start" "-a" "9ae409e9c48b4a40209a97e38ce6554e5f81ecc9c69624be0120d64bc368ba16", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting raspberry-web v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/utilities.rs:56:16 [INFO] [stderr] | [INFO] [stderr] 56 | .ok_or({ RpWebError::new("state_type not found") })? //Empty vector [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 56 - .ok_or({ RpWebError::new("state_type not found") })? //Empty vector [INFO] [stderr] 56 + .ok_or(RpWebError::new("state_type not found") )? //Empty vector [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `raspberry-web` (lib doc) generated 1 warning (run `cargo fix --lib -p raspberry-web` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, v_htmlescape v0.4.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/raspberry_web/index.html [INFO] running `Command { std: "docker" "inspect" "9ae409e9c48b4a40209a97e38ce6554e5f81ecc9c69624be0120d64bc368ba16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ae409e9c48b4a40209a97e38ce6554e5f81ecc9c69624be0120d64bc368ba16", kill_on_drop: false }` [INFO] [stdout] 9ae409e9c48b4a40209a97e38ce6554e5f81ecc9c69624be0120d64bc368ba16