Build #1866605 2025-03-14T13:38:01.744193+00:00
# rustc version
rustc 1.87.0-nightly (cbfdf0b01 2025-03-13)# 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.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/esp-wifi-hal-0.1.0-alpha.1/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\", \"-20250313-1.87.0-nightly-cbfdf0b01\", \"--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] 6869a7d1c949045ff3ec5fa28d811dad299025be2fc0f54dd475a87b5037d368
[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" "6869a7d1c949045ff3ec5fa28d811dad299025be2fc0f54dd475a87b5037d368", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling syn v2.0.100
[INFO] [stderr] Compiling toml_edit v0.22.24
[INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0
[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] 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" "6869a7d1c949045ff3ec5fa28d811dad299025be2fc0f54dd475a87b5037d368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6869a7d1c949045ff3ec5fa28d811dad299025be2fc0f54dd475a87b5037d368", kill_on_drop: false }`
[INFO] [stdout] 6869a7d1c949045ff3ec5fa28d811dad299025be2fc0f54dd475a87b5037d368