# rustc version rustc 1.100.0-nightly (908501772 2026-08-30)
# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )
# 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" "254ac96f7df9283f652c2ca281be0c2b97a29335b3559f7f4ef23706315aad10" "/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\", \"-20260830-1.100.0-nightly-908501772\", \"--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] Checking encrypted_fs v0.1.21 (/opt/rustwide/workdir) [INFO] [stderr] Scraping encrypted_fs v0.1.21 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to scan example "aes_stream_with_writer_seek" in package `encrypted_fs` 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: `encrypted_fs` (example "aes_stream_with_writer_seek") generated 1 warning [INFO] [stderr] warning: failed to scan example "aes_stream_speed" in package `encrypted_fs` 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: `encrypted_fs` (example "aes_stream_speed") generated 1 warning [INFO] [stderr] warning: failed to scan example "aes_stream" in package `encrypted_fs` 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: `encrypted_fs` (example "aes_stream") generated 1 warning [INFO] [stderr] warning: failed to scan example "fuse3_hello" in package `encrypted_fs` 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: `encrypted_fs` (example "fuse3_hello") generated 1 warning [INFO] [stderr] warning: failed to scan example "encrypted_fs_fuse" in package `encrypted_fs` 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: `encrypted_fs` (example "encrypted_fs_fuse") generated 1 warning [INFO] [stderr] warning: failed to scan example "ring_speed" in package `encrypted_fs` 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: `encrypted_fs` (example "ring_speed") generated 1 warning [INFO] [stderr] warning: failed to scan example "fuser" in package `encrypted_fs` 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: `encrypted_fs` (example "fuser") generated 1 warning [INFO] [stderr] Documenting encrypted_fs v0.1.21 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `abi-7-26` [INFO] [stderr] --> src/encrypted_fs_fuse3.rs:125:15 [INFO] [stderr] | [INFO] [stderr] 125 | #[cfg(feature = "abi-7-26")] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `abi-7-26` as a feature in `Cargo.toml` [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: unexpected `cfg` condition value: `abi-7-26` [INFO] [stderr] --> src/encrypted_fs_fuse3.rs:132:19 [INFO] [stderr] | [INFO] [stderr] 132 | #[cfg(not(feature = "abi-7-26"))] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `abi-7-26` as a feature in `Cargo.toml` [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] [INFO] [stderr] warning: unexpected `cfg` condition value: `abi-7-26` [INFO] [stderr] --> src/encrypted_fs_fuse3.rs:234:15 [INFO] [stderr] | [INFO] [stderr] 234 | #[cfg(feature = "abi-7-26")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `abi-7-26` as a feature in `Cargo.toml` [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] [INFO] [stderr] warning: `encrypted_fs` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/encrypted_fs/index.html [INFO] running `Command { std: "docker" "inspect" "254ac96f7df9283f652c2ca281be0c2b97a29335b3559f7f4ef23706315aad10", kill_on_drop: false }`