+ git clone -n https://github.com/andresv/embassy.git code Cloning into 'code'... + cd code + git checkout cacb941d1ec982b0c64711e40d6fe176f9b47df8 HEAD is now at cacb941d1 stm32 adc v3 read_async + exec .github/ci/build.sh Restoring lockfiles... 1342 matched and restored, 0 new, 1 changed, 1343 total Updating crates.io index Updating crates.io index Compiling embassy-rp-tests v0.1.0 (/ci/code/tests/rp) Compiling embassy-stm32 v0.1.0 (/ci/code/embassy-stm32) Compiling embassy-stm32-tests v0.1.0 (/ci/code/tests/stm32) error[E0308]: mismatched types --> /ci/code/embassy-stm32/src/adc/v3.rs:340:26 | 340 | reg.set_cont(true); | -------- ^^^^ expected `Cont`, found `bool` | | | arguments to this method are incorrect | note: method defined here --> /ci/cache/cargo/git/checkouts/stm32-data-generated-cb34dad5f3150296/e30c769/stm32-metapac/src/chips/stm32h563zi/../../peripherals/adc_h5.rs:127:8 | 127 | pub fn set_cont (& mut self , val : super :: vals :: Cont) { self . 0 = (self . 0 & ! (0x01 << 13usize)) | (((val . to_bits () as u32) & ... | ^^^^^^^^ error[E0308]: mismatched types --> /ci/code/embassy-stm32/src/adc/v3.rs:342:28 | 342 | reg.set_dmacfg(false); | ---------- ^^^^^ expected `Dmacfg`, found `bool` | | | arguments to this method are incorrect | note: method defined here --> /ci/cache/cargo/git/checkouts/stm32-data-generated-cb34dad5f3150296/e30c769/stm32-metapac/src/chips/stm32h563zi/../../peripherals/adc_h5.rs:107:8 | 107 | pub fn set_dmacfg (& mut self , val : super :: vals :: Dmacfg) { self . 0 = (self . 0 & ! (0x01 << 1usize)) | (((val . to_bits () as u32)... | ^^^^^^^^^^ error[E0308]: mismatched types --> /ci/code/embassy-stm32/src/adc/v3.rs:379:26 | 379 | reg.set_cont(false); | -------- ^^^^^ expected `Cont`, found `bool` | | | arguments to this method are incorrect | note: method defined here --> /ci/cache/cargo/git/checkouts/stm32-data-generated-cb34dad5f3150296/e30c769/stm32-metapac/src/chips/stm32h563zi/../../peripherals/adc_h5.rs:127:8 | 127 | pub fn set_cont (& mut self , val : super :: vals :: Cont) { self . 0 = (self . 0 & ! (0x01 << 13usize)) | (((val . to_bits () as u32) & ... | ^^^^^^^^ Compiling embassy-net v0.4.0 (/ci/code/embassy-net) Compiling embassy-stm32-wpan v0.1.0 (/ci/code/embassy-stm32-wpan) For more information about this error, try `rustc --explain E0308`. error: could not compile `embassy-stm32` (lib) due to 3 previous errors target: Target(CompileTarget { name: "thumbv8m.main-none-eabihf" }) features: ["_time-driver", "chrono", "default", "defmt", "low-power", "low-power-debug-with-sleep", "memory-x", "rt", "stm32h563zi", "time", "time-driver-any", "unstable-pac"] warning: build failed, waiting for other jobs to finish... error: could not compile `embassy-stm32` (lib) due to 3 previous errors target: Target(CompileTarget { name: "thumbv8m.main-none-eabihf" }) features: ["_time-driver", "default", "defmt", "exti", "low-power", "memory-x", "rt", "stm32h563zi", "time", "time-driver-any", "unstable-pac"] run failed: exited with code 101