+ git clone -n https://github.com/xoviat/stm32-data.git code
Cloning into 'code'...
+ cd code
+ git checkout 0097cd2cf7da993b7910ba31b79a094e2a806dd4
HEAD is now at 0097cd2 pkg: autodetect header
+ exec .github/ci/build.sh
+ git config --global gc.autoDetach false
+ export RUSTUP_HOME=/ci/cache/rustup
+ RUSTUP_HOME=/ci/cache/rustup
+ export CARGO_HOME=/ci/cache/cargo
+ CARGO_HOME=/ci/cache/cargo
+ export CARGO_TARGET_DIR=/ci/cache/target
+ CARGO_TARGET_DIR=/ci/cache/target
+ hashtime restore /ci/cache/filetime.json
570 matched and restored, 0 new, 5 changed, 575 total
+ hashtime save /ci/cache/filetime.json
+ cargo fmt -- --check
+ git remote add upstream https://github.com/embassy-rs/stm32-data
+ git fetch --depth 15 upstream main
From https://github.com/embassy-rs/stm32-data
* branch main -> FETCH_HEAD
* [new branch] main -> upstream/main
+ git branch --remote --contains HEAD
+ grep upstream/main
+ echo 'not on base branch'
not on base branch
+ git pull -q upstream main --no-rebase
+ set +e
++ git merge-base HEAD upstream/main
+ git clone --depth 1 --branch stm32-data-00b776e73a5b941cbebb27f7955de8fc143f5e67 https://github.com/embassy-rs/stm32-data-generated/ build -q
+ DIFF_OK=0
+ set -e
+ mv /ci/cache/sources ./sources
+ ./d ci
From https://github.com/embassy-rs/stm32-data-sources
* branch 2c931f72c23066362c23326e4ad75506fe548ed3 -> FETCH_HEAD
HEAD is now at 2c931f7 Merge pull request #21 from embassy-rs/move-descriptors
Compiling stm32-data-gen v0.1.0 (/ci/code/stm32-data-gen)
warning: unused import: `trace`
--> stm32-data-gen/src/generator.rs:5:11
|
5 | use log::{trace, warn};
| ^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: `stm32-data-gen` (bin "stm32-data-gen") generated 1 warning (run `cargo fix --bin "stm32-data-gen" -p stm32-data-gen` to apply 1 suggestion)
Finished `release` profile [optimized + debuginfo] target(s) in 6.62s
Running `/ci/cache/target/release/stm32-data-gen`
NOTE: use RUST_LOG=level to set log level
Starting timer
Parsing headers
done in 1.76 seconds
Parsing other stuff
done in 0.58 seconds
Parsing chip groups
done in 1.03 seconds
Parsing packages
done in 0.05 seconds
Processing chips
thread '<unnamed>' (390) panicked at stm32-data-gen/src/interrupts.rs:408:29:
Unknown signal ERR for peri I2C1 chip STM32C551KET6, known=["ER", "EV"], parts=["I2C1_ERR_IRQn", "Y", "I2C1", "", ""]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
./d: line 10: 136 Aborted (core dumped) cargo run --release --bin stm32-data-gen
run failed: exited with code 134