lupyuen commented on PR #3076:
URL: https://github.com/apache/nuttx-apps/pull/3076#issuecomment-2887935450

   @Fix-Point Can you check why sim:citest is failing at ostest wdog.c:365? 
Here's the CI Test Log:
   https://gist.github.com/lupyuen/d942290f6fd6d2783aa47d243c9e3c3c
   ```bash
   sudo docker run \
     -it \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   cd
   git clone https://github.com/apache/nuttx
   git clone https://github.com/Fix-Point/nuttx-apps apps --branch 
fix-wdog-delay
   pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: 
https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
   pushd apps  ; git reset --hard HEAD ; echo NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
   cd ~/nuttx/tools/ci
   ./cibuild.sh -c -A -N -R testlist/sim-01.dat
   [ Wait for CI Test to fail, press Ctrl-C ]
   ls -l ~/nuttx/boards/sim/sim/sim/configs/citest/logs/sim/sim
   cat ~/nuttx/boards/sim/sim/sim/configs/citest/logs/sim/sim/*.log
   
   Configuration/Tool: sim/citest
   ...
   user_main: wdog test
   wdog_test start...
   wdtest_once 0 ns
   ...
   wdtest_once 1000000 ns
   dump_assert_info: Current Version: NuttX  12.9.0 e5bf4fc5c4 May 17 2025 
00:34:19 sim
   dump_assert_info: Assertion failed : at file: wdog.c:365 task: ostest 
process: ostest 0x400bc798
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to