Xuanwo opened a new issue, #6655: URL: https://github.com/apache/opendal/issues/6655
https://docs.rs/crate/opendal/0.54.1/builds/2582519 ```shell rustc 1.92.0-nightly (2300c2aef 2025-10-12)# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opendal-0.54.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opendal-0.54.1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/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\", \"-20251012-1.92.0-nightly-2300c2aef\", \"--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] 70b483b87e04eb361da05e6569d3586f55eb1093664c3708f36612434ca2b961 [INFO] running `Command { std: "docker" "start" "-a" "70b483b87e04eb361da05e6569d3586f55eb1093664c3708f36612434ca2b961", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting opendal v0.54.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in CURRENT_RUSTC_VERSION; see <https://github.com/rust-lang/rust/pull/138907> for more information [INFO] [stderr] = note: merged into `doc_cfg` [INFO] [stderr] [INFO] [stderr] error: Compilation failed, aborting rustdoc [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not document `opendal` [INFO] running `Command { std: "docker" "inspect" "70b483b87e04eb361da05e6569d3586f55eb1093664c3708f36612434ca2b961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70b483b87e04eb361da05e6569d3586f55eb1093664c3708f36612434ca2b961", kill_on_drop: false }` [INFO] [stdout] 70b483b87e04eb361da05e6569d3586f55eb1093664c3708f36612434ca2b961 ``` We can fix this by simply remove this line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
