-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorearea: Devicetreearea: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: highHigh impact/importance bugHigh impact/importance bug
Description
Describe the bug
Running CI on PR for zephyr:
scripts/twister -p stm32f3_seco_d23 -s zephyr/tests/kernel/timer/starve/kernel.timer.starve
Observed for
- stm32f3_seco_d23
To Reproduce
Steps to reproduce the behavior:
- scripts/twister -p stm32f3_seco_d23 -s zephyr/tests/kernel/timer/starve/kernel.timer.starve
Expected behavior
Valid console output
Impact
Not clear
Logs and console output
ERROR - Cmake build failure: /__w/zephyr/zephyr/tests/kernel/timer/starve for stm32f3_seco_d23
INFO - 56/510 stm32f3_seco_d23 zephyr/tests/kernel/timer/starve/kernel.timer.starve FAILED Cmake build failure (build)
INFO - /__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/build.log
ERROR - Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/timer/starve
-- Found Python3: /usr/bin/python3.8 (found suitable exact version "3.8.10") found components: Interpreter
-- Cache files will be written to: /__w/zephyr/zephyr/.cache
-- Zephyr version: 3.2.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
-- Board: stm32f3_seco_d23
-- Found host-tools: zephyr 0.15.2 (/opt/toolchains/zephyr-sdk-0.15.2)
-- Found toolchain: zephyr 0.15.2 (/opt/toolchains/zephyr-sdk-0.15.2)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.15.2/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/stm32f3_seco_d23/stm32f3_seco_d23.dts
devicetree error: 'resets' is marked as required in 'properties:' in /__w/zephyr/zephyr/dts/bindings/timer/st,stm32-timers.yaml, but does not appear in <Node /soc/timers@40000800 in '/__w/zephyr/zephyr/misc/empty_file.c'>
-- In: /__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/zephyr, command: /usr/bin/python3.8;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/stm32f3_seco_d23/zephyr/tests/kernel/timer/starve/kernel.timer.starve/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:231 (message):
gen_defines.py failed with return code: 1
Call Stack (most recent call first):
/__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:[108](https://github.com/zephyrproject-rtos/zephyr/actions/runs/3732036217/jobs/6331025248#step:13:109) (include)
/__w/zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/__w/zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
Environment (please complete the following information):
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.15.1
- Commit SHA or Version used: 3c9aa92
Metadata
Metadata
Assignees
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorearea: Devicetreearea: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: highHigh impact/importance bugHigh impact/importance bug