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 (f8a08b688 2026-05-30)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "bba8331b1027ec1f55c10cb7c275a8da341ff050ea66f007534623b5b0fe3ab0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260530-1.98.0-nightly-f8a08b688\", \"--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 oxios-kernel v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | browser: OnceCell<Arc<oxibrowser_core::Browser>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:25:27 [INFO] [stderr] | [INFO] [stderr] 25 | tab: Arc<Mutex<Option<oxibrowser_core::Tab>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:31:15 [INFO] [stderr] | [INFO] [stderr] 31 | Ready(Arc<oxibrowser_core::Browser>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:39:29 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn new(browser: Arc<oxibrowser_core::Browser>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:63:47 [INFO] [stderr] | [INFO] [stderr] 63 | async fn get_browser(&self) -> Result<Arc<oxibrowser_core::Browser>, String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:82:57 [INFO] [stderr] | [INFO] [stderr] 82 | async fn get_or_create_tab(&self) -> anyhow::Result<oxibrowser_core::Tab> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/tools/browser/browser_tool.rs:435:22 [INFO] [stderr] | [INFO] [stderr] 435 | fn format_browse(r: &oxibrowser_core::BrowseResult) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/config.rs:1525:17 [INFO] [stderr] | [INFO] [stderr] 1525 | pub engine: oxibrowser_core::BrowserConfig, [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/kernel_handle/browser_api.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | inner: tokio::sync::OnceCell<Arc<oxibrowser_core::Browser>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/kernel_handle/browser_api.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | config: Option<oxibrowser_core::BrowserConfig>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/kernel_handle/browser_api.rs:41:33 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn from_config(config: &oxibrowser_core::BrowserConfig) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/kernel_handle/browser_api.rs:49:29 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn new(browser: Arc<oxibrowser_core::Browser>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `oxibrowser_core` in this scope [INFO] [stderr] --> src/kernel_handle/browser_api.rs:67:56 [INFO] [stderr] | [INFO] [stderr] 67 | pub async fn browser(&self) -> anyhow::Result<&Arc<oxibrowser_core::Browser>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `oxibrowser_core` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `oxibrowser_core`, use `cargo add oxibrowser_core` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not document `oxios-kernel` [INFO] running `Command { std: "docker" "inspect" "bba8331b1027ec1f55c10cb7c275a8da341ff050ea66f007534623b5b0fe3ab0", kill_on_drop: false }`