stdweb 0.4.12

A standard library for the client-side Web
Build #670241 2022-11-11 18:11:25

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.67.0-nightly (c1a859b25 2022-11-10)

# docs.rs version docsrs 0.6.0 (6685320 2022-11-09)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/stdweb-0.4.12/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/stdweb-0.4.12/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "serde serde_json futures-support docs-rs" "--no-default-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221110-1.67.0-nightly-c1a859b25\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--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] 77303af03c208040c608ae495ef95c30aee3eb717aff4a1a89b07fc911d1b786 [INFO] running `Command { std: "docker" "start" "-a" "77303af03c208040c608ae495ef95c30aee3eb717aff4a1a89b07fc911d1b786", kill_on_drop: false }` [INFO] [stderr] Documenting stdweb v0.4.12 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `futures_core::task::LocalWaker` [INFO] [stderr] --> src/webcore/promise_future.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use futures_core::task::LocalWaker; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `futures_core::task::local_waker`, `futures_core::task::Wake` [INFO] [stderr] --> src/webcore/executor.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | use futures_core::task::{local_waker, Wake, Spawn, SpawnError}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^ no `Wake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `local_waker` in `task` [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 11 | use futures_core::task::{local_waker, Waker, Spawn, SpawnError}; [INFO] [stderr] | ~~~~~ [INFO] [stderr] help: consider importing this trait instead [INFO] [stderr] | [INFO] [stderr] 11 | use futures_core::task::{local_waker, std::task::Wake; [INFO] [stderr] | ~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_core::task::LocalWaker` [INFO] [stderr] --> src/webapi/timer_future.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_core::task::{Waker, LocalWaker}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error: Compilation failed, aborting rustdoc [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not document `stdweb` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name stdweb src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="docs-rs"' --cfg 'feature="futures-channel-preview"' --cfg 'feature="futures-core-preview"' --cfg 'feature="futures-executor-preview"' --cfg 'feature="futures-support"' --cfg 'feature="futures-util-preview"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=b68fe3bb4bea463d -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern discard=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libdiscard-64c6b9fe186fef22.rmeta --extern futures_channel=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_channel-c49a5ab3e730e328.rmeta --extern futures_core=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_core-6767a5e3353f667a.rmeta --extern futures_executor=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_executor-a0cfff05fe2a6f36.rmeta --extern futures_util=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_util-aeb6a4c4cf96916e.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-ee1ec0b5304fecab.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-b8ba124dac0e6406.rmeta --extern stdweb_derive=/opt/rustwide/target/debug/deps/libstdweb_derive-7431cfdfd04d5aec.so --extern stdweb_internal_macros=/opt/rustwide/target/debug/deps/libstdweb_internal_macros-3f24ac26700b7d31.so --extern stdweb_internal_runtime=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libstdweb_internal_runtime-bade67f437af8806.rmeta --extern-html-root-url 'discard=https://docs.rs/discard/1.0.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_channel=https://docs.rs/futures-channel-preview/0.3.0-alpha.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_core=https://docs.rs/futures-core-preview/0.3.0-alpha.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_executor=https://docs.rs/futures-executor-preview/0.3.0-alpha.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_util=https://docs.rs/futures-util-preview/0.3.0-alpha.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.147/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.87/x86_64-unknown-linux-gnu' --extern-html-root-url 'stdweb_derive=https://docs.rs/stdweb-derive/0.5.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'stdweb_internal_macros=https://docs.rs/stdweb-internal-macros/0.2.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'stdweb_internal_runtime=https://docs.rs/stdweb-internal-runtime/0.1.5/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221110-1.67.0-nightly-c1a859b25 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.4.12 --cfg rust_nightly` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "77303af03c208040c608ae495ef95c30aee3eb717aff4a1a89b07fc911d1b786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77303af03c208040c608ae495ef95c30aee3eb717aff4a1a89b07fc911d1b786", kill_on_drop: false }` [INFO] [stdout] 77303af03c208040c608ae495ef95c30aee3eb717aff4a1a89b07fc911d1b786