wasmtime-cli 48.0.0

Command-line interface for Wasmtime

Build #4225912 2026-08-27 10:23:45

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.100.0-nightly (bff8e12ff 2026-08-26)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# 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" "30dfd87b25420be628ddfcaf2c5669b73e1e3eac1abe0332324120c83bcf0c81" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260826-1.100.0-nightly-bff8e12ff\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition [INFO] [stderr] warning: `wasmtime-cli` (manifest) generated 2 warnings [INFO] [stderr] warning: profile package spec `wasi-preview1-component-adapter` in profile `release` did not match any packages [INFO] [stderr] warning: profile package spec `wasi-preview1-component-adapter` in profile `dev` did not match any packages [INFO] [stderr] warning: profile package spec `wit-bindgen` in profile `dev` did not match any packages [INFO] [stderr] [INFO] [stderr] help: a package with a similar name exists: `wasm-bindgen` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anyref, component, coredump, epochs, externref, fast_compilation, fast_execution, fast_instantiation, fib-debug, fuel, gcd, hello, interrupt, linking, memory, mpk, mpk-available, multi, multimemory, pre_compile, resource-component, run_pre_compiled, serialize, threads, tokio, wasip1, wasip1-async, wasip2, wasip2-async [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking wasmtime-wasi-http v48.0.0 [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/bindings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / wasmtime::component::bindgen!({ [INFO] [stderr] 6 | | path: "src/p3/wit", [INFO] [stderr] 7 | | world: "wasi:http/service", [INFO] [stderr] 8 | | imports: { [INFO] [stderr] ... | [INFO] [stderr] 29 | | }, [INFO] [stderr] 30 | | }); [INFO] [stderr] | |______^ cannot infer type [INFO] [stderr] | [INFO] [stderr] note: multiple `impl`s or `where` clauses satisfying `_: HostRequestWithStore<T>` found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/bindings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / wasmtime::component::bindgen!({ [INFO] [stderr] 6 | | path: "src/p3/wit", [INFO] [stderr] 7 | | world: "wasi:http/service", [INFO] [stderr] 8 | | imports: { [INFO] [stderr] ... | [INFO] [stderr] 29 | | }, [INFO] [stderr] 30 | | }); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/host/types.rs:234:1 [INFO] [stderr] | [INFO] [stderr] 234 | impl<T> HostRequestWithStore<T> for WasiHttp { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: cannot satisfy `for<'a> <D as HasData>::Data<'a> == _` [INFO] [stderr] = note: this error originates in the macro `wasmtime::component::bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/bindings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / wasmtime::component::bindgen!({ [INFO] [stderr] 6 | | path: "src/p3/wit", [INFO] [stderr] 7 | | world: "wasi:http/service", [INFO] [stderr] 8 | | imports: { [INFO] [stderr] ... | [INFO] [stderr] 29 | | }, [INFO] [stderr] 30 | | }); [INFO] [stderr] | |______^ cannot infer type [INFO] [stderr] | [INFO] [stderr] note: multiple `impl`s or `where` clauses satisfying `_: HostResponseWithStore<T>` found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/bindings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / wasmtime::component::bindgen!({ [INFO] [stderr] 6 | | path: "src/p3/wit", [INFO] [stderr] 7 | | world: "wasi:http/service", [INFO] [stderr] 8 | | imports: { [INFO] [stderr] ... | [INFO] [stderr] 29 | | }, [INFO] [stderr] 30 | | }); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-wasi-http-48.0.0/src/p3/host/types.rs:492:1 [INFO] [stderr] | [INFO] [stderr] 492 | impl<T> HostResponseWithStore<T> for WasiHttp { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `wasmtime::component::bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `wasmtime-wasi-http` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "30dfd87b25420be628ddfcaf2c5669b73e1e3eac1abe0332324120c83bcf0c81", kill_on_drop: false }`