esp-idf-hal 0.45.1

A Hardware abstraction layer for Espressif's ESP family of microcontrollers based on the ESP-IDF framework.
Build #1615456 2025-01-10T11:56:09.663369+00:00
# rustc version
rustc 1.86.0-nightly (824759493 2025-01-09)# docs.rs version
docsrs 0.6.0 (9368f26f 2025-01-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/esp-idf-hal-0.45.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/esp-idf-hal-0.45.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250109-1.86.0-nightly-824759493\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8bd6d47212a0b5b9e50ee0421fb47f151b7019ad11d97821e5fba53ed636890a
[INFO] running `Command { std: "docker" "start" "-a" "8bd6d47212a0b5b9e50ee0421fb47f151b7019ad11d97821e5fba53ed636890a", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: adc, adc_oneshot, blinky, blinky_async, button, button_async, button_interrupt, i2c_master_slave, i2c_ssd1306, ledc_simple, ledc_threads, pcnt_rotary_encoder, reset_reason, rmt_morse_code, rmt_musical_buzzer, rmt_neopixel, rmt_onewire_temperature, rmt_transceiver, spi_loopback, spi_loopback_async, spi_st7789, temperature_sensor, timer_async, timer_notify, uart_loopback, uart_loopback_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]    Compiling esp-idf-sys v0.36.0
[INFO] [stderr] warning: esp-idf-sys@0.36.0: `cargo metadata` exited with an error: error: could not find `Cargo.toml` in `/opt/rustwide/target` or any parent directory
[INFO] [stderr] error: failed to run custom build command for `esp-idf-sys v0.36.0`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/esp-idf-sys-3056cd64ad33c44c/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_TOOLS_INSTALL_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_SDKCONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_SDKCONFIG_DEFAULTS
[INFO] [stderr]   cargo:rerun-if-env-changed=MCU
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_SYS_ROOT_CRATE
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_VERSION
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_REPOSITORY
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_CMAKE_GENERATOR
[INFO] [stderr]   cargo:rerun-if-env-changed=IDF_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=EXTRA-COMPONENTS
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_COMPONENTS
[INFO] [stderr]   cargo:rerun-if-env-changed=ESP_IDF_COMPONENT_MANAGER
[INFO] [stderr]   cargo:warning=`cargo metadata` exited with an error: error: could not find `Cargo.toml` in `/opt/rustwide/target` or any parent directory
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Build configuration: BuildConfig {
[INFO] [stderr]       esp_idf_tools_install_dir: None,
[INFO] [stderr]       esp_idf_sdkconfig: None,
[INFO] [stderr]       esp_idf_sdkconfig_defaults: None,
[INFO] [stderr]       mcu: None,
[INFO] [stderr]       native: NativeConfig {
[INFO] [stderr]           esp_idf_version: None,
[INFO] [stderr]           esp_idf_repository: None,
[INFO] [stderr]           esp_idf_cmake_generator: None,
[INFO] [stderr]           idf_path: None,
[INFO] [stderr]           extra_components: [],
[INFO] [stderr]           esp_idf_components: None,
[INFO] [stderr]           esp_idf_component_manager: None,
[INFO] [stderr]       },
[INFO] [stderr]       esp_idf_sys_root_crate: None,
[INFO] [stderr]   }
[INFO] [stderr]   Error: Unsupported target 'x86_64-unknown-linux-gnu'
[INFO] running `Command { std: "docker" "inspect" "8bd6d47212a0b5b9e50ee0421fb47f151b7019ad11d97821e5fba53ed636890a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bd6d47212a0b5b9e50ee0421fb47f151b7019ad11d97821e5fba53ed636890a", kill_on_drop: false }`
[INFO] [stdout] 8bd6d47212a0b5b9e50ee0421fb47f151b7019ad11d97821e5fba53ed636890a