Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.91.0-nightly (12eb345e5 2025-09-07)
# docs.rs version docsrs 0.6.0 (8bbaf878 2025-08-22)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fil_actor_interface-18.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fil_actor_interface-18.0.0/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250907-1.91.0-nightly-12eb345e5\", \"--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] df06883f24f96614ca9fca925a1f3a8a28e78ae594e1e77bafa9daa7775fd449 [INFO] running `Command { std: "docker" "start" "-a" "df06883f24f96614ca9fca925a1f3a8a28e78ae594e1e77bafa9daa7775fd449", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking fil_actors_shared v18.0.0 [INFO] [stderr] error[E0277]: the trait bound `filecoin_proofs_api::PieceInfo: TryFrom<&fvm_shared2::piece::PieceInfo>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fil_actors_shared-18.0.0/src/abi/commp.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | all_pieces.push(filecoin_proofs_api::PieceInfo::try_from(p).map_err(anyhow::Error::msg)?); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&fvm_shared2::piece::PieceInfo>` is not implemented for `filecoin_proofs_api::PieceInfo` [INFO] [stderr] | [INFO] [stderr] = note: required for `&fvm_shared2::piece::PieceInfo` to implement `Into<filecoin_proofs_api::PieceInfo>` [INFO] [stderr] = note: required for `filecoin_proofs_api::PieceInfo` to implement `TryFrom<&fvm_shared2::piece::PieceInfo>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `filecoin_proofs_api::RegisteredSealProof: TryFrom<fvm_shared2::sector::RegisteredSealProof>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fil_actors_shared-18.0.0/src/abi/commp.rs:27:20 [INFO] [stderr] | [INFO] [stderr] 27 | proof_type.try_into().map_err(anyhow::Error::msg)?, [INFO] [stderr] | ^^^^^^^^ the trait `From<fvm_shared2::sector::RegisteredSealProof>` is not implemented for `filecoin_proofs_api::RegisteredSealProof` [INFO] [stderr] | [INFO] [stderr] = note: required for `fvm_shared2::sector::RegisteredSealProof` to implement `Into<filecoin_proofs_api::RegisteredSealProof>` [INFO] [stderr] = note: required for `filecoin_proofs_api::RegisteredSealProof` to implement `TryFrom<fvm_shared2::sector::RegisteredSealProof>` [INFO] [stderr] = note: required for `fvm_shared2::sector::RegisteredSealProof` to implement `TryInto<filecoin_proofs_api::RegisteredSealProof>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `filecoin_proofs_api::PieceInfo: From<&fvm_shared2::piece::PieceInfo>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fil_actors_shared-18.0.0/src/abi/commp.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | all_pieces.push(filecoin_proofs_api::PieceInfo::try_from(p).map_err(anyhow::Error::msg)?); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&fvm_shared2::piece::PieceInfo>` is not implemented for `filecoin_proofs_api::PieceInfo` [INFO] [stderr] | [INFO] [stderr] = note: required for `&fvm_shared2::piece::PieceInfo` to implement `Into<filecoin_proofs_api::PieceInfo>` [INFO] [stderr] = note: required for `filecoin_proofs_api::PieceInfo` to implement `TryFrom<&fvm_shared2::piece::PieceInfo>` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `fil_actors_shared` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "df06883f24f96614ca9fca925a1f3a8a28e78ae594e1e77bafa9daa7775fd449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df06883f24f96614ca9fca925a1f3a8a28e78ae594e1e77bafa9daa7775fd449", kill_on_drop: false }` [INFO] [stdout] df06883f24f96614ca9fca925a1f3a8a28e78ae594e1e77bafa9daa7775fd449