Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i2s support for esp32 and esp32s2 #83710

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

boards: esp32: add i2s to non gdma soc boards

045619f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

i2s support for esp32 and esp32s2 #83710

boards: esp32: add i2s to non gdma soc boards
045619f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results failed Jan 21, 2025 in 0s

5 884 errors, 110 skipped, 4 882 pass in 46m 10s

    18 files  +    17    884 suites  +883   46m 10s ⏱️ + 40m 13s
10 876 tests +10 117  4 882 ✅ +4 123  110 💤 +110  0 ❌ ±0  5 884 🔥 +5 884 
10 981 runs  +10 222  4 957 ✅ +4 198  115 💤 +115  0 ❌ ±0  5 909 🔥 +5 909 

Results for commit 045619f. ± Comparison against earlier commit 4431669.

Annotations

Check failure on line 0 in esp32_devkitc_wrover/esp32/procpu:arch.common.timing

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

arch.common.timing (esp32_devkitc_wrover/esp32/procpu:arch.common.timing) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/arch/common/timing
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wrover, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wrover/esp32/procpu:arch.common.xip

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

arch.common.xip (esp32_devkitc_wrover/esp32/procpu:arch.common.xip) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/xip
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wrover, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wrover/esp32/procpu:arch.common.xip.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

arch.common.xip.minimallibc (esp32_devkitc_wrover/esp32/procpu:arch.common.xip.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/xip
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wrover, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wrover/esp32/procpu:arch.interrupt

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

arch.interrupt (esp32_devkitc_wrover/esp32/procpu:arch.interrupt) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/interrupt
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wrover, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wrover/esp32/procpu:arch.interrupt.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

arch.interrupt.minimallibc (esp32_devkitc_wrover/esp32/procpu:arch.interrupt.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/interrupt
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wrover, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.message_queue

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.message_queue (esp32_devkitc_wroom/esp32/procpu:kernel.message_queue) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/msgq/msgq_api
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.message_queue.usage

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.message_queue.usage (esp32_devkitc_wroom/esp32/procpu:kernel.message_queue.usage) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/msgq/msgq_usage
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.multiprocessing.smp (esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/smp
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.affinity

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.multiprocessing.smp.affinity (esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.affinity) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/smp
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.affinity.custom_rom_offset

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.multiprocessing.smp.affinity.custom_rom_offset (esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.affinity.custom_rom_offset) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/smp
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.multiprocessing.smp.minimallibc (esp32_devkitc_wroom/esp32/procpu:kernel.multiprocessing.smp.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/smp
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.mutex

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.mutex (esp32_devkitc_wroom/esp32/procpu:kernel.mutex) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/mutex/mutex_api
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.mutex.error

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.mutex.error (esp32_devkitc_wroom/esp32/procpu:kernel.mutex.error) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/mutex/mutex_error_case
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.mutex.system

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.mutex.system (esp32_devkitc_wroom/esp32/procpu:kernel.mutex.system) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/mutex/sys_mutex
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.mutex.system.nouser

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.mutex.system.nouser (esp32_devkitc_wroom/esp32/procpu:kernel.mutex.system.nouser) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/mutex/sys_mutex
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.obj_core

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.obj_core (esp32_devkitc_wroom/esp32/procpu:kernel.obj_core) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/obj_core/obj_core
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.obj_core.stats

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.obj_core.stats (esp32_devkitc_wroom/esp32/procpu:kernel.obj_core.stats) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/obj_core/obj_core_stats
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.obj_core.stats.api

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.obj_core.stats.api (esp32_devkitc_wroom/esp32/procpu:kernel.obj_core.stats.api) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/obj_core/obj_core_stats_api
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.objects

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.objects (esp32_devkitc_wroom/esp32/procpu:kernel.objects) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/pending
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.objects.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.objects.minimallibc (esp32_devkitc_wroom/esp32/procpu:kernel.objects.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/pending
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.objects.tracking

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.objects.tracking (esp32_devkitc_wroom/esp32/procpu:kernel.objects.tracking) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/obj_tracking
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.objects.tracking.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.objects.tracking.minimallibc (esp32_devkitc_wroom/esp32/procpu:kernel.objects.tracking.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/obj_tracking
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.pipe.api

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.pipe.api (esp32_devkitc_wroom/esp32/procpu:kernel.pipe.api) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/pipe/pipe_api
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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:3 (find_package)


-- Configuring incomplete, errors occurred!

Check failure on line 0 in esp32_devkitc_wroom/esp32/procpu:kernel.poll

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.poll (esp32_devkitc_wroom/esp32/procpu:kernel.poll) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/kernel/poll
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at /__w/zephyr/zephyr/cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /__w/zephyr/zephyr/cmake/modules/zephyr_default.cmake:133 (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 esp32_devkitc_wroom/esp32/procpu:kernel.poll.minimallibc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

kernel.poll.minimallibc (esp32_devkitc_wroom/esp32/procpu:kernel.poll.minimallibc) with error

artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 0s]
Raw output
CMake build failure
Loading Zephyr module(s) (Zephyr base): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/kernel/poll
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 4.0.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: esp32_devkitc_wroom, qualifiers: esp32/procpu
-- Found host-tools: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/opt/toolchains/zephyr-sdk-0.17.0)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.17.0/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/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts
devicetree error: /__w/zephyr/zephyr/boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom-pinctrl.dtsi:80 (column 14): parse error: expected number or parenthesized expression
CMake Error at cmake/modules/dts.cmake:303 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  cmake/modules/zephyr_default.cmake:133 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  cmake/package_helper.cmake:101 (find_package)