simbit18 commented on issue #18568: URL: https://github.com/apache/nuttx/issues/18568#issuecomment-4142030397
Hi @tmedicci The check does not directly concern the duration of the job but that of pytest, and the following has been added by @lupyuen PR https://github.com/apache/nuttx/pull/14849 `sleep 7200 ; echo Killing pytest after timeout... ; pkill -f pytest` @lupyuen, please correct me if I'm wrong :) Job [Linux (xtensa-01)](https://github.com/tmedicci/manual-nuttx-ci/actions/runs/23606479413/job/68750649341#logs) failed due to this error ``` ==================================================================================== Configuration/Tool: heltec_wifi_lora32/sx1276 2026-03-26 16:57:18 ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... board/esp32_sx127x.c:40:10: fatal error: esp32_gpio.h: No such file or directory 40 | #include "esp32_gpio.h" | ^~~~~~~~~~~~~~ compilation terminated. ERROR: xtensa-esp32-elf-gcc failed: 1 command: xtensa-esp32-elf-gcc -MT ./esp32_sx127x.o -M '-fno-common' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-Wno-psabi' '-Os' '-fno-strict-aliasing' '-fomit-frame-pointer' '-ffunction-sections' '-fdata-sections' '-mlongcalls' '-isystem' '/github/workspace/sources/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-D__KERNEL__' '-Wno-cpp' '-Werror' '-I' '/github/workspace/sources/nuttx/arch/xtensa/src/board/board' '-I' '/github/workspace/sources/nuttx/arch/xtensa/src/board/src' '-I' '/github/workspace/sources/nuttx/sched' '-I' '/github/workspace/sources/nuttx/arch/xtensa/src/chip' '-I' '/github/workspace/sources/nuttx/arch/xtensa/src/common' '-I' '/github/workspace/sources/nuttx/arch/xtensa/src/board/include' board/esp32_sx127x.c make[2]: *** [/github/workspace/sources/nuttx/boards/Board.mk:95: .depend] Error 1 make[2]: Target 'depend' not remade because of errors. make[1]: *** [Makefile:216: .depend] Error 2 make[1]: Target 'depend' not remade because of errors. make: *** [tools/Unix.mk:670: pass2dep] Error 2 make: Target 'all' not remade because of errors. /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory [1/1] Normalize heltec_wifi_lora32/sx1276 ==================================================================================== ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
