simbit18 commented on PR #18331:
URL: https://github.com/apache/nuttx/pull/18331#issuecomment-3852724360
Hi @raiden00pl, The changes in this PR cause errors in sim:citest. Can you
check it?
```
Traceback (most recent call last):
YAML config:
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
{'config': {'cwd': './', 'timeout_session': 6000},
'product': {'cores': {'core0': {'conf_path': './.config',
'device': 'sim',
'elf_path': './nuttx',
'name': 'main'}},
'name': 'ntfc-sim'}}
JSON config:
{'args': {'kv': []},
'module': {'exclude_module': ['Nuttx_System_Driver_Pm',
'Nuttx_System_Fs_Fs'],
'include_module': [],
'order': []}}
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/__main__.py",
line 25, in <module>
main() # pylint: disable=no-value-for-parameter
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 1485, in __call__
return self.main(*args, **kwargs)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 1416, in main
ctx.exit()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 737, in exit
self.close()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 621, in close
self._close_with_exception_info(None, None, None)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 635, in _close_with_exception_info
exit_result = self._exit_stack.__exit__(exc_type, exc_value, tb)
File "/usr/lib/python3.10/contextlib.py", line 576, in __exit__
raise exc_details[1]
File "/usr/lib/python3.10/contextlib.py", line 561, in __exit__
if cb(*exc_details):
File "/usr/lib/python3.10/contextlib.py", line 449, in _exit_wrapper
callback(*args, **kwds)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/decorators.py",
line 93, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/click/core.py",
line 824, in invoke
return callback(*args, **kwargs)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/cli/main.py",
line 181, in cli_on_close
ret = test_run(pt, ctx)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/cli/main.py",
line 123, in test_run
return pt.runner(ctx.testpath, ctx.result, ctx.nologs)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/pytest/mypytest.py",
line 270, in runner
self._device_start()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/pytest/mypytest.py",
line 222, in _device_start
product.start()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/product.py",
line 70, in start
self._cores.start()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/cores.py",
line 73, in start
core.start()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/core.py",
line 510, in start
self._device.start()
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/device/sim.py",
line 52, in start
self.host_open(cmd, uptime)
File
"/github/workspace/nuttx-ntfc/venv/lib/python3.10/site-packages/ntfc/device/host.py",
line 139, in host_open
raise TimeoutError("device boot timeout")
TimeoutError: device boot timeout
+ ret=1
+ echo 1
+ deactivate
```
--
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]