masayuki2009 commented on PR #8438:
URL: https://github.com/apache/nuttx/pull/8438#issuecomment-1418625651

   ```
   ________________________ ERROR at setup of test_helloxx 
________________________
   
   get_option = (None, 'sabre-6quad', '/github/workspace/sources/nuttx', 
'/data', 
'/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu',
 None, ...)
   
       @pytest.fixture(scope="session", name="p")
       def connect_nuttx_session(get_option):
           (
               dev,
               board,
               vela_path,
               fs,
               log_path,
               ota_version,
               core,
               sudo,
               ci,
               method,
               target,
           ) = get_option
           print(get_option)
           p = connectNuttx(
               board, vela_path, dev, log_path, fs, ota_version, core, sudo, 
ci, method, target
           )
   >       p.setup()
   
   /github/workspace/sources/nuttx/tools/ci/testrun/script/conftest.py:98: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   /github/workspace/sources/nuttx/tools/ci/testrun/utils/common.py:61: in setup
       start.startQemu(self, self.path, self.log_path, self.board, self.sudo)
   /github/workspace/sources/nuttx/tools/ci/testrun/utils/common.py:234: in 
startQemu
       self.process.expect(self.PROMPT)
   /usr/local/lib/python3.8/dist-packages/pexpect/spawnbase.py:343: in expect
       return self.expect_list(compiled_pattern_list,
   /usr/local/lib/python3.8/dist-packages/pexpect/spawnbase.py:372: in 
expect_list
       return exp.expect_loop(timeout)
   /usr/local/lib/python3.8/dist-packages/pexpect/expect.py:181: in expect_loop
       return self.timeout(e)
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   
   self = <pexpect.expect.Expecter object at 0x7f539326aa30>
   err = TIMEOUT('Timeout exceeded.')
   
       def timeout(self, err=None):
           spawn = self.spawn
       
           spawn.before = spawn._before.getvalue()
           spawn.after = TIMEOUT
           index = self.searcher.timeout_index
           if index >= 0:
               spawn.match = TIMEOUT
               spawn.match_index = index
               return index
           else:
               spawn.match = None
               spawn.match_index = None
               msg = str(spawn)
               msg += '\nsearcher: %s' % self.searcher
               if err is not None:
                   msg = str(err) + '\n' + msg
       
               exc = TIMEOUT(msg)
               exc.__cause__ = None    # in Python 3.x we can use "raise exc 
from None"
   >           raise exc
   E           pexpect.exceptions.TIMEOUT: Timeout exceeded.
   E           <pexpect.pty_spawn.spawn object at 0x7f539326ab20>
   E           command: /usr/bin/bash
   E           args: ['/usr/bin/bash', '-c', 'qemu-system-arm -M sabrelite -smp 
1 -bios none -kernel ./nuttx -nographic | tee 
/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu/sabre-6quad_20230206_060401.log']
   E           buffer (last 100 chars): b':27 arm\r\r\n_assert: Assertion 
failed : at file: mm_heap/mm_malloc.c:195 task: Idle Task 0x1080106d\r\r\n'
   E           before (last 100 chars): b':27 arm\r\r\n_assert: Assertion 
failed : at file: mm_heap/mm_malloc.c:195 task: Idle Task 0x1080106d\r\r\n'
   E           after: <class 'pexpect.exceptions.TIMEOUT'>
   E           match: None
   E           match_index: None
   E           exitstatus: None
   E           flag_eof: False
   E           pid: 317973
   E           child_fd: 7
   E           closed: False
   E           timeout: 30
   E           delimiter: <class 'pexpect.exceptions.EOF'>
   E           logfile: None
   E           logfile_read: None
   E           logfile_send: None
   E           maxread: 2000
   E           ignorecase: False
   E           searchwindowsize: None
   E           delaybeforesend: 0.05
   E           delayafterclose: 0.1
   E           delayafterterminate: 0.1
   E           searcher: searcher_re:
   E               0: re.compile(b'nsh>')
   
   /usr/local/lib/python3.8/dist-packages/pexpect/expect.py:144: TIMEOUT
   _________________________ ERROR at setup of test_pipe 
__________________________
   ```


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

Reply via email to