lupyuen opened a new issue, #16088:
URL: https://github.com/apache/nuttx/issues/16088

   ### Description / Steps to reproduce the issue
   
   `sim:citest` is failing intermittently for the CI Job `Linux sim-01`:
   
https://github.com/apache/nuttx/actions/runs/14120849141/job/39560745665#step:7:227
   ```text
   Configuration/Tool: sim/citest
   test_framework/test_cmocka.py::test_cmocka FAILED                        [  
0%]
   test_framework/test_cmocka.py::test_cmocka ERROR                         [  
0%]
   test_example/test_example.py::test_hello FAILED                          [  
0%]
   test_example/test_example.py::test_hello ERROR                           [  
0%]
   test_example/test_example.py::test_helloxx FAILED                        [  
0%]
   ```
   Workaround is to restart the CI Job `Linux sim-01`. If it fails, restart 
again.
   
   I'm trying to reproduce the bug with Docker:
   ```bash
   sudo docker run \
     -it \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   
   cd
   git clone https://github.com/Zhangshoukui/nuttx --branch little
   # git clone https://github.com/apache/nuttx
   git clone https://github.com/apache/nuttx-apps apps
   
   pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git 
rev-parse HEAD) ; popd
   pushd apps  ; 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 it to fail, press Ctrl-C, then:
   cat ../../boards/sim/sim/sim/configs/citest/logs/*
   ```
   
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   GitHub CI ubuntu-latest
   
   ### NuttX Version
   
   master
   
   ### Issue Architecture
   
   [Arch: simulator]
   
   ### Issue Area
   
   [Area: Build System]
   
   ### Host information
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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.apache.org

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

Reply via email to