XuNeo commented on PR #2979:
URL: https://github.com/apache/nuttx-apps/pull/2979#issuecomment-2623422290

   The CI reports error:
   ```
   
   =================================== FAILURES 
===================================
   ______________________ test_ltp_interfaces_lio_listio_3_1 
______________________
   
   p = <utils.common.connectNuttx object at 0x7fb4844859c0>
   
       def test_ltp_interfaces_lio_listio_3_1(p):
           ret = p.sendCommand(
               "ltp_interfaces_lio_listio_3_1",
               ["PASSED", "passed", "Passed", "PASS"],
               timeout=10,
           )
           retID = p.sendCommand("echo $?", "0", timeout=2)
   >       assert ret >= 0
   E       assert -1 >= 0
   
   
/github/workspace/sources/nuttx/tools/ci/testrun/script/test_open_posix/test_openposix_.py:5701:
 AssertionError
   ----------------------------- Captured stdout call 
-----------------------------
   +------------------------------------------- Catch Exception 
-------------------------------------------+
   +----------------------------------------------- Result 
------------------------------------------------+
   | Command     : 'ltp_interfaces_lio_listio_3_1'                              
                           |
   | Expect value: [['PASSED', 'passed', 'Passed', 'PASS']]                     
                           |
   | Timeout     : 10s                                                          
                           |
   | Test result : Timeout                                                      
                           |
   
+-------------------------------------------------------------------------------------------------------+
   +------------------------------------------- Catch Exception 
-------------------------------------------+
   +----------------------------------------------- Result 
------------------------------------------------+
   | Command     : 'echo $?'                                                    
                           |
   | Expect value: ['0']                                                        
                           |
   | Timeout     : 2s                                                           
                           |
   | Test result : Timeout                                                      
                           |
   
+-------------------------------------------------------------------------------------------------------+
   - generated json report: 
/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json
 -
   
   ```
   
   I'm not sure how it's related.


-- 
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