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.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (cb46fbb8c 2026-06-08)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# 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" "f71b82c974296b614dfc0bb4e71bccf1c4414beeaa208b7efc1c94216abec6ff" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260608-1.98.0-nightly-cb46fbb8c\", \"--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 layoutparser-ort v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `ort::Session`, `ort::SessionBuilder`, `ort::SessionOutputs` [INFO] [stderr] --> src/models/detectron2.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use ort::{Session, SessionBuilder, SessionOutputs}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `SessionOutputs` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `SessionBuilder` in the root [INFO] [stderr] | no `Session` in the root [INFO] [stderr] | [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::Session [INFO] [stderr] ort::session::Session [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::builder::SessionBuilder [INFO] [stderr] ort::session::builder::SessionBuilder [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::SessionOutputs [INFO] [stderr] ort::session::SessionOutputs [INFO] [stderr] help: a similar name exists in the module (notice the capitalization) [INFO] [stderr] | [INFO] [stderr] 3 - use ort::{Session, SessionBuilder, SessionOutputs}; [INFO] [stderr] 3 + use ort::{session, SessionBuilder, SessionOutputs}; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `ort::Session`, `ort::SessionBuilder`, `ort::SessionOutputs` [INFO] [stderr] --> src/models/yolox.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use ort::{Session, SessionBuilder, SessionOutputs}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `SessionOutputs` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `SessionBuilder` in the root [INFO] [stderr] | no `Session` in the root [INFO] [stderr] | [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::Session [INFO] [stderr] ort::session::Session [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::builder::SessionBuilder [INFO] [stderr] ort::session::builder::SessionBuilder [INFO] [stderr] = help: consider importing one of these structs instead: [INFO] [stderr] crate::ort::session::SessionOutputs [INFO] [stderr] ort::session::SessionOutputs [INFO] [stderr] help: a similar name exists in the module (notice the capitalization) [INFO] [stderr] | [INFO] [stderr] 6 - use ort::{Session, SessionBuilder, SessionOutputs}; [INFO] [stderr] 6 + use ort::{session, SessionBuilder, SessionOutputs}; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Session` in crate `ort` [INFO] [stderr] --> src/models/detectron2.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | model: ort::Session, [INFO] [stderr] | ^^^^^^^ not found in `ort` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1 + use crate::ort::session::Session; [INFO] [stderr] | [INFO] [stderr] 1 + use ort::session::Session; [INFO] [stderr] | [INFO] [stderr] help: if you import `Session`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 11 - model: ort::Session, [INFO] [stderr] 11 + model: Session, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Session` in crate `ort` [INFO] [stderr] --> src/models/yolox.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | model: ort::Session, [INFO] [stderr] | ^^^^^^^ not found in `ort` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1 + use crate::ort::session::Session; [INFO] [stderr] | [INFO] [stderr] 1 + use ort::session::Session; [INFO] [stderr] | [INFO] [stderr] help: if you import `Session`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 14 - model: ort::Session, [INFO] [stderr] 14 + model: Session, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not document `layoutparser-ort` [INFO] running `Command { std: "docker" "inspect" "f71b82c974296b614dfc0bb4e71bccf1c4414beeaa208b7efc1c94216abec6ff", kill_on_drop: false }`