Build #1855830 2025-03-11T21:51:55.628288+00:00
# rustc version
rustc 1.87.0-nightly (9fb94b32d 2025-03-10)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/esp-wifi-hal-0.1.0-alpha.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/esp-wifi-hal-0.1.0-alpha.0/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250310-1.87.0-nightly-9fb94b32d\", \"--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] [stdout] 2f1d88ae37ddac239afae6f63b2732252ff4139b0ec7b639e77851818577504e
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "2f1d88ae37ddac239afae6f63b2732252ff4139b0ec7b639e77851818577504e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling darling v0.20.10
[INFO] [stderr] Compiling basic-toml v0.1.10
[INFO] [stderr] Checking esp-wifi-sys v0.7.1
[INFO] [stderr] error[E0583]: file not found for module `include`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:16:1
[INFO] [stderr] |
[INFO] [stderr] 16 | pub mod include;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: to create the module `include`, create file "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/include.rs" or "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/include/mod.rs"
[INFO] [stderr] = note: if there is a `mod include` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stderr]
[INFO] [stderr] Compiling enumset_derive v0.10.0
[INFO] [stderr] Compiling instability v0.3.7
[INFO] [stderr] Compiling esp-hal-procmacros v0.17.0
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:74:63
[INFO] [stderr] |
[INFO] [stderr] 74 | pub unsafe extern "C" fn rtc_printf(_s: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:77:63
[INFO] [stderr] |
[INFO] [stderr] 77 | pub unsafe extern "C" fn phy_printf(_s: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:80:67
[INFO] [stderr] |
[INFO] [stderr] 80 | pub unsafe extern "C" fn coexist_printf(_s: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:83:68
[INFO] [stderr] |
[INFO] [stderr] 83 | pub unsafe extern "C" fn net80211_printf(_s: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:86:62
[INFO] [stderr] |
[INFO] [stderr] 86 | pub unsafe extern "C" fn pp_printf(_s: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VaargType` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-wifi-sys-0.7.1/src/lib.rs:89:80
[INFO] [stderr] |
[INFO] [stderr] 89 | pub unsafe extern "C" fn syslog(_priority: u32, _format: *const u8, _args: VaargType) {}
[INFO] [stderr] | ^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0412, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `esp-wifi-sys` (lib) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2f1d88ae37ddac239afae6f63b2732252ff4139b0ec7b639e77851818577504e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f1d88ae37ddac239afae6f63b2732252ff4139b0ec7b639e77851818577504e", kill_on_drop: false }`
[INFO] [stdout] 2f1d88ae37ddac239afae6f63b2732252ff4139b0ec7b639e77851818577504e