[INFO] fetching crate stm32f429i-disc 0.3.0...
[INFO] testing stm32f429i-disc-0.3.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate stm32f429i-disc 0.3.0 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate stm32f429i-disc 0.3.0
[INFO] finished tweaking crates.io crate stm32f429i-disc 0.3.0
[INFO] tweaked toml for crates.io crate stm32f429i-disc 0.3.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stm32f429i-disc 0.3.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 44 packages to latest compatible versions
[INFO] [stderr]       Adding cortex-m v0.6.7 (available: v0.7.7)
[INFO] [stderr]       Adding cortex-m-rt v0.6.15 (available: v0.7.5)
[INFO] [stderr]       Adding embedded-hal v0.2.7 (available: v1.0.0)
[INFO] [stderr]       Adding l3gd20 v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding nb v0.1.3 (available: v1.1.0)
[INFO] [stderr]       Adding panic-halt v0.2.0 (available: v1.0.0)
[INFO] [stderr]       Adding ssd1306 v0.2.6 (available: v0.10.0)
[INFO] [stderr]       Adding stm32f4xx-hal v0.5.0 (available: v0.23.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 418a8c6ea520decff2f032fc05673e822d1f7e9a1a9ee2328efd2725b2c6f998
[INFO] running `Command { std: "docker" "start" "-a" "418a8c6ea520decff2f032fc05673e822d1f7e9a1a9ee2328efd2725b2c6f998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "418a8c6ea520decff2f032fc05673e822d1f7e9a1a9ee2328efd2725b2c6f998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "418a8c6ea520decff2f032fc05673e822d1f7e9a1a9ee2328efd2725b2c6f998", kill_on_drop: false }`
[INFO] [stdout] 418a8c6ea520decff2f032fc05673e822d1f7e9a1a9ee2328efd2725b2c6f998
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c1653681627280874834b58ff9300b267c321d8dfec6f32c22dd7c488ccf916
[INFO] running `Command { std: "docker" "start" "-a" "5c1653681627280874834b58ff9300b267c321d8dfec6f32c22dd7c488ccf916", kill_on_drop: false }`
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cortex-m-rt v0.6.15
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling cortex-m v0.6.7
[INFO] [stderr]    Compiling bitfield v0.13.2
[INFO] [stderr]    Compiling stm32f4 v0.7.1
[INFO] [stderr]    Compiling generic-array v0.13.3
[INFO] [stderr]    Compiling r0 v0.2.2
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.6.15
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling volatile-register v0.2.2
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling as-slice v0.1.5
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling aligned v0.3.5
[INFO] [stderr]    Compiling stm32f4xx-hal v0.5.0
[INFO] [stderr]    Compiling stm32f429i-disc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `interrupt` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `interrupt` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `Peripherals` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Peripherals` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use cortex_m_rt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Vector` in the type namespace is first re-exported here
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Vector` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `WWDG` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `WWDG` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FLASH` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FLASH` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `RCC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `RCC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FMC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FMC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SDIO` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SDIO` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DCMI` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DCMI` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `CRYP` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `CRYP` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FPU` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FPU` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART8` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART8` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DMA2D` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DMA2D` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ the name `rcc` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `rcc` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.57s
[INFO] running `Command { std: "docker" "inspect" "5c1653681627280874834b58ff9300b267c321d8dfec6f32c22dd7c488ccf916", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c1653681627280874834b58ff9300b267c321d8dfec6f32c22dd7c488ccf916", kill_on_drop: false }`
[INFO] [stdout] 5c1653681627280874834b58ff9300b267c321d8dfec6f32c22dd7c488ccf916
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab390500815a6598f078d4c32fa9caaf301e121131245dfa44e3f81f7cb578ff
[INFO] running `Command { std: "docker" "start" "-a" "ab390500815a6598f078d4c32fa9caaf301e121131245dfa44e3f81f7cb578ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling ssd1306 v0.2.6
[INFO] [stderr]    Compiling generic-array v0.11.2
[INFO] [stderr]    Compiling panic-halt v0.2.0
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `interrupt` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `interrupt` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `Peripherals` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Peripherals` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use cortex_m_rt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Vector` in the type namespace is first re-exported here
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Vector` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `WWDG` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `WWDG` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FLASH` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FLASH` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `RCC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `RCC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FMC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FMC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SDIO` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SDIO` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DCMI` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DCMI` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `CRYP` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `CRYP` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FPU` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FPU` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART8` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART8` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DMA2D` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DMA2D` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ the name `rcc` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `rcc` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling l3gd20 v0.2.0
[INFO] [stderr]    Compiling tinytga v0.1.0
[INFO] [stderr]    Compiling tinybmp v0.1.1
[INFO] [stderr]    Compiling embedded-graphics v0.4.9
[INFO] [stderr]    Compiling stm32f429i-disc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `interrupt` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `interrupt` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use cortex_m::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `Peripherals` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Peripherals` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use cortex_m_rt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Vector` in the type namespace is first re-exported here
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `Vector` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `WWDG` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `WWDG` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FLASH` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FLASH` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `RCC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `RCC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART1` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART1` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART2` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FMC` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FMC` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SDIO` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SDIO` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI3` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI3` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `TIM7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `TIM7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `USART6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `USART6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DCMI` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DCMI` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `CRYP` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `CRYP` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FPU` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `FPU` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART7` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART7` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `UART8` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `UART8` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI4` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI4` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI5` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI5` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `SPI6` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `SPI6` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use crate::hal::stm32::interrupt::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `DMA2D` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         -------------------- but the name `DMA2D` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use crate::hal::stm32::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ the name `rcc` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use crate::hal::*;
[INFO] [stdout]    |         ------------- but the name `rcc` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stm32f429i-disc` (example "serial_echo") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `stm32f429i-disc` (example "i2c_hal_ssd1306helloworld") due to 1 previous error
[INFO] [stderr] error: could not compile `stm32f429i-disc` (example "i2c_hal_ssd1306alphabeter") due to 1 previous error
[INFO] [stdout] warning: use of deprecated method `stm32f429i_disc::prelude::_embedded_hal_digital_OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout]   --> examples/gpio_hal_blinky.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |             led.set_high();
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stm32f429i-disc` (example "gpio_hal_blinky") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] warning: use of deprecated method `stm32f429i_disc::prelude::_embedded_hal_digital_OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout]   --> examples/gpio_hal_blinky.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |             led.set_low();
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ab390500815a6598f078d4c32fa9caaf301e121131245dfa44e3f81f7cb578ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab390500815a6598f078d4c32fa9caaf301e121131245dfa44e3f81f7cb578ff", kill_on_drop: false }`
[INFO] [stdout] ab390500815a6598f078d4c32fa9caaf301e121131245dfa44e3f81f7cb578ff
