oxygengine-input-device-web 0.46.1

Web input devices module for Oxygengine
Documentation

Build #3459554 2026-06-02 09:38:59

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 (6bdf43094 2026-06-01)

# 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" "cd7de1a63b1f4d195ed7042824b13c9037f8602201a6daa75a46ca040078f981" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260601-1.98.0-nightly-6bdf43094\", \"--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] Checking oxygengine-backend-web v0.46.1 [INFO] [stderr] error[E0432]: unresolved imports `futures::future`, `futures::TryFutureExt` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxygengine-backend-web-0.46.1/src/fetch.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::{future, TryFutureExt}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^ no `TryFutureExt` in `futures` [INFO] [stderr] | | [INFO] [stderr] | no `future` in `futures` [INFO] [stderr] | [INFO] [stderr] = help: consider importing one of these modules instead: [INFO] [stderr] std::future [INFO] [stderr] ::futures::future [INFO] [stderr] = help: consider importing one of these traits instead: [INFO] [stderr] crate::fetch::future::TryFutureExt [INFO] [stderr] ::futures::TryFutureExt [INFO] [stderr] help: a similar name exists in the module (notice the capitalization) [INFO] [stderr] | [INFO] [stderr] 2 - use futures::{future, TryFutureExt}; [INFO] [stderr] 2 + use futures::{Future, TryFutureExt}; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0659]: `futures` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxygengine-backend-web-0.46.1/src/fetch.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::{future, TryFutureExt}; [INFO] [stderr] | ^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stderr] = note: `futures` could refer to a crate passed with `--extern` [INFO] [stderr] = help: use `::futures` to refer to this crate unambiguously [INFO] [stderr] note: `futures` could also refer to the module imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxygengine-backend-web-0.46.1/src/fetch.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use js_sys::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `futures` to disambiguate [INFO] [stderr] = help: or use `self::futures` to refer to this module unambiguously [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0659. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `oxygengine-backend-web` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "cd7de1a63b1f4d195ed7042824b13c9037f8602201a6daa75a46ca040078f981", kill_on_drop: false }`