Last active
May 26, 2026 06:43
-
-
Save lupyuen/42df35f7c96ef79f3402353c0065af5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| luppy@thinkstation:~/nuttx-test-bot$ sudo docker run \ | |
| -it \ | |
| ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ | |
| /bin/bash | |
| [sudo] password for luppy: | |
| root@710fcf53e8ef:/tools# pip install ntfc | |
| Collecting ntfc | |
| Downloading ntfc-0.0.2-py3-none-any.whl.metadata (3.9 kB) | |
| Requirement already satisfied: click>=8.1 in /usr/local/lib/python3.10/dist-packages (from ntfc) (8.4.1) | |
| Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from ntfc) (5.4.1) | |
| Requirement already satisfied: pyelftools in /usr/local/lib/python3.10/dist-packages (from ntfc) (0.32) | |
| Requirement already satisfied: pexpect in /usr/local/lib/python3.10/dist-packages (from ntfc) (4.8.0) | |
| Collecting psutil (from ntfc) | |
| Downloading psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (22 kB) | |
| Requirement already satisfied: pyserial in /usr/local/lib/python3.10/dist-packages (from ntfc) (3.5) | |
| Requirement already satisfied: pytest in /usr/local/lib/python3.10/dist-packages (from ntfc) (6.2.5) | |
| Collecting pytest-dependency (from ntfc) | |
| Downloading pytest_dependency-0.6.1.tar.gz (20 kB) | |
| Installing build dependencies ... done | |
| Getting requirements to build wheel ... done | |
| Preparing metadata (pyproject.toml) ... done | |
| Collecting pytest-html (from ntfc) | |
| Downloading pytest_html-4.2.0-py3-none-any.whl.metadata (4.0 kB) | |
| Requirement already satisfied: pytest-repeat in /usr/local/lib/python3.10/dist-packages (from ntfc) (0.9.1) | |
| Collecting pytest-timeout (from ntfc) | |
| Downloading pytest_timeout-2.4.0-py3-none-any.whl.metadata (20 kB) | |
| Requirement already satisfied: pytest-ordering in /usr/local/lib/python3.10/dist-packages (from ntfc) (0.6) | |
| Collecting requests (from ntfc) | |
| Downloading requests-2.34.2-py3-none-any.whl.metadata (4.8 kB) | |
| Collecting pillow (from ntfc) | |
| Downloading pillow-12.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB) | |
| Collecting prettytable (from ntfc) | |
| Downloading prettytable-3.17.0-py3-none-any.whl.metadata (34 kB) | |
| Collecting pytz (from ntfc) | |
| Downloading pytz-2026.2-py2.py3-none-any.whl.metadata (22 kB) | |
| Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.10/dist-packages (from pexpect->ntfc) (0.7.0) | |
| Collecting wcwidth (from prettytable->ntfc) | |
| Downloading wcwidth-0.7.0-py3-none-any.whl.metadata (36 kB) | |
| Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (26.1.0) | |
| Requirement already satisfied: iniconfig in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (2.3.0) | |
| Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (26.2) | |
| Requirement already satisfied: pluggy<2.0,>=0.12 in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (1.6.0) | |
| Requirement already satisfied: py>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (1.11.0) | |
| Requirement already satisfied: toml in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (0.10.2) | |
| Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pytest-dependency->ntfc) (59.6.0) | |
| Requirement already satisfied: jinja2>=3 in /usr/local/lib/python3.10/dist-packages (from pytest-html->ntfc) (3.1.6) | |
| Collecting pytest-metadata>=2 (from pytest-html->ntfc) | |
| Downloading pytest_metadata-3.1.1-py3-none-any.whl.metadata (8.6 kB) | |
| Collecting pytest (from ntfc) | |
| Downloading pytest-9.0.3-py3-none-any.whl.metadata (7.6 kB) | |
| Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2>=3->pytest-html->ntfc) (3.0.3) | |
| Collecting exceptiongroup>=1 (from pytest->ntfc) | |
| Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) | |
| Requirement already satisfied: pygments>=2.7.2 in /usr/local/lib/python3.10/dist-packages (from pytest->ntfc) (2.20.0) | |
| Collecting tomli>=1 (from pytest->ntfc) | |
| Downloading tomli-2.4.1-py3-none-any.whl.metadata (10 kB) | |
| Requirement already satisfied: typing-extensions>=4.6.0 in /usr/local/lib/python3.10/dist-packages (from exceptiongroup>=1->pytest->ntfc) (4.15.0) | |
| Collecting charset_normalizer<4,>=2 (from requests->ntfc) | |
| Downloading charset_normalizer-3.4.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) | |
| Collecting idna<4,>=2.5 (from requests->ntfc) | |
| Downloading idna-3.16-py3-none-any.whl.metadata (6.4 kB) | |
| Collecting urllib3<3,>=1.26 (from requests->ntfc) | |
| Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) | |
| Collecting certifi>=2023.5.7 (from requests->ntfc) | |
| Downloading certifi-2026.5.20-py3-none-any.whl.metadata (2.5 kB) | |
| Downloading ntfc-0.0.2-py3-none-any.whl (132 kB) | |
| Downloading pillow-12.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 39.9 MB/s 0:00:00 | |
| Downloading prettytable-3.17.0-py3-none-any.whl (34 kB) | |
| Downloading psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (155 kB) | |
| Downloading pytest_html-4.2.0-py3-none-any.whl (23 kB) | |
| Downloading pytest-9.0.3-py3-none-any.whl (375 kB) | |
| Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) | |
| Downloading pytest_metadata-3.1.1-py3-none-any.whl (11 kB) | |
| Downloading tomli-2.4.1-py3-none-any.whl (14 kB) | |
| Downloading pytest_timeout-2.4.0-py3-none-any.whl (14 kB) | |
| Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) | |
| Downloading requests-2.34.2-py3-none-any.whl (73 kB) | |
| Downloading charset_normalizer-3.4.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216 kB) | |
| Downloading idna-3.16-py3-none-any.whl (74 kB) | |
| Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) | |
| Downloading certifi-2026.5.20-py3-none-any.whl (134 kB) | |
| Downloading wcwidth-0.7.0-py3-none-any.whl (110 kB) | |
| Building wheels for collected packages: pytest-dependency | |
| Building wheel for pytest-dependency (pyproject.toml) ... done | |
| Created wheel for pytest-dependency: filename=pytest_dependency-0.6.1-py3-none-any.whl size=9074 sha256=f399c4c041a2e87024bfce398f1acb607f5f7aec65699587ecf3391ced9a42c6 | |
| Stored in directory: /tmp/pip-ephem-wheel-cache-rrv8ct6a/wheels/58/b6/8c/054b375aca299e672ef786e582ef1f7dac959c76f00fcc4ecf | |
| Successfully built pytest-dependency | |
| Installing collected packages: pytz, wcwidth, urllib3, tomli, psutil, pillow, idna, exceptiongroup, charset_normalizer, certifi, requests, pytest, prettytable, pytest-timeout, pytest-metadata, pytest-dependency, pytest-html, ntfc | |
| Attempting uninstall: pytest | |
| Found existing installation: pytest 6.2.5 | |
| Uninstalling pytest-6.2.5: | |
| Successfully uninstalled pytest-6.2.5 | |
| Successfully installed certifi-2026.5.20 charset_normalizer-3.4.7 exceptiongroup-1.3.1 idna-3.16 ntfc-0.0.2 pillow-12.2.0 prettytable-3.17.0 psutil-7.2.2 pytest-9.0.3 pytest-dependency-0.6.1 pytest-html-4.2.0 pytest-metadata-3.1.1 pytest-timeout-2.4.0 pytz-2026.2 requests-2.34.2 tomli-2.4.1 urllib3-2.7.0 wcwidth-0.7.0 | |
| WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. | |
| root@710fcf53e8ef:/tools# mkdir $HOME/nuttx-ntfc | |
| root@710fcf53e8ef:/tools# mkdir $HOME/nuttx-ntfc/external | |
| cd $HOME/nuttx-ntfc/external | |
| git clone -b release-0.0.1 https://github.com/apache/nuttx-ntfc-testing | |
| Cloning into 'nuttx-ntfc-testing'... | |
| remote: Enumerating objects: 268, done. | |
| remote: Counting objects: 100% (268/268), done. | |
| remote: Compressing objects: 100% (207/207), done. | |
| remote: Total 268 (delta 46), reused 260 (delta 43), pack-reused 0 (from 0) | |
| Receiving objects: 100% (268/268), 1.83 MiB | 8.27 MiB/s, done. | |
| Resolving deltas: 100% (46/46), done. | |
| Note: switching to '6ec96fd91840f221e55f5652ceb78d7bdc0a01d3'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| root@710fcf53e8ef:~/nuttx-ntfc/external# mv nuttx-ntfc-testing nuttx-testing | |
| root@710fcf53e8ef:~/nuttx-ntfc/external# export NTFCDIR=$HOME/nuttx-ntfc | |
| root@710fcf53e8ef:~/nuttx-ntfc/external# cd | |
| git clone https://github.com/linguini1/nuttx --branch pl011-uart | |
| git clone https://github.com/apache/nuttx-apps apps | |
| Cloning into 'nuttx'... | |
| remote: Enumerating objects: 909852, done. | |
| remote: Counting objects: 100% (1344/1344), done. | |
| remote: Compressing objects: 100% (543/543), done. | |
| remote: Total 909852 (delta 967), reused 801 (delta 801), pack-reused 908508 (from 3) | |
| Receiving objects: 100% (909852/909852), 367.24 MiB | 17.84 MiB/s, done. | |
| Resolving deltas: 100% (711029/711029), done. | |
| Updating files: 100% (25832/25832), done. | |
| Cloning into 'apps'... | |
| remote: Enumerating objects: 99932, done. | |
| remote: Counting objects: 100% (73/73), done. | |
| remote: Compressing objects: 100% (61/61), done. | |
| remote: Total 99932 (delta 40), reused 17 (delta 11), pack-reused 99859 (from 1) | |
| Receiving objects: 100% (99932/99932), 26.93 MiB | 15.12 MiB/s, done. | |
| Resolving deltas: 100% (80704/80704), done. | |
| root@710fcf53e8ef:~# pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd | |
| ~/nuttx ~ | |
| HEAD is now at 0fd76d2a1c drivers/serial: Refactor PL011 to be general-purpose | |
| NuttX Source: https://github.com/apache/nuttx/tree/0fd76d2a1c9a6f281138b4df2ba8dda736e72575 | |
| ~ | |
| root@710fcf53e8ef:~# pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd | |
| ~/apps ~ | |
| HEAD is now at 939ed0ca2 apps/system/microros: add rcutils strcasecmp strings.h include patch. | |
| NuttX Apps: https://github.com/apache/nuttx-apps/tree/939ed0ca2a7b593949973be5d09aefea1b659418 | |
| ~ | |
| root@710fcf53e8ef:~# cd ~/nuttx/tools/ci | |
| root@710fcf53e8ef:~/nuttx/tools/ci# ./cibuild.sh -c -A -N -R testlist/arm64-01.dat | |
| +++ dirname ./cibuild.sh | |
| ++ cd . | |
| ++ pwd | |
| + CID=/root/nuttx/tools/ci | |
| ++ cd /root/nuttx/tools/ci/../../../ | |
| ++ pwd -P | |
| + CIWORKSPACE=/root | |
| + CIPLAT=/root/nuttx/tools/ci/platforms | |
| + nuttx=/root/nuttx | |
| + apps=/root/apps | |
| ++ uname -s | |
| + os=Linux | |
| ++ uname -m | |
| + osarch=x86_64 | |
| + '[' -f /etc/os-release ']' | |
| ++ grep '^ID=' /etc/os-release | |
| ++ cut -d= -f2 | |
| ++ tr -d '"' | |
| + osname=ubuntu | |
| + '[' -z -c ']' | |
| + '[' -n -c ']' | |
| + case "$1" in | |
| + enable_ccache | |
| + export CCACHE_DIR=/root/tools/ccache | |
| + CCACHE_DIR=/root/tools/ccache | |
| + shift | |
| + '[' -n -A ']' | |
| + case "$1" in | |
| + options+='-A ' | |
| + shift | |
| + '[' -n -N ']' | |
| + case "$1" in | |
| + options+='-N ' | |
| + shift | |
| + '[' -n -R ']' | |
| + case "$1" in | |
| + options+='-R ' | |
| + shift | |
| + '[' -n testlist/arm64-01.dat ']' | |
| + case "$1" in | |
| + builds=("$@") | |
| + break | |
| + run_builds | |
| + local ncpus | |
| + '[' Xubuntu == XDarwin ']' | |
| ++ grep -c '^processor' /proc/cpuinfo | |
| + ncpus=24 | |
| + options+='-j 24' | |
| + for build in "${builds[@]}" | |
| + /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/arm64-01.dat | |
| NXTMPDIR store is disabled | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: zcu111/netnsh | |
| 2026-05-26 04:28:52 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 100 496k 0 0 602k 0 --:--:-- --:--:-- --:--:-- 602k | |
| [1/1] Normalize zcu111/netnsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: zcu111/netjtag | |
| 2026-05-26 04:29:48 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 0 496k 0 0 917k 0 --:--:-- --:--:-- --:--:-- 917k | |
| [1/1] Normalize zcu111/netjtag | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: zcu111/jtag | |
| 2026-05-26 04:31:03 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize zcu111/jtag | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: zcu111/nsh | |
| 2026-05-26 04:31:55 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize zcu111/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/ostest | |
| 2026-05-26 04:32:56 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/ostest | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/fb | |
| 2026-05-26 04:33:49 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/fb | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/smp | |
| 2026-05-26 04:34:33 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/smp | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/cgol | |
| 2026-05-26 04:35:36 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/cgol | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/lvgl | |
| 2026-05-26 04:36:20 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/lvgl | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/sd | |
| 2026-05-26 04:37:54 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/sd | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/coremark | |
| 2026-05-26 04:38:37 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 479k 0 479k 0 0 517k 0 --:--:-- --:--:-- --:--:-- 517k | |
| [1/1] Normalize raspberrypi-4b/coremark | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: raspberrypi-4b/nsh | |
| 2026-05-26 04:39:30 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize raspberrypi-4b/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: avaota-a1/nsh | |
| 2026-05-26 04:40:20 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| MK: Notice: No header files found in /root/nuttx/arch/arm64/src | |
| ~/apps ~/nuttx | |
| ~/nuttx | |
| [1/1] Normalize avaota-a1/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: pinephone/sensor | |
| 2026-05-26 04:41:49 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize pinephone/sensor | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: pinephone/lcd | |
| 2026-05-26 04:42:39 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize pinephone/lcd | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: pinephone/lvgl | |
| 2026-05-26 04:43:29 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize pinephone/lvgl | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: pinephone/nsh | |
| 2026-05-26 04:44:52 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize pinephone/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx93-evk/bootloader | |
| 2026-05-26 04:45:31 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| 508+0 records in | |
| 508+0 records out | |
| 508 bytes copied, 0.0020339 s, 250 kB/s | |
| 1+0 records in | |
| 1+0 records out | |
| 512 bytes copied, 8.2746e-05 s, 6.2 MB/s | |
| 1+0 records in | |
| 1+0 records out | |
| 512 bytes copied, 6.8541e-05 s, 7.5 MB/s | |
| 1+0 records in | |
| 1+0 records out | |
| 512 bytes copied, 5.7845e-05 s, 8.9 MB/s | |
| 1+0 records in | |
| 1+0 records out | |
| 512 bytes copied, 5.2642e-05 s, 9.7 MB/s | |
| 2+0 records in | |
| 2+0 records out | |
| 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.7002e-05 s, 23.5 MB/s | |
| 395+0 records in | |
| 395+0 records out | |
| 404480 bytes (404 kB, 395 KiB) copied, 0.00227774 s, 178 MB/s | |
| [1/1] Normalize imx93-evk/bootloader | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx93-evk/optee | |
| 2026-05-26 04:46:42 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize imx93-evk/optee | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx93-evk/knsh | |
| 2026-05-26 04:47:42 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| MK: Notice: No header files found in /root/nuttx/arch/arm64/src | |
| ~/apps ~/nuttx | |
| ~/nuttx | |
| [1/1] Normalize imx93-evk/knsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx93-evk/koptee | |
| 2026-05-26 04:49:17 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| MK: Notice: No header files found in /root/nuttx/arch/arm64/src | |
| ~/apps ~/nuttx | |
| ~/nuttx | |
| [1/1] Normalize imx93-evk/koptee | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx93-evk/nsh | |
| 2026-05-26 04:50:47 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize imx93-evk/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx95-a55-evk/nsh | |
| 2026-05-26 04:51:34 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize imx95-a55-evk/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: imx95-a55-evk/emmc | |
| 2026-05-26 04:52:35 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize imx95-a55-evk/emmc | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: pinephonepro/nsh | |
| 2026-05-26 04:53:18 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize pinephonepro/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: nanopi_m4/nsh | |
| 2026-05-26 04:54:04 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize nanopi_m4/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/nsh_smp | |
| 2026-05-26 04:54:51 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/nsh_smp | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/pnsh | |
| 2026-05-26 04:55:26 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| aarch64-none-elf-ld: warning: nuttx_user has a LOAD segment with RWX permissions | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/pnsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/citest | |
| 2026-05-26 04:56:25 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/citest | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/citest_smp | |
| 2026-05-26 04:57:09 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/citest_smp | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/nsh | |
| 2026-05-26 04:58:00 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/nsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: fvp-armv8r/pnsh_smp | |
| 2026-05-26 04:58:37 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| aarch64-none-elf-ld: warning: nuttx_user has a LOAD segment with RWX permissions | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| [1/1] Normalize fvp-armv8r/pnsh_smp | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/xedge_demo | |
| 2026-05-26 04:59:51 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Makefile:142: target 'arm64_perf.o' given more than once in the same rule | |
| Configuring... | |
| Building NuttX... | |
| Cloning into 'BAS'... | |
| Cloning into 'BAS-Resources'... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| remote: Enumerating objects: 2025, done. | |
| remote: Counting objects: 100% (177/177), done. | |
| remote: Compressing objects: 100% (134/134), done. | |
| remote: Total 2025 (delta 58), reused 80 (delta 42), pack-reused 1848 (from 1) | |
| Receiving objects: 100% (2025/2025), 1.51 MiB | 18.40 MiB/s, done. | |
| Resolving deltas: 100% (1306/1306), done. | |
| 100 10219 0 10219 0 0 10481 0 --:--:-- --:--:-- --:--:-- 10481remote: Enumerating objects: 2010, done. | |
| remote: Counting objects: 100% (66/66), done. | |
| remote: Compressing objects: 100% (47/47), done. | |
| Note: switching to '227a4b998300fa4cfde871dc7dac92c09e1636c2'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| HEAD is now at 227a4b9 Merge pull request #19 from arykovanov/main | |
| 100 496k 0 496k 0 0 255k 0 --:--:-- 0:00:01 --:--:-- 500kReceiving objects: 0% (1/2010) | |
| remote: Total 2010 (delta 26), reused 39 (delta 18), pack-reused 1944 (from 1) | |
| Receiving objects: 100% (2010/2010), 12.02 MiB | 6.42 MiB/s, done. | |
| Resolving deltas: 100% (1303/1303), done. | |
| Note: switching to '9f74a2f778b002ad8441471b8a7a5b13172dbe76'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| HEAD is now at 9f74a2f Updating docs | |
| [1/1] Normalize qemu-armv8a/xedge_demo | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/nsh_gicv2 | |
| Configuration/Tool: qemu-armv8a/nsh_gicv2 | |
| 2026-05-26 05:02:01 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/nsh_smp | |
| Configuration/Tool: qemu-armv8a/nsh_smp | |
| 2026-05-26 05:02:40 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/fb | |
| 2026-05-26 05:03:39 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/fb | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/rpproxy | |
| 2026-05-26 05:04:31 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/rpproxy | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/nsh_fiq | |
| 2026-05-26 05:05:20 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/nsh_fiq | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/netnsh_smp_hv | |
| 2026-05-26 05:06:26 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 0 496k 0 0 285k 0 --:--:-- 0:00:01 --:--:-- 498k | |
| [1/1] Normalize qemu-armv8a/netnsh_smp_hv | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/gdbstub | |
| 2026-05-26 05:07:16 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/gdbstub | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/knsh | |
| 2026-05-26 05:08:31 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| MK: Notice: No header files found in /root/nuttx/arch/arm64/src | |
| ~/apps ~/nuttx | |
| ~/nuttx | |
| [1/1] Normalize qemu-armv8a/knsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/sotest | |
| Configuration/Tool: qemu-armv8a/sotest | |
| 2026-05-26 05:09:33 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/netnsh | |
| 2026-05-26 05:10:07 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 100 496k 0 0 1109k 0 --:--:-- --:--:-- --:--:-- 3181k | |
| [1/1] Normalize qemu-armv8a/netnsh | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/sw_tags | |
| 2026-05-26 05:11:24 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| lto-wrapper: warning: using serial compilation of 5 LTRANS jobs | |
| lto-wrapper: note: see the '-flto' option documentation for more information | |
| [1/1] Normalize qemu-armv8a/sw_tags | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/netnsh_smp | |
| 2026-05-26 05:12:19 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 100 496k 0 0 620k 0 --:--:-- --:--:-- --:--:-- 1527k | |
| [1/1] Normalize qemu-armv8a/netnsh_smp | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/nsh_smp_tickless | |
| Configuration/Tool: qemu-armv8a/nsh_smp_tickless | |
| 2026-05-26 05:13:01 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/mte | |
| 2026-05-26 05:13:33 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/mte | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/fastboot | |
| 2026-05-26 05:14:24 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 100 496k 0 0 1038k 0 --:--:-- --:--:-- --:--:-- 1038k | |
| [1/1] Normalize qemu-armv8a/fastboot | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/citest | |
| Configuration/Tool: qemu-armv8a/citest | |
| 2026-05-26 05:15:25 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Running NuttX... | |
| ++ pwd | |
| + olddir=/root/nuttx | |
| + nuttdir=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/../../../../../../ | |
| + cd /root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/../../../../../../ | |
| + confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/config.yaml | |
| + jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/session.json | |
| + testpath=/root/nuttx-ntfc/external/nuttx-testing | |
| + ntfc test --testpath=/root/nuttx-ntfc/external/nuttx-testing --confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/config.yaml --jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest/session.json | |
| -------------------------------------------------------------------------------- | |
| NTFC PID: 994344 | |
| -------------------------------------------------------------------------------- | |
| YAML config: | |
| {'config': {'cwd': './', 'kv': [], 'loops': 1}, | |
| 'product': {'cores': {'core0': {'conf_path': './build/.config', | |
| 'device': 'qemu', | |
| 'elf_path': './build/nuttx', | |
| 'exec_args': '-cpu cortex-a53 -nographic ' | |
| '-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'}} | |
| JSON config: | |
| {'args': {'kv': []}, | |
| 'module': {'exclude_module': ['Nuttx_System_Fs_Fs'], | |
| 'include_module': [], | |
| 'order': []}} | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| collected 932 items | |
| ============================================= no tests ran in 2.37s ============================================= | |
| ==================================================================================================== | |
| 🚀 RUNNING 63 SELECTED TEST(S) | |
| ==================================================================================================== | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ Idx │ Module │ Test Case │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ 1 │ Nuttx_System_Arch_Os_Integration │ test_os[main] │ | |
| │ 2 │ Nuttx_System_Arch_Example │ test_hello_integration[main] │ | |
| │ 3 │ Nuttx_System_Arch_Example │ test_getprime │ | |
| │ 4 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat001[main] │ | |
| │ 5 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat002[main] │ | |
| │ 6 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat003[main] │ | |
| │ 7 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat004[main] │ | |
| │ 8 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat005[main] │ | |
| │ 9 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat006[main] │ | |
| │ 10 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat007[main] │ | |
| │ 11 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat008[main] │ | |
| │ 12 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat009[main] │ | |
| │ 13 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat010[main] │ | |
| │ 14 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd001 │ | |
| │ 15 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd002 │ | |
| │ 16 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd003 │ | |
| │ 17 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd004 │ | |
| │ 18 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd005 │ | |
| │ 19 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo001 │ | |
| │ 20 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo002 │ | |
| │ 21 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo003 │ | |
| │ 22 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help01 │ | |
| │ 23 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help02 │ | |
| │ 24 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_v │ | |
| │ 25 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_cat │ | |
| │ 26 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_l │ | |
| │ 27 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_s │ | |
| │ 28 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_R │ | |
| │ 29 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm001 │ | |
| │ 30 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm002 │ | |
| │ 31 │ Nuttx_System_Arch_Nsh │ TestMkdir.test_mkdir001 │ | |
| │ 32 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir001 │ | |
| │ 33 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir002 │ | |
| │ 34 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp001 │ | |
| │ 35 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp002 │ | |
| │ 36 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp003 │ | |
| │ 37 │ Nuttx_System_Arch_Nsh │ TestPs.test_ps │ | |
| │ 38 │ Nuttx_System_Arch_Nsh │ TestTime.test_sleep │ | |
| │ 39 │ Nuttx_System_Arch_Nsh │ TestTime.test_usleep │ | |
| │ 40 │ Nuttx_System_Arch_Nsh │ TestSet.test_set │ | |
| │ 41 │ Nuttx_System_Arch_Nsh │ TestSet.test_unset │ | |
| │ 42 │ Nuttx_System_Arch_Nsh │ TestTest.test_test │ | |
| │ 43 │ Nuttx_System_Arch_Nsh │ TestDirname.test_dirname │ | |
| │ 44 │ Nuttx_System_Arch_Nsh │ TestBasename.test_basename │ | |
| │ 45 │ Nuttx_System_Arch_Nsh │ TestDf.test_df │ | |
| │ 46 │ Nuttx_System_Arch_Nsh │ TestDf.test_df_h │ | |
| │ 47 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname │ | |
| │ 48 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_a │ | |
| │ 49 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_s │ | |
| │ 50 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_r │ | |
| │ 51 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_v │ | |
| │ 52 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_m │ | |
| │ 53 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_i │ | |
| │ 54 │ Nuttx_System_Arch_Nsh │ TestEnv.test_env │ | |
| │ 55 │ Nuttx_System_Arch_Nsh │ TestMv.test_mv │ | |
| │ 56 │ Nuttx_System_Arch_Nsh │ TestPwd.test_pwd │ | |
| │ 57 │ Nuttx_System_Arch_Nsh │ TestHexdump.test_hexdump │ | |
| │ 58 │ Nuttx_System_Arch_Nsh │ TestMkrd.test_mkrd │ | |
| │ 59 │ Nuttx_System_Arch_Nsh │ TestMw.test_mw │ | |
| │ 60 │ Nuttx_System_Arch_Nsh │ TestExec.test_exec │ | |
| │ 61 │ Nuttx_System_Arch_Space │ test_free[main] │ | |
| │ 62 │ Nuttx_System_Arch_Space │ test_df[main] │ | |
| │ 63 │ Nuttx_System_Tools │ test_system_mmleak │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| ==================================================================================================== | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| timeout: 800.0s | |
| timeout method: signal | |
| timeout func_only: False | |
| session timeout: 3600.0s | |
| collected 64 items | |
| ../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED (...) | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED (GDB Test No Enable) | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | ID | Module | Pass | Fail | Skipped | Error | Time | Report Link | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | 001 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration | 2 | 0 | 0 | 0 | 1.57 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration.html | | |
| | 002 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename | 1 | 0 | 0 | 0 | 5.68 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename.html | | |
| | 003 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat | 10 | 0 | 0 | 0 | 105.85 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat.html | | |
| | 004 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd | 5 | 0 | 0 | 0 | 26.29 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd.html | | |
| | 005 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp | 3 | 0 | 0 | 0 | 37.49 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp.html | | |
| | 006 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf | 2 | 0 | 0 | 0 | 0.66 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf.html | | |
| | 007 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname | 1 | 0 | 0 | 0 | 5.63 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname.html | | |
| | 008 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho | 3 | 0 | 0 | 0 | 19.71 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho.html | | |
| | 009 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv | 1 | 0 | 0 | 0 | 0.30 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv.html | | |
| | 010 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec | 0 | 0 | 1 | 0 | 0.00 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec.html | | |
| | 011 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp | 4 | 0 | 0 | 0 | 1.62 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp.html | | |
| | 012 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump | 1 | 0 | 0 | 0 | 4.22 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump.html | | |
| | 013 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs | 2 | 0 | 1 | 0 | 2.07 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs.html | | |
| | 014 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir | 1 | 0 | 0 | 0 | 12.63 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir.html | | |
| | 015 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd | 1 | 0 | 0 | 0 | 2.46 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd.html | | |
| | 016 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv | 1 | 0 | 0 | 0 | 6.33 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv.html | | |
| | 017 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw | 0 | 0 | 1 | 0 | 0.00 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw.html | | |
| | 018 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs | 1 | 0 | 0 | 0 | 0.25 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs.html | | |
| | 019 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd | 1 | 0 | 0 | 0 | 1.46 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd.html | | |
| | 020 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm | 2 | 0 | 0 | 0 | 9.05 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm.html | | |
| | 021 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir | 2 | 0 | 0 | 0 | 16.59 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir.html | | |
| | 022 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet | 2 | 0 | 0 | 0 | 4.16 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet.html | | |
| | 023 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest | 1 | 0 | 0 | 0 | 2.52 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest.html | | |
| | 024 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime | 2 | 0 | 0 | 0 | 11.90 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime.html | | |
| | 025 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname | 4 | 0 | 3 | 0 | 2.07 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname.html | | |
| | 026 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration | 1 | 0 | 0 | 0 | 154.14 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration.html | | |
| | 027 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration | 2 | 0 | 0 | 0 | 0.76 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration.html | | |
| | 028 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools | 0 | 0 | 1 | 0 | 0.00 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools.html | | |
| | 029 | Summary | 56 | 0 | 7 | 0 | 435.41 | report.html | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| [RESULT_SUMMARY] total:63 passes:56 failures:0 skipped:7 errors:0 time:435.41 modules:28 | |
| --------------------- generated xml file: /root/nuttx/result/2026-05-26_05-16-11/report.xml --------------------- | |
| --------------- Generated html report: file:///root/nuttx/result/2026-05-26_05-16-11/report.html ---------------- | |
| =================================== 56 passed, 7 skipped in 437.10s (0:07:17) =================================== | |
| + ret=0 | |
| + echo 0 | |
| 0 | |
| + artifacts=/root/nuttx/../buildartifacts/qemu-armv8a/citest//ntfc | |
| + mkdir -p /root/nuttx/../buildartifacts/qemu-armv8a/citest//ntfc | |
| + mv pytest.debug.log /root/nuttx/../buildartifacts/qemu-armv8a/citest//ntfc | |
| mv: cannot stat 'pytest.debug.log': No such file or directory | |
| + mv result /root/nuttx/../buildartifacts/qemu-armv8a/citest//ntfc | |
| + cd /root/nuttx | |
| + exit 0 | |
| Build Attempt 1 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/citest_smp | |
| Configuration/Tool: qemu-armv8a/citest_smp | |
| 2026-05-26 05:23:44 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Running NuttX... | |
| ++ pwd | |
| + olddir=/root/nuttx | |
| + nuttdir=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + cd /root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml | |
| + jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| + testpath=/root/nuttx-ntfc/external/nuttx-testing | |
| + ntfc test --testpath=/root/nuttx-ntfc/external/nuttx-testing --confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml --jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| -------------------------------------------------------------------------------- | |
| NTFC PID: 1005696 | |
| -------------------------------------------------------------------------------- | |
| YAML config: | |
| {'config': {'cwd': './', 'kv': [], 'loops': 1}, | |
| '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': []}} | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| collected 932 items | |
| ============================================= no tests ran in 1.23s ============================================= | |
| ==================================================================================================== | |
| 🚀 RUNNING 63 SELECTED TEST(S) | |
| ==================================================================================================== | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ Idx │ Module │ Test Case │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ 1 │ Nuttx_System_Arch_Os_Integration │ test_os[main] │ | |
| │ 2 │ Nuttx_System_Arch_Example │ test_hello_integration[main] │ | |
| │ 3 │ Nuttx_System_Arch_Example │ test_getprime │ | |
| │ 4 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat001[main] │ | |
| │ 5 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat002[main] │ | |
| │ 6 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat003[main] │ | |
| │ 7 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat004[main] │ | |
| │ 8 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat005[main] │ | |
| │ 9 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat006[main] │ | |
| │ 10 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat007[main] │ | |
| │ 11 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat008[main] │ | |
| │ 12 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat009[main] │ | |
| │ 13 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat010[main] │ | |
| │ 14 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd001 │ | |
| │ 15 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd002 │ | |
| │ 16 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd003 │ | |
| │ 17 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd004 │ | |
| │ 18 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd005 │ | |
| │ 19 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo001 │ | |
| │ 20 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo002 │ | |
| │ 21 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo003 │ | |
| │ 22 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help01 │ | |
| │ 23 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help02 │ | |
| │ 24 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_v │ | |
| │ 25 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_cat │ | |
| │ 26 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_l │ | |
| │ 27 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_s │ | |
| │ 28 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_R │ | |
| │ 29 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm001 │ | |
| │ 30 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm002 │ | |
| │ 31 │ Nuttx_System_Arch_Nsh │ TestMkdir.test_mkdir001 │ | |
| │ 32 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir001 │ | |
| │ 33 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir002 │ | |
| │ 34 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp001 │ | |
| │ 35 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp002 │ | |
| │ 36 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp003 │ | |
| │ 37 │ Nuttx_System_Arch_Nsh │ TestPs.test_ps │ | |
| │ 38 │ Nuttx_System_Arch_Nsh │ TestTime.test_sleep │ | |
| │ 39 │ Nuttx_System_Arch_Nsh │ TestTime.test_usleep │ | |
| │ 40 │ Nuttx_System_Arch_Nsh │ TestSet.test_set │ | |
| │ 41 │ Nuttx_System_Arch_Nsh │ TestSet.test_unset │ | |
| │ 42 │ Nuttx_System_Arch_Nsh │ TestTest.test_test │ | |
| │ 43 │ Nuttx_System_Arch_Nsh │ TestDirname.test_dirname │ | |
| │ 44 │ Nuttx_System_Arch_Nsh │ TestBasename.test_basename │ | |
| │ 45 │ Nuttx_System_Arch_Nsh │ TestDf.test_df │ | |
| │ 46 │ Nuttx_System_Arch_Nsh │ TestDf.test_df_h │ | |
| │ 47 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname │ | |
| │ 48 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_a │ | |
| │ 49 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_s │ | |
| │ 50 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_r │ | |
| │ 51 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_v │ | |
| │ 52 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_m │ | |
| │ 53 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_i │ | |
| │ 54 │ Nuttx_System_Arch_Nsh │ TestEnv.test_env │ | |
| │ 55 │ Nuttx_System_Arch_Nsh │ TestMv.test_mv │ | |
| │ 56 │ Nuttx_System_Arch_Nsh │ TestPwd.test_pwd │ | |
| │ 57 │ Nuttx_System_Arch_Nsh │ TestHexdump.test_hexdump │ | |
| │ 58 │ Nuttx_System_Arch_Nsh │ TestMkrd.test_mkrd │ | |
| │ 59 │ Nuttx_System_Arch_Nsh │ TestMw.test_mw │ | |
| │ 60 │ Nuttx_System_Arch_Nsh │ TestExec.test_exec │ | |
| │ 61 │ Nuttx_System_Arch_Space │ test_free[main] │ | |
| │ 62 │ Nuttx_System_Arch_Space │ test_df[main] │ | |
| │ 63 │ Nuttx_System_Tools │ test_system_mmleak │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| ==================================================================================================== | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| timeout: 800.0s | |
| timeout method: signal | |
| timeout func_only: False | |
| session timeout: 3600.0s | |
| collected 64 items | |
| ../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd FAILED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED (...) | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED (GDB Test No Enable) | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+---------+--------------------------------------------------------------------------------------------+ | |
| | ID | Module | Pass | Fail | Skipped | Error | Time | Report Link | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+---------+--------------------------------------------------------------------------------------------+ | |
| | 001 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration | 2 | 0 | 0 | 0 | 1.59 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration.html | | |
| | 002 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename | 0 | 1 | 0 | 0 | 30.52 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename.html | | |
| | 003 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat | 0 | 10 | 0 | 0 | 312.11 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat.html | | |
| | 004 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd | 0 | 5 | 0 | 0 | 152.76 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd.html | | |
| | 005 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp | 0 | 3 | 0 | 0 | 95.29 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp.html | | |
| | 006 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf | 0 | 2 | 0 | 0 | 60.73 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf.html | | |
| | 007 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname | 0 | 1 | 0 | 0 | 30.55 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname.html | | |
| | 008 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho | 0 | 3 | 0 | 0 | 91.64 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho.html | | |
| | 009 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv | 0 | 1 | 0 | 0 | 30.37 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv.html | | |
| | 010 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec | 0 | 0 | 1 | 0 | 0.00 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec.html | | |
| | 011 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp | 0 | 4 | 0 | 0 | 121.78 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp.html | | |
| | 012 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump | 0 | 1 | 0 | 0 | 31.36 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump.html | | |
| | 013 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs | 0 | 2 | 1 | 0 | 61.10 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs.html | | |
| | 014 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir | 0 | 1 | 0 | 0 | 30.53 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir.html | | |
| | 015 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd | 0 | 1 | 0 | 0 | 31.25 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd.html | | |
| | 016 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv | 0 | 1 | 0 | 0 | 73.82 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv.html | | |
| | 017 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw | 0 | 0 | 1 | 0 | 0.00 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw.html | | |
| | 018 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs | 0 | 1 | 0 | 0 | 30.28 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs.html | | |
| | 019 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd | 0 | 1 | 0 | 0 | 30.34 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd.html | | |
| | 020 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm | 0 | 2 | 0 | 0 | 62.46 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm.html | | |
| | 021 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir | 0 | 2 | 0 | 0 | 61.09 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir.html | | |
| | 022 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet | 0 | 2 | 0 | 0 | 61.57 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet.html | | |
| | 023 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest | 0 | 1 | 0 | 0 | 30.83 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest.html | | |
| | 024 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime | 0 | 2 | 0 | 0 | 62.15 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime.html | | |
| | 025 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname | 0 | 4 | 3 | 0 | 122.24 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname.html | | |
| | 026 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration | 1 | 0 | 0 | 0 | 236.40 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration.html | | |
| | 027 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration | 2 | 0 | 0 | 0 | 2.77 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration.html | | |
| | 028 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools | 0 | 0 | 1 | 0 | 0.00 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools.html | | |
| | 029 | Summary | 5 | 51 | 7 | 0 | 1855.53 | report.html | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+---------+--------------------------------------------------------------------------------------------+ | |
| [RESULT_SUMMARY] total:63 passes:5 failures:51 skipped:7 errors:0 time:1855.53 modules:28 | |
| =================================================== FAILURES ==================================================== | |
| ___________________________________________ TestCat.test_cat001[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e8190>, core = 'main', switch_to_core = None | |
| def test_cat001(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("\n", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:45: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'\n' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat002[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e8580>, core = 'main', switch_to_core = None | |
| def test_cat002(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:62: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat003[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e8970>, core = 'main', switch_to_core = None | |
| def test_cat003(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile3_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:71: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile3_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat004[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e8d60>, core = 'main', switch_to_core = None | |
| def test_cat004(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo > %s/testfile4_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:96: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo > /tmp/testfile4_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat005[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e9150>, core = 'main', switch_to_core = None | |
| def test_cat005(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:121: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat006[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e9540>, core = 'main', switch_to_core = None | |
| def test_cat006(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile6_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:146: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile6_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat007[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598e9930>, core = 'main', switch_to_core = None | |
| def test_cat007(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile7_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:171: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile7_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat008[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598c6e00>, core = 'main', switch_to_core = None | |
| def test_cat008(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile8_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:194: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile8_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat009[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598c5ea0>, core = 'main', switch_to_core = None | |
| def test_cat009(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo > %s/testfile9_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:219: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo > /tmp/testfile9_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestCat.test_cat010[main] ___________________________________________ | |
| self = <test_arch_nsh_integration.TestCat object at 0x7eb6598c6ad0>, core = 'main', switch_to_core = None | |
| def test_cat010(self, core, switch_to_core): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, " ") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:244: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCd.test_cd001 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCd object at 0x7eb6598e8e20> | |
| def test_cd001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:273: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCd.test_cd002 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCd object at 0x7eb6598e87c0> | |
| def test_cd002(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:292: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCd.test_cd003 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCd object at 0x7eb6598e9db0> | |
| def test_cd003(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:317: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCd.test_cd004 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCd object at 0x7eb6598ea0e0> | |
| def test_cd004(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:334: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCd.test_cd005 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCd object at 0x7eb6598ea410> | |
| def test_cd005(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:351: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestEcho.test_echo001 _____________________________________________ | |
| self = <test_arch_nsh_integration.TestEcho object at 0x7eb6598ea800> | |
| def test_echo001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:371: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestEcho.test_echo002 _____________________________________________ | |
| self = <test_arch_nsh_integration.TestEcho object at 0x7eb6598eab30> | |
| def test_echo002(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:388: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestEcho.test_echo003 _____________________________________________ | |
| self = <test_arch_nsh_integration.TestEcho object at 0x7eb6598eae60> | |
| def test_echo003(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:403: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestHelp.test_help01 ______________________________________________ | |
| self = <test_arch_nsh_integration.TestHelp object at 0x7eb6598eb220> | |
| def test_help01(self): | |
| ret = pytest.product.sendCommand("help", "help usage") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:424: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'help' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestHelp.test_help02 ______________________________________________ | |
| self = <test_arch_nsh_integration.TestHelp object at 0x7eb6598eb550> | |
| def test_help02(self): | |
| ret = pytest.product.sendCommand("?", "help usage") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:428: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'?' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestHelp.test_help_v ______________________________________________ | |
| self = <test_arch_nsh_integration.TestHelp object at 0x7eb6598eb880> | |
| def test_help_v(self): | |
| ret = pytest.product.sendCommand("help -v", "NSH command") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:432: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'help -v' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestHelp.test_help_cat _____________________________________________ | |
| self = <test_arch_nsh_integration.TestHelp object at 0x7eb6598ebbb0> | |
| def test_help_cat(self): | |
| ret = pytest.product.sendCommand("help cat", "cat usage") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:436: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'help cat' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestLs.test_ls_l ________________________________________________ | |
| self = <test_arch_nsh_integration.TestLs object at 0x7eb6598eaf20> | |
| def test_ls_l(self): | |
| ret = pytest.product.sendCommand("ls -l", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:443: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'ls -l' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestLs.test_ls_R ________________________________________________ | |
| self = <test_arch_nsh_integration.TestLs object at 0x7eb6598eb040> | |
| def test_ls_R(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("ls -R %s" % fs, fs) | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:461: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'ls -R /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestRm.test_rm001 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestRm object at 0x7eb6598ea950> | |
| def test_rm001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile25_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:471: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile25_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestRm.test_rm002 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestRm object at 0x7eb6598ea1a0> | |
| def test_rm002(self): | |
| fs = "tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:488: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestMkdir.test_mkdir001 ____________________________________________ | |
| self = <test_arch_nsh_integration.TestMkdir object at 0x7eb6598e8730> | |
| def test_mkdir001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:502: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestRmdir.test_rmdir001 ____________________________________________ | |
| self = <test_arch_nsh_integration.TestRmdir object at 0x7eb6598e9390> | |
| def test_rmdir001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:532: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestRmdir.test_rmdir002 ____________________________________________ | |
| self = <test_arch_nsh_integration.TestRmdir object at 0x7eb6598e9c90> | |
| def test_rmdir002(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:551: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCp.test_cp001 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCp object at 0x7eb6598ebfa0> | |
| def test_cp001(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile28_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:577: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile28_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCp.test_cp002 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCp object at 0x7eb659904310> | |
| def test_cp002(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo > %s/testfile29_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:602: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo > /tmp/testfile29_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestCp.test_cp003 _______________________________________________ | |
| self = <test_arch_nsh_integration.TestCp object at 0x7eb659904640> | |
| def test_cp003(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo helloworld > %s/testfile30_1" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:625: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo helloworld > /tmp/testfile30_1' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ________________________________________________ TestPs.test_ps _________________________________________________ | |
| self = <test_arch_nsh_integration.TestPs object at 0x7eb659904a30> | |
| def test_ps(self): | |
| ret = pytest.product.sendCommand("ps", "Waiting") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:652: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'ps' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ______________________________________________ TestTime.test_sleep ______________________________________________ | |
| self = <test_arch_nsh_integration.TestTime object at 0x7eb659904dc0> | |
| def test_sleep(self): | |
| ret = pytest.product.sendCommand( | |
| 'time "sleep 5"', TestTime.time_pattern, regexp=True | |
| ) | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:664: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'time "sleep 5"' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestTime.test_usleep ______________________________________________ | |
| self = <test_arch_nsh_integration.TestTime object at 0x7eb6599050f0> | |
| def test_usleep(self): | |
| ret = pytest.product.sendCommand( | |
| 'time "usleep 5000000"', TestTime.time_pattern, regexp=True | |
| ) | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:670: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'time "usleep 5000000"' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestSet.test_set ________________________________________________ | |
| self = <test_arch_nsh_integration.TestSet object at 0x7eb6598ebf40> | |
| def test_set(self): | |
| ret = pytest.product.sendCommand("set name TOM", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:677: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'set name TOM' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ______________________________________________ TestSet.test_unset _______________________________________________ | |
| self = <test_arch_nsh_integration.TestSet object at 0x7eb6598e8ca0> | |
| def test_unset(self): | |
| ret = pytest.product.sendCommand("set name TOM", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:683: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'set name TOM' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ______________________________________________ TestTest.test_test _______________________________________________ | |
| self = <test_arch_nsh_integration.TestTest object at 0x7eb6598ea650> | |
| def test_test(self): | |
| ret = pytest.product.sendCommand("test 5 -gt 2", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:705: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'test 5 -gt 2' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestDirname.test_dirname ____________________________________________ | |
| self = <test_arch_nsh_integration.TestDirname object at 0x7eb6598eb4c0> | |
| def test_dirname(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:719: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| __________________________________________ TestBasename.test_basename ___________________________________________ | |
| self = <test_arch_nsh_integration.TestBasename object at 0x7eb6598c5cf0> | |
| def test_basename(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("cd %s" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:737: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'cd /tmp' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ________________________________________________ TestDf.test_df _________________________________________________ | |
| self = <test_arch_nsh_integration.TestDf object at 0x7eb659905300> | |
| def test_df(self): | |
| ret = pytest.product.sendCommand("df", "Used") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:756: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'df' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestDf.test_df_h ________________________________________________ | |
| self = <test_arch_nsh_integration.TestDf object at 0x7eb659904c10> | |
| def test_df_h(self): | |
| ret = pytest.product.sendCommand("df -h", "Used") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:760: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'df -h' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _____________________________________________ TestUname.test_uname ______________________________________________ | |
| self = <test_arch_nsh_integration.TestUname object at 0x7eb659904490> | |
| def test_uname(self): | |
| ret = pytest.product.sendCommand("uname", "NuttX") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:767: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'uname' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestUname.test_uname_a _____________________________________________ | |
| self = <test_arch_nsh_integration.TestUname object at 0x7eb659905570> | |
| def test_uname_a(self): | |
| ret = pytest.product.sendCommand("uname -a", "NuttX") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:771: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'uname -a' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestUname.test_uname_s _____________________________________________ | |
| self = <test_arch_nsh_integration.TestUname object at 0x7eb6599058a0> | |
| def test_uname_s(self): | |
| ret = pytest.product.sendCommand("uname -s", "NuttX") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:775: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'uname -s' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ____________________________________________ TestUname.test_uname_r _____________________________________________ | |
| self = <test_arch_nsh_integration.TestUname object at 0x7eb659905bd0> | |
| def test_uname_r(self): | |
| ret = pytest.product.sendCommand("uname -r") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:779: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'uname -r' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestEnv.test_env ________________________________________________ | |
| self = <test_arch_nsh_integration.TestEnv object at 0x7eb659906950> | |
| def test_env(self): | |
| ret = pytest.product.sendCommand("env", "PWD") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:895: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'env' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ________________________________________________ TestMv.test_mv _________________________________________________ | |
| self = <test_arch_nsh_integration.TestMv object at 0x7eb659906d10> | |
| def test_mv(self): | |
| fs = "/tmp" | |
| pytest.product.sendCommand("echo hello > %s/test01" % fs) | |
| pytest.product.sendCommand("mv %s/test01 %s/test02" % (fs, fs)) | |
| ret = pytest.product.sendCommand("cat %s/test02" % fs, "hello", timeout=10) | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:905: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo hello > /tmp/test01' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| INFO ntfc:common.py:326 Sent command: b'mv /tmp/test01 /tmp/test02' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| INFO ntfc:common.py:326 Sent command: b'cat /tmp/test02' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| _______________________________________________ TestPwd.test_pwd ________________________________________________ | |
| self = <test_arch_nsh_integration.TestPwd object at 0x7eb6598eb2e0> | |
| def test_pwd(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("pwd", "/") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:917: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'pwd' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ___________________________________________ TestHexdump.test_hexdump ____________________________________________ | |
| self = <test_arch_nsh_integration.TestHexdump object at 0x7eb6599068f0> | |
| def test_hexdump(self): | |
| fs = "/tmp" | |
| ret = pytest.product.sendCommand("echo hello > %s/test01" % fs, "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:931: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'echo hello > /tmp/test01' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| ______________________________________________ TestMkrd.test_mkrd _______________________________________________ | |
| self = <test_arch_nsh_integration.TestMkrd object at 0x7eb6599067d0> | |
| def test_mkrd(self): | |
| ret = pytest.product.sendCommand("mkrd -m 10 -s 1 1024", "") | |
| > assert ret == 0 | |
| E assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py:944: AssertionError | |
| ----------------------------------------------- Captured log call ----------------------------------------------- | |
| INFO ntfc:common.py:326 Sent command: b'mkrd -m 10 -s 1 1024' | |
| INFO ntfc:cores.py:144 sendCommand failed for core ProductCore: main | |
| INFO ntfc:products.py:69 sendCommand failed for product Product: qemu-armv8a-smp | |
| --------------------- generated xml file: /root/nuttx/result/2026-05-26_05-24-25/report.xml --------------------- | |
| --------------- Generated html report: file:///root/nuttx/result/2026-05-26_05-24-25/report.html ---------------- | |
| ============================================ short test summary info ============================================ | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| FAILED ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd - assert <CmdStatus.TIMEOUT: -2> == 0 | |
| ============================= 51 failed, 5 passed, 7 skipped in 1860.15s (0:31:00) ============================== | |
| + ret=1 | |
| + echo 1 | |
| 1 | |
| + artifacts=/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mkdir -p /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mv pytest.debug.log /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot stat 'pytest.debug.log': No such file or directory | |
| + mv result /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + cd /root/nuttx | |
| + exit 1 | |
| ~/nuttx ~/nuttx | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| ~/apps ~/nuttx | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| Wait 23 seconds (60 backoff) | |
| Build Attempt 2 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/citest_smp | |
| Configuration/Tool: qemu-armv8a/citest_smp | |
| 2026-05-26 05:56:04 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Running NuttX... | |
| ++ pwd | |
| + olddir=/root/nuttx | |
| + nuttdir=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + cd /root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml | |
| + jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| + testpath=/root/nuttx-ntfc/external/nuttx-testing | |
| + ntfc test --testpath=/root/nuttx-ntfc/external/nuttx-testing --confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml --jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| -------------------------------------------------------------------------------- | |
| NTFC PID: 1011520 | |
| -------------------------------------------------------------------------------- | |
| YAML config: | |
| {'config': {'cwd': './', 'kv': [], 'loops': 1}, | |
| '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': []}} | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| collected 932 items | |
| ============================================= no tests ran in 1.73s ============================================= | |
| ==================================================================================================== | |
| 🚀 RUNNING 63 SELECTED TEST(S) | |
| ==================================================================================================== | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ Idx │ Module │ Test Case │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ 1 │ Nuttx_System_Arch_Os_Integration │ test_os[main] │ | |
| │ 2 │ Nuttx_System_Arch_Example │ test_hello_integration[main] │ | |
| │ 3 │ Nuttx_System_Arch_Example │ test_getprime │ | |
| │ 4 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat001[main] │ | |
| │ 5 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat002[main] │ | |
| │ 6 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat003[main] │ | |
| │ 7 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat004[main] │ | |
| │ 8 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat005[main] │ | |
| │ 9 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat006[main] │ | |
| │ 10 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat007[main] │ | |
| │ 11 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat008[main] │ | |
| │ 12 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat009[main] │ | |
| │ 13 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat010[main] │ | |
| │ 14 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd001 │ | |
| │ 15 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd002 │ | |
| │ 16 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd003 │ | |
| │ 17 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd004 │ | |
| │ 18 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd005 │ | |
| │ 19 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo001 │ | |
| │ 20 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo002 │ | |
| │ 21 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo003 │ | |
| │ 22 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help01 │ | |
| │ 23 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help02 │ | |
| │ 24 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_v │ | |
| │ 25 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_cat │ | |
| │ 26 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_l │ | |
| │ 27 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_s │ | |
| │ 28 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_R │ | |
| │ 29 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm001 │ | |
| │ 30 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm002 │ | |
| │ 31 │ Nuttx_System_Arch_Nsh │ TestMkdir.test_mkdir001 │ | |
| │ 32 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir001 │ | |
| │ 33 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir002 │ | |
| │ 34 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp001 │ | |
| │ 35 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp002 │ | |
| │ 36 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp003 │ | |
| │ 37 │ Nuttx_System_Arch_Nsh │ TestPs.test_ps │ | |
| │ 38 │ Nuttx_System_Arch_Nsh │ TestTime.test_sleep │ | |
| │ 39 │ Nuttx_System_Arch_Nsh │ TestTime.test_usleep │ | |
| │ 40 │ Nuttx_System_Arch_Nsh │ TestSet.test_set │ | |
| │ 41 │ Nuttx_System_Arch_Nsh │ TestSet.test_unset │ | |
| │ 42 │ Nuttx_System_Arch_Nsh │ TestTest.test_test │ | |
| │ 43 │ Nuttx_System_Arch_Nsh │ TestDirname.test_dirname │ | |
| │ 44 │ Nuttx_System_Arch_Nsh │ TestBasename.test_basename │ | |
| │ 45 │ Nuttx_System_Arch_Nsh │ TestDf.test_df │ | |
| │ 46 │ Nuttx_System_Arch_Nsh │ TestDf.test_df_h │ | |
| │ 47 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname │ | |
| │ 48 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_a │ | |
| │ 49 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_s │ | |
| │ 50 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_r │ | |
| │ 51 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_v │ | |
| │ 52 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_m │ | |
| │ 53 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_i │ | |
| │ 54 │ Nuttx_System_Arch_Nsh │ TestEnv.test_env │ | |
| │ 55 │ Nuttx_System_Arch_Nsh │ TestMv.test_mv │ | |
| │ 56 │ Nuttx_System_Arch_Nsh │ TestPwd.test_pwd │ | |
| │ 57 │ Nuttx_System_Arch_Nsh │ TestHexdump.test_hexdump │ | |
| │ 58 │ Nuttx_System_Arch_Nsh │ TestMkrd.test_mkrd │ | |
| │ 59 │ Nuttx_System_Arch_Nsh │ TestMw.test_mw │ | |
| │ 60 │ Nuttx_System_Arch_Nsh │ TestExec.test_exec │ | |
| │ 61 │ Nuttx_System_Arch_Space │ test_free[main] │ | |
| │ 62 │ Nuttx_System_Arch_Space │ test_df[main] │ | |
| │ 63 │ Nuttx_System_Tools │ test_system_mmleak │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| ==================================================================================================== | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| timeout: 800.0s | |
| timeout method: signal | |
| timeout func_only: False | |
| session timeout: 3600.0s | |
| collected 64 items | |
| ../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED (...) | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED (GDB Test No Enable) | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | ID | Module | Pass | Fail | Skipped | Error | Time | Report Link | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | 001 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration | 2 | 0 | 0 | 0 | 1.57 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration.html | | |
| | 002 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename | 1 | 0 | 0 | 0 | 5.68 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename.html | | |
| | 003 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat | 10 | 0 | 0 | 0 | 106.02 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat.html | | |
| | 004 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd | 5 | 0 | 0 | 0 | 26.66 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd.html | | |
| | 005 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp | 3 | 0 | 0 | 0 | 37.53 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp.html | | |
| | 006 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf | 2 | 0 | 0 | 0 | 0.66 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf.html | | |
| | 007 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname | 1 | 0 | 0 | 0 | 5.64 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname.html | | |
| | 008 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho | 3 | 0 | 0 | 0 | 19.77 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho.html | | |
| | 009 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv | 1 | 0 | 0 | 0 | 0.30 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv.html | | |
| | 010 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec | 0 | 0 | 1 | 0 | 0.00 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec.html | | |
| | 011 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp | 4 | 0 | 0 | 0 | 1.63 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp.html | | |
| | 012 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump | 1 | 0 | 0 | 0 | 4.23 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump.html | | |
| | 013 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs | 2 | 0 | 1 | 0 | 2.09 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs.html | | |
| | 014 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir | 1 | 0 | 0 | 0 | 12.59 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir.html | | |
| | 015 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd | 1 | 0 | 0 | 0 | 2.48 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd.html | | |
| | 016 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv | 1 | 0 | 0 | 0 | 6.33 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv.html | | |
| | 017 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw | 0 | 0 | 1 | 0 | 0.00 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw.html | | |
| | 018 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs | 1 | 0 | 0 | 0 | 0.25 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs.html | | |
| | 019 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd | 1 | 0 | 0 | 0 | 1.47 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd.html | | |
| | 020 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm | 2 | 0 | 0 | 0 | 9.26 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm.html | | |
| | 021 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir | 2 | 0 | 0 | 0 | 16.49 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir.html | | |
| | 022 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet | 2 | 0 | 0 | 0 | 4.13 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet.html | | |
| | 023 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest | 1 | 0 | 0 | 0 | 2.52 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest.html | | |
| | 024 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime | 2 | 0 | 0 | 0 | 11.91 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime.html | | |
| | 025 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname | 4 | 0 | 3 | 0 | 2.07 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname.html | | |
| | 026 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration | 1 | 0 | 0 | 0 | 241.97 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration.html | | |
| | 027 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration | 2 | 0 | 0 | 0 | 0.76 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration.html | | |
| | 028 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools | 0 | 0 | 1 | 0 | 0.00 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools.html | | |
| | 029 | Summary | 56 | 0 | 7 | 0 | 524.02 | report.html | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| [RESULT_SUMMARY] total:63 passes:56 failures:0 skipped:7 errors:0 time:524.02 modules:28 | |
| --------------------- generated xml file: /root/nuttx/result/2026-05-26_05-56-36/report.xml --------------------- | |
| --------------- Generated html report: file:///root/nuttx/result/2026-05-26_05-56-36/report.html ---------------- | |
| =================================== 56 passed, 7 skipped in 526.88s (0:08:46) =================================== | |
| + ret=0 | |
| + echo 0 | |
| 0 | |
| + artifacts=/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mkdir -p /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mv pytest.debug.log /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot stat 'pytest.debug.log': No such file or directory | |
| + mv result /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot move 'result' to '/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc/result': Directory not empty | |
| + cd /root/nuttx | |
| + exit 0 | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| result/ | |
| nothing added to commit but untracked files present (use "git add" to track) | |
| ~/nuttx ~/nuttx | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| ~/apps ~/nuttx | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| Wait 66 seconds (120 backoff) | |
| Build Attempt 3 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/citest_smp | |
| Configuration/Tool: qemu-armv8a/citest_smp | |
| 2026-05-26 06:06:48 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Running NuttX... | |
| ++ pwd | |
| + olddir=/root/nuttx | |
| + nuttdir=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + cd /root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml | |
| + jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| + testpath=/root/nuttx-ntfc/external/nuttx-testing | |
| + ntfc test --testpath=/root/nuttx-ntfc/external/nuttx-testing --confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml --jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| -------------------------------------------------------------------------------- | |
| NTFC PID: 1017785 | |
| -------------------------------------------------------------------------------- | |
| YAML config: | |
| {'config': {'cwd': './', 'kv': [], 'loops': 1}, | |
| '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': []}} | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| collected 932 items | |
| ============================================= no tests ran in 2.12s ============================================= | |
| ==================================================================================================== | |
| 🚀 RUNNING 63 SELECTED TEST(S) | |
| ==================================================================================================== | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ Idx │ Module │ Test Case │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ 1 │ Nuttx_System_Arch_Os_Integration │ test_os[main] │ | |
| │ 2 │ Nuttx_System_Arch_Example │ test_hello_integration[main] │ | |
| │ 3 │ Nuttx_System_Arch_Example │ test_getprime │ | |
| │ 4 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat001[main] │ | |
| │ 5 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat002[main] │ | |
| │ 6 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat003[main] │ | |
| │ 7 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat004[main] │ | |
| │ 8 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat005[main] │ | |
| │ 9 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat006[main] │ | |
| │ 10 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat007[main] │ | |
| │ 11 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat008[main] │ | |
| │ 12 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat009[main] │ | |
| │ 13 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat010[main] │ | |
| │ 14 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd001 │ | |
| │ 15 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd002 │ | |
| │ 16 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd003 │ | |
| │ 17 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd004 │ | |
| │ 18 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd005 │ | |
| │ 19 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo001 │ | |
| │ 20 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo002 │ | |
| │ 21 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo003 │ | |
| │ 22 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help01 │ | |
| │ 23 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help02 │ | |
| │ 24 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_v │ | |
| │ 25 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_cat │ | |
| │ 26 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_l │ | |
| │ 27 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_s │ | |
| │ 28 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_R │ | |
| │ 29 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm001 │ | |
| │ 30 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm002 │ | |
| │ 31 │ Nuttx_System_Arch_Nsh │ TestMkdir.test_mkdir001 │ | |
| │ 32 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir001 │ | |
| │ 33 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir002 │ | |
| │ 34 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp001 │ | |
| │ 35 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp002 │ | |
| │ 36 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp003 │ | |
| │ 37 │ Nuttx_System_Arch_Nsh │ TestPs.test_ps │ | |
| │ 38 │ Nuttx_System_Arch_Nsh │ TestTime.test_sleep │ | |
| │ 39 │ Nuttx_System_Arch_Nsh │ TestTime.test_usleep │ | |
| │ 40 │ Nuttx_System_Arch_Nsh │ TestSet.test_set │ | |
| │ 41 │ Nuttx_System_Arch_Nsh │ TestSet.test_unset │ | |
| │ 42 │ Nuttx_System_Arch_Nsh │ TestTest.test_test │ | |
| │ 43 │ Nuttx_System_Arch_Nsh │ TestDirname.test_dirname │ | |
| │ 44 │ Nuttx_System_Arch_Nsh │ TestBasename.test_basename │ | |
| │ 45 │ Nuttx_System_Arch_Nsh │ TestDf.test_df │ | |
| │ 46 │ Nuttx_System_Arch_Nsh │ TestDf.test_df_h │ | |
| │ 47 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname │ | |
| │ 48 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_a │ | |
| │ 49 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_s │ | |
| │ 50 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_r │ | |
| │ 51 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_v │ | |
| │ 52 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_m │ | |
| │ 53 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_i │ | |
| │ 54 │ Nuttx_System_Arch_Nsh │ TestEnv.test_env │ | |
| │ 55 │ Nuttx_System_Arch_Nsh │ TestMv.test_mv │ | |
| │ 56 │ Nuttx_System_Arch_Nsh │ TestPwd.test_pwd │ | |
| │ 57 │ Nuttx_System_Arch_Nsh │ TestHexdump.test_hexdump │ | |
| │ 58 │ Nuttx_System_Arch_Nsh │ TestMkrd.test_mkrd │ | |
| │ 59 │ Nuttx_System_Arch_Nsh │ TestMw.test_mw │ | |
| │ 60 │ Nuttx_System_Arch_Nsh │ TestExec.test_exec │ | |
| │ 61 │ Nuttx_System_Arch_Space │ test_free[main] │ | |
| │ 62 │ Nuttx_System_Arch_Space │ test_df[main] │ | |
| │ 63 │ Nuttx_System_Tools │ test_system_mmleak │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| ==================================================================================================== | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| timeout: 800.0s | |
| timeout method: signal | |
| timeout func_only: False | |
| session timeout: 3600.0s | |
| collected 64 items | |
| ../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED (...) | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED (GDB Test No Enable) | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | ID | Module | Pass | Fail | Skipped | Error | Time | Report Link | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | 001 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration | 2 | 0 | 0 | 0 | 1.57 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration.html | | |
| | 002 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename | 1 | 0 | 0 | 0 | 5.69 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename.html | | |
| | 003 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat | 10 | 0 | 0 | 0 | 106.05 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat.html | | |
| | 004 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd | 5 | 0 | 0 | 0 | 27.52 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd.html | | |
| | 005 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp | 3 | 0 | 0 | 0 | 37.64 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp.html | | |
| | 006 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf | 2 | 0 | 0 | 0 | 0.66 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf.html | | |
| | 007 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname | 1 | 0 | 0 | 0 | 5.63 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname.html | | |
| | 008 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho | 3 | 0 | 0 | 0 | 19.71 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho.html | | |
| | 009 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv | 1 | 0 | 0 | 0 | 0.31 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv.html | | |
| | 010 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec | 0 | 0 | 1 | 0 | 0.00 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec.html | | |
| | 011 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp | 4 | 0 | 0 | 0 | 1.62 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp.html | | |
| | 012 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump | 1 | 0 | 0 | 0 | 4.23 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump.html | | |
| | 013 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs | 2 | 0 | 1 | 0 | 2.07 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs.html | | |
| | 014 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir | 1 | 0 | 0 | 0 | 13.24 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir.html | | |
| | 015 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd | 1 | 0 | 0 | 0 | 2.47 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd.html | | |
| | 016 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv | 1 | 0 | 0 | 0 | 6.34 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv.html | | |
| | 017 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw | 0 | 0 | 1 | 0 | 0.00 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw.html | | |
| | 018 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs | 1 | 0 | 0 | 0 | 0.25 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs.html | | |
| | 019 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd | 1 | 0 | 0 | 0 | 1.47 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd.html | | |
| | 020 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm | 2 | 0 | 0 | 0 | 9.26 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm.html | | |
| | 021 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir | 2 | 0 | 0 | 0 | 17.08 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir.html | | |
| | 022 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet | 2 | 0 | 0 | 0 | 4.72 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet.html | | |
| | 023 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest | 1 | 0 | 0 | 0 | 2.52 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest.html | | |
| | 024 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime | 2 | 0 | 0 | 0 | 11.92 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime.html | | |
| | 025 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname | 4 | 0 | 3 | 0 | 2.12 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname.html | | |
| | 026 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration | 1 | 0 | 0 | 0 | 238.21 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration.html | | |
| | 027 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration | 2 | 0 | 0 | 0 | 0.76 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration.html | | |
| | 028 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools | 0 | 0 | 1 | 0 | 0.00 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools.html | | |
| | 029 | Summary | 56 | 0 | 7 | 0 | 523.07 | report.html | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| [RESULT_SUMMARY] total:63 passes:56 failures:0 skipped:7 errors:0 time:523.07 modules:28 | |
| --------------------- generated xml file: /root/nuttx/result/2026-05-26_06-07-27/report.xml --------------------- | |
| --------------- Generated html report: file:///root/nuttx/result/2026-05-26_06-07-27/report.html ---------------- | |
| =================================== 56 passed, 7 skipped in 526.13s (0:08:46) =================================== | |
| + ret=0 | |
| + echo 0 | |
| 0 | |
| + artifacts=/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mkdir -p /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mv pytest.debug.log /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot stat 'pytest.debug.log': No such file or directory | |
| + mv result /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot move 'result' to '/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc/result': Directory not empty | |
| + cd /root/nuttx | |
| + exit 0 | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| result/ | |
| nothing added to commit but untracked files present (use "git add" to track) | |
| ~/nuttx ~/nuttx | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| ~/apps ~/nuttx | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| Wait 120 seconds (240 backoff) | |
| Build Attempt 4 of 4 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/citest_smp | |
| Configuration/Tool: qemu-armv8a/citest_smp | |
| 2026-05-26 06:18:30 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Running NuttX... | |
| ++ pwd | |
| + olddir=/root/nuttx | |
| + nuttdir=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + cd /root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/../../../../../../ | |
| + confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml | |
| + jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| + testpath=/root/nuttx-ntfc/external/nuttx-testing | |
| + ntfc test --testpath=/root/nuttx-ntfc/external/nuttx-testing --confpath=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/config.yaml --jsonconf=/root/nuttx/boards/arm64/qemu/qemu-armv8a/configs/citest_smp/session.json | |
| -------------------------------------------------------------------------------- | |
| NTFC PID: 1024050 | |
| -------------------------------------------------------------------------------- | |
| YAML config: | |
| {'config': {'cwd': './', 'kv': [], 'loops': 1}, | |
| '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': []}} | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| collected 932 items | |
| ============================================= no tests ran in 1.14s ============================================= | |
| ==================================================================================================== | |
| 🚀 RUNNING 63 SELECTED TEST(S) | |
| ==================================================================================================== | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ Idx │ Module │ Test Case │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| │ 1 │ Nuttx_System_Arch_Os_Integration │ test_os[main] │ | |
| │ 2 │ Nuttx_System_Arch_Example │ test_hello_integration[main] │ | |
| │ 3 │ Nuttx_System_Arch_Example │ test_getprime │ | |
| │ 4 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat001[main] │ | |
| │ 5 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat002[main] │ | |
| │ 6 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat003[main] │ | |
| │ 7 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat004[main] │ | |
| │ 8 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat005[main] │ | |
| │ 9 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat006[main] │ | |
| │ 10 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat007[main] │ | |
| │ 11 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat008[main] │ | |
| │ 12 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat009[main] │ | |
| │ 13 │ Nuttx_System_Arch_Nsh │ TestCat.test_cat010[main] │ | |
| │ 14 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd001 │ | |
| │ 15 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd002 │ | |
| │ 16 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd003 │ | |
| │ 17 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd004 │ | |
| │ 18 │ Nuttx_System_Arch_Nsh │ TestCd.test_cd005 │ | |
| │ 19 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo001 │ | |
| │ 20 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo002 │ | |
| │ 21 │ Nuttx_System_Arch_Nsh │ TestEcho.test_echo003 │ | |
| │ 22 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help01 │ | |
| │ 23 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help02 │ | |
| │ 24 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_v │ | |
| │ 25 │ Nuttx_System_Arch_Nsh │ TestHelp.test_help_cat │ | |
| │ 26 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_l │ | |
| │ 27 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_s │ | |
| │ 28 │ Nuttx_System_Arch_Nsh │ TestLs.test_ls_R │ | |
| │ 29 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm001 │ | |
| │ 30 │ Nuttx_System_Arch_Nsh │ TestRm.test_rm002 │ | |
| │ 31 │ Nuttx_System_Arch_Nsh │ TestMkdir.test_mkdir001 │ | |
| │ 32 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir001 │ | |
| │ 33 │ Nuttx_System_Arch_Nsh │ TestRmdir.test_rmdir002 │ | |
| │ 34 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp001 │ | |
| │ 35 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp002 │ | |
| │ 36 │ Nuttx_System_Arch_Nsh │ TestCp.test_cp003 │ | |
| │ 37 │ Nuttx_System_Arch_Nsh │ TestPs.test_ps │ | |
| │ 38 │ Nuttx_System_Arch_Nsh │ TestTime.test_sleep │ | |
| │ 39 │ Nuttx_System_Arch_Nsh │ TestTime.test_usleep │ | |
| │ 40 │ Nuttx_System_Arch_Nsh │ TestSet.test_set │ | |
| │ 41 │ Nuttx_System_Arch_Nsh │ TestSet.test_unset │ | |
| │ 42 │ Nuttx_System_Arch_Nsh │ TestTest.test_test │ | |
| │ 43 │ Nuttx_System_Arch_Nsh │ TestDirname.test_dirname │ | |
| │ 44 │ Nuttx_System_Arch_Nsh │ TestBasename.test_basename │ | |
| │ 45 │ Nuttx_System_Arch_Nsh │ TestDf.test_df │ | |
| │ 46 │ Nuttx_System_Arch_Nsh │ TestDf.test_df_h │ | |
| │ 47 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname │ | |
| │ 48 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_a │ | |
| │ 49 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_s │ | |
| │ 50 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_r │ | |
| │ 51 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_v │ | |
| │ 52 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_m │ | |
| │ 53 │ Nuttx_System_Arch_Nsh │ TestUname.test_uname_i │ | |
| │ 54 │ Nuttx_System_Arch_Nsh │ TestEnv.test_env │ | |
| │ 55 │ Nuttx_System_Arch_Nsh │ TestMv.test_mv │ | |
| │ 56 │ Nuttx_System_Arch_Nsh │ TestPwd.test_pwd │ | |
| │ 57 │ Nuttx_System_Arch_Nsh │ TestHexdump.test_hexdump │ | |
| │ 58 │ Nuttx_System_Arch_Nsh │ TestMkrd.test_mkrd │ | |
| │ 59 │ Nuttx_System_Arch_Nsh │ TestMw.test_mw │ | |
| │ 60 │ Nuttx_System_Arch_Nsh │ TestExec.test_exec │ | |
| │ 61 │ Nuttx_System_Arch_Space │ test_free[main] │ | |
| │ 62 │ Nuttx_System_Arch_Space │ test_df[main] │ | |
| │ 63 │ Nuttx_System_Tools │ test_system_mmleak │ | |
| ┼─────┼──────────────────────────────────┼──────────────────────────────┼ | |
| ==================================================================================================== | |
| CPU information header not found in output | |
| ============================================== test session starts ============================================== | |
| platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 | |
| rootdir: /root | |
| plugins: timeout-2.4.0, dependency-0.6.1, metadata-3.1.1, html-4.2.0, repeat-0.9.1, ordering-0.6, json-0.4.0 | |
| timeout: 800.0s | |
| timeout method: signal | |
| timeout func_only: False | |
| session timeout: 3600.0s | |
| collected 64 items | |
| ../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED (...) | |
| ../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df[main] PASSED | |
| ../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED (GDB Test No Enable) | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | ID | Module | Pass | Fail | Skipped | Error | Time | Report Link | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| | 001 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration | 2 | 0 | 0 | 0 | 1.57 | 001_nuttx-ntfc.external.nuttx-testing.arch.example.test_arch_example_integration.html | | |
| | 002 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename | 1 | 0 | 0 | 0 | 5.68 | 002_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestBasename.html | | |
| | 003 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat | 10 | 0 | 0 | 0 | 106.59 | 003_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCat.html | | |
| | 004 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd | 5 | 0 | 0 | 0 | 26.93 | 004_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCd.html | | |
| | 005 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp | 3 | 0 | 0 | 0 | 37.59 | 005_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestCp.html | | |
| | 006 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf | 2 | 0 | 0 | 0 | 0.66 | 006_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDf.html | | |
| | 007 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname | 1 | 0 | 0 | 0 | 5.64 | 007_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestDirname.html | | |
| | 008 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho | 3 | 0 | 0 | 0 | 20.31 | 008_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEcho.html | | |
| | 009 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv | 1 | 0 | 0 | 0 | 0.30 | 009_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestEnv.html | | |
| | 010 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec | 0 | 0 | 1 | 0 | 0.00 | 010_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestExec.html | | |
| | 011 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp | 4 | 0 | 0 | 0 | 1.63 | 011_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHelp.html | | |
| | 012 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump | 1 | 0 | 0 | 0 | 4.23 | 012_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestHexdump.html | | |
| | 013 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs | 2 | 0 | 1 | 0 | 2.07 | 013_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestLs.html | | |
| | 014 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir | 1 | 0 | 0 | 0 | 12.70 | 014_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkdir.html | | |
| | 015 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd | 1 | 0 | 0 | 0 | 2.47 | 015_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMkrd.html | | |
| | 016 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv | 1 | 0 | 0 | 0 | 6.38 | 016_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMv.html | | |
| | 017 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw | 0 | 0 | 1 | 0 | 0.00 | 017_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestMw.html | | |
| | 018 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs | 1 | 0 | 0 | 0 | 0.29 | 018_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPs.html | | |
| | 019 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd | 1 | 0 | 0 | 0 | 1.48 | 019_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestPwd.html | | |
| | 020 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm | 2 | 0 | 0 | 0 | 9.21 | 020_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRm.html | | |
| | 021 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir | 2 | 0 | 0 | 0 | 16.67 | 021_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestRmdir.html | | |
| | 022 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet | 2 | 0 | 0 | 0 | 4.21 | 022_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestSet.html | | |
| | 023 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest | 1 | 0 | 0 | 0 | 2.56 | 023_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTest.html | | |
| | 024 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime | 2 | 0 | 0 | 0 | 12.08 | 024_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestTime.html | | |
| | 025 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname | 4 | 0 | 3 | 0 | 2.08 | 025_nuttx-ntfc.external.nuttx-testing.arch.nsh.test_arch_nsh_integration.TestUname.html | | |
| | 026 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration | 1 | 0 | 0 | 0 | 241.54 | 026_nuttx-ntfc.external.nuttx-testing.arch.os.integration.test_arch_os_integration.html | | |
| | 027 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration | 2 | 0 | 0 | 0 | 0.76 | 027_nuttx-ntfc.external.nuttx-testing.arch.space.test_space_integration.html | | |
| | 028 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools | 0 | 0 | 1 | 0 | 0.00 | 028_nuttx-ntfc.external.nuttx-testing.tools.test_tools.html | | |
| | 029 | Summary | 56 | 0 | 7 | 0 | 525.63 | report.html | | |
| +-----+---------------------------------------------------------------------------------------+------+------+---------+-------+--------+--------------------------------------------------------------------------------------------+ | |
| [RESULT_SUMMARY] total:63 passes:56 failures:0 skipped:7 errors:0 time:525.63 modules:28 | |
| --------------------- generated xml file: /root/nuttx/result/2026-05-26_06-19-02/report.xml --------------------- | |
| --------------- Generated html report: file:///root/nuttx/result/2026-05-26_06-19-02/report.html ---------------- | |
| =================================== 56 passed, 7 skipped in 529.49s (0:08:49) =================================== | |
| + ret=0 | |
| + echo 0 | |
| 0 | |
| + artifacts=/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mkdir -p /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| + mv pytest.debug.log /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot stat 'pytest.debug.log': No such file or directory | |
| + mv result /root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc | |
| mv: cannot move 'result' to '/root/nuttx/../buildartifacts/qemu-armv8a/citest_smp//ntfc/result': Directory not empty | |
| + cd /root/nuttx | |
| + exit 0 | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| result/ | |
| nothing added to commit but untracked files present (use "git add" to track) | |
| ~/nuttx ~/nuttx | |
| On branch pl011-uart | |
| Your branch is up to date with 'origin/pl011-uart'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| ~/apps ~/nuttx | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| ~/nuttx | |
| Build Attempt 1 of 1 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/netnsh_hv | |
| 2026-05-26 06:28:07 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 496k 0 496k 0 0 283k 0 --:--:-- 0:00:01 --:--:-- 503k | |
| [1/1] Normalize qemu-armv8a/netnsh_hv | |
| Build Attempt 1 of 1 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/rpserver | |
| 2026-05-26 06:29:12 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/rpserver | |
| Build Attempt 1 of 1 | |
| ==================================================================================== | |
| Cmake in present: qemu-armv8a/nsh | |
| Configuration/Tool: qemu-armv8a/nsh | |
| 2026-05-26 06:30:12 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Select HOST_LINUX=y | |
| TOOLS_DIR path is "/root/nuttx" | |
| HOST = Linux | |
| Building NuttX... | |
| Build Attempt 1 of 1 | |
| ==================================================================================== | |
| Configuration/Tool: imx8qm-mek/nsh | |
| 2026-05-26 06:31:10 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Building NuttX... | |
| [1/1] Normalize imx8qm-mek/nsh | |
| Build Attempt 1 of 1 | |
| ==================================================================================== | |
| Configuration/Tool: qemu-armv8a/nsh_fiq,CONFIG_ARM_TOOLCHAIN_CLANG | |
| 2026-05-26 06:32:39 | |
| ------------------------------------------------------------------------------------ | |
| Cleaning... | |
| Configuring... | |
| Disabling CONFIG_ARM64_TOOLCHAIN_CLANG | |
| Enabling CONFIG_ARM_TOOLCHAIN_CLANG | |
| Building NuttX... | |
| [1/1] Normalize qemu-armv8a/nsh_fiq | |
| ==================================================================================== | |
| root@710fcf53e8ef:~/nuttx/tools/ci# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment