acassis commented on PR #19863:
URL: https://github.com/apache/nuttx/pull/19863#issuecomment-5308232589
@xiaoxiang781216 @jerpelea seems like the CI is broken again:
```
====================================================================================
Cmake in present: qemu-armv8a/citest_smp
Configuration/Tool: qemu-armv8a/citest_smp
2026-08-16 14:54:57
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
TOOLS_DIR path is "/github/workspace/sources/nuttx"
HOST = Linux
Building NuttX...
Running NuttX...
++ pwd
+ olddir=/github/workspace/sources/nuttx
+
nuttdir=/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../
+ cd
/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../
+
confpath=/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml
+
jsonconf=/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json
+ testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing
+ ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing
--confpath=/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml
--jsonconf=/github/workspace/sources/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json
CPU information header not found in output
YAML config:
{'config': {'cwd': './'},
'product': {'cores': {'core0': {'conf_path': './build/.config',
'device': 'qemu',
'elf_path': './build/nuttx',
'exec_args': '-cpu cortex-a53 -nographic
-smp '
'4 -machine '
'virt,virtualization=on,gic-version=3 '
'-net none -chardev '
'stdio,id=con,mux=on -serial '
'chardev:con -mon '
'chardev=con,mode=readline',
'exec_path': 'qemu-system-aarch64',
'name': 'main'}},
'name': 'qemu-armv8a-smp'}}
JSON config:
{'args': {'kv': []},
'module': {'exclude_module': ['Nuttx_System_Fs_Fs'],
'include_module': [],
'order': []}}
```
--
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]