Skip to content

sys: Add wakeup source subsystem #87102

sys: Add wakeup source subsystem

sys: Add wakeup source subsystem #87102

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Unit Test Results failed Nov 5, 2023 in 0s

2 755 errors, 59 pass in 5s

2 814 tests  +339        59 ✔️  - 2 414   5s ⏱️ - 46m 51s
   620 suites  -     9          0 💤  -        2 
       4 files    -     1          0 ±       0   2 755 🔥 +2 755 

Results for commit b4b3fb4. ± Comparison against earlier commit 3eb8842.

Annotations

Check failure on line 0 in esp32_ethernet_kit:samples/boards/esp32/ethernet/sample.board.esp32.ethernet

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/boards/esp32/ethernet/sample.board.esp32.ethernet (esp32_ethernet_kit:samples/boards/esp32/ethernet/sample.board.esp32.ethernet) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/boards/esp32/ethernet
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: esp32_ethernet_kit
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/xtensa/esp32_ethernet_kit/esp32_ethernet_kit.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/samples/boards/esp32/ethernet/boards/esp32_ethernet_kit.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/boards/esp32/ethernet/sample.board.esp32.ethernet/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/boards/esp32/ethernet/sample.board.esp32.ethernet/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/boards/esp32/ethernet/sample.board.esp32.ethernet/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/boards/esp32/ethernet/sample.board.esp32.ethernet/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/boards/esp32/ethernet/sample.board.esp32.ethernet/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in esp32_ethernet_kit:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (esp32_ethernet_kit:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: esp32_ethernet_kit
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/xtensa/esp32_ethernet_kit/esp32_ethernet_kit.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/esp32_ethernet_kit/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in mimxrt1050_evk_qspi:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (mimxrt1050_evk_qspi:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: mimxrt1050_evk_qspi
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/mimxrt1050_evk/mimxrt1050_evk_qspi.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/mimxrt1050_evk_qspi/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/mimxrt1050_evk_qspi/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/mimxrt1050_evk_qspi/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/mimxrt1050_evk_qspi/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/mimxrt1050_evk_qspi/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in mimxrt1015_evk:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (mimxrt1015_evk:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: mimxrt1015_evk
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/mimxrt1015_evk/mimxrt1015_evk.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/mimxrt1015_evk/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/mimxrt1015_evk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/mimxrt1015_evk/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/mimxrt1015_evk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/mimxrt1015_evk/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in gd32f470i_eval:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (gd32f470i_eval:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f470i_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f470i_eval/gd32f470i_eval.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f470i_eval/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback (gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f470i_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f470i_eval/gd32f470i_eval.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/gd32f470i_eval.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)

Check failure on line 0 in gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback (gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f470i_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f470i_eval/gd32f470i_eval.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/gd32f470i_eval.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f470i_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)

Check failure on line 0 in longan_nano:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (longan_nano:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: longan_nano
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/riscv/longan_nano/longan_nano.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/longan_nano/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/longan_nano/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/longan_nano/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/longan_nano/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/longan_nano/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in longan_nano:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback (longan_nano:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: longan_nano
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/riscv/longan_nano/longan_nano.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/longan_nano.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)

Check failure on line 0 in longan_nano:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback (longan_nano:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: longan_nano
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/riscv/longan_nano/longan_nano.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/longan_nano.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/longan_nano/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)

Check failure on line 0 in cc26x2r1_launchxl:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (cc26x2r1_launchxl:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: cc26x2r1_launchxl
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/cc26x2r1_launchxl/cc26x2r1_launchxl.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/cc26x2r1_launchxl/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/cc26x2r1_launchxl/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/cc26x2r1_launchxl/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/cc26x2r1_launchxl/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/cc26x2r1_launchxl/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in arduino_due:samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780 (arduino_due:samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/drivers/lcd_hd44780
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: arduino_due
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/arduino_due/arduino_due.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/arduino_due/samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/arduino_due/samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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!

Check failure on line 0 in arduino_due:samples/sensor/mpr/sample.sensor.mpr

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/sensor/mpr/sample.sensor.mpr (arduino_due:samples/sensor/mpr/sample.sensor.mpr) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/sensor/mpr
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: arduino_due
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/arduino_due/arduino_due.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/samples/sensor/mpr/boards/arduino_due.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/arduino_due/samples/sensor/mpr/sample.sensor.mpr/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/arduino_due/samples/sensor/mpr/sample.sensor.mpr/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/sensor/mpr/sample.sensor.mpr/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/sensor/mpr/sample.sensor.mpr/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/sensor/mpr/sample.sensor.mpr/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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!

Check failure on line 0 in arduino_due:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (arduino_due:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: arduino_due
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/arduino_due/arduino_due.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/arduino_due/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/arduino_due/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/arduino_due/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in [email protected]:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization ([email protected]:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: cy8ckit_062_ble_m4, Revision: 0.0.0
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/cy8ckit_062_ble/cy8ckit_062_ble_m4.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/boards/arm/cy8ckit_062_ble/cy8ckit_062_ble_m4_0_0_0.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/[email protected]/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/[email protected]/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/[email protected]/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/[email protected]/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/[email protected]/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in efm32pg_stk3402a_jg:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (efm32pg_stk3402a_jg:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: efm32pg_stk3402a_jg
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/efm32pg_stk3402a/efm32pg_stk3402a_jg.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/efm32pg_stk3402a_jg/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/efm32pg_stk3402a_jg/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/efm32pg_stk3402a_jg/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/efm32pg_stk3402a_jg/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/efm32pg_stk3402a_jg/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in bl652_dvk:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (bl652_dvk:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: bl652_dvk
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/bl652_dvk/bl652_dvk.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/bl652_dvk/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/bl652_dvk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'-Wno-unique_unit_address_if_enabled';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/bl652_dvk/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/bl652_dvk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/bl652_dvk/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in mimxrt1010_evk:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (mimxrt1010_evk:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: mimxrt1010_evk
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/mimxrt1010_evk/mimxrt1010_evk.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/mimxrt1010_evk/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/mimxrt1010_evk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/mimxrt1010_evk/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/mimxrt1010_evk/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/mimxrt1010_evk/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in decawave_dwm1001_dev:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (decawave_dwm1001_dev:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: decawave_dwm1001_dev
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/decawave_dwm1001_dev/decawave_dwm1001_dev.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/decawave_dwm1001_dev/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/decawave_dwm1001_dev/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'-Wno-unique_unit_address_if_enabled';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/decawave_dwm1001_dev/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/decawave_dwm1001_dev/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/decawave_dwm1001_dev/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in dragino_nbsn95:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (dragino_nbsn95:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: dragino_nbsn95
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/dragino_nbsn95/dragino_nbsn95.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/dragino_nbsn95/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/dragino_nbsn95/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/dragino_nbsn95/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/dragino_nbsn95/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/dragino_nbsn95/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in da14695_dk_usb:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (da14695_dk_usb:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: da14695_dk_usb
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/da14695_dk_usb/da14695_dk_usb.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/da14695_dk_usb/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/da14695_dk_usb/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/da14695_dk_usb/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/da14695_dk_usb/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/da14695_dk_usb/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in gd32f403z_eval:samples/synchronization/sample.kernel.synchronization

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

samples/synchronization/sample.kernel.synchronization (gd32f403z_eval:samples/synchronization/sample.kernel.synchronization) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/synchronization
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f403z_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f403z_eval/gd32f403z_eval.dts
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f403z_eval/samples/synchronization/sample.kernel.synchronization/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/samples/synchronization/sample.kernel.synchronization/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/samples/synchronization/sample.kernel.synchronization/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/samples/synchronization/sample.kernel.synchronization/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in gd32f403z_eval:tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio (gd32f403z_eval:tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/drivers/pinctrl/gd32
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f403z_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f403z_eval/gd32f403z_eval.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/pinctrl/gd32/boards/gd32f403z_eval.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio/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:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (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:5 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback (gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f403z_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f403z_eval/gd32f403z_eval.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/gd32f403z_eval.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)

Check failure on line 0 in gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback (gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback) with error

artifacts/Unit Test Results (Subset 1)/twister-out/twister.xml [took 0s]
Raw output
Cmake build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /github/home/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback
-- CMake version: 3.22.1
-- Zephyr version: 3.5.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: gd32f403z_eval
-- Found host-tools: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/toolchains/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.3/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/gd32f403z_eval/gd32f403z_eval.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/boards/gd32f403z_eval.overlay
Traceback (most recent call last):
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 1086, in <module>
    main()
  File "/__w/zephyr/zephyr/scripts/dts/gen_defines.py", line 59, in main
    edt = edtlib.EDT(args.dts, args.bindings_dirs,
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1968, in __init__
    self._finish_init()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 1975, in _finish_init
    self._init_compat2binding()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2173, in _init_compat2binding
    binding = self._binding(raw, binding_path, dt_compats)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 2205, in _binding
    return Binding(binding_path, self._binding_fname2path, raw=raw)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 225, in __init__
    self._check(require_compatible, require_description)
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 421, in _check
    self._check_properties()
  File "/__w/zephyr/zephyr/scripts/dts/python-devicetree/src/devicetree/edtlib.py", line 443, in _check_properties
    for key in options:
TypeError: 'NoneType' object is not iterable
-- In: /__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr, command: /usr/bin/python;/__w/zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/__w/zephyr/zephyr/tests/drivers/spi/spi_loopback/dts/bindings;/__w/zephyr/zephyr/dts/bindings;--header-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/zephyr.dts.new;--edt-pickle-out;/__w/zephyr/zephyr/twister-out/gd32f403z_eval/tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback/zephyr/edt.pickle;--edtlib-Werror;--vendor-prefixes;/__w/zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:129 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  cmake/package_helper.cmake:126 (find_package)